Skip to content

Commit 48c4ec2

Browse files
committed
[GR-32751] Features support in GraalVM docs need revision.
PullRequest: graal/9445
2 parents de192fc + b3047a7 commit 48c4ec2

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

docs/introduction.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This page provides an architectural overview of GraalVM and its runtime modes, s
2222

2323
## GraalVM Architecture
2424

25-
![GraalVM architecture diagram](/img/graalvm_architecture_community.png "High-level architecture of GraalVM open ecosystem")
25+
![](/img/graalvm_architecture_community.png)
2626

2727
GraalVM adds an [advanced just-in-time (JIT) optimizing compiler](https://github.com/oracle/graal/tree/master/compiler), which is written in Java, to the HotSpot Java Virtual Machine.
2828

@@ -55,7 +55,6 @@ GraalVM is available as **GraalVM Enterprise** and **GraalVM Community** edition
5555
GraalVM Enterprise is based on Oracle JDK while GraalVM Community is based on OpenJDK.
5656

5757
GraalVM is available for Linux, macOS, and Windows platforms on x86 64-bit systems, and for Linux on ARM 64-bit system.
58-
The base GraalVM binary including all components is experimental on Linux/ARM and Windows.
5958
The GraalVM distribution based on Oracle JDK 16 is experimental with [several known limitations](/release-notes/known-issues/).
6059
Depending on the platform, the distributions are shipped as *.tar.gz* or *.zip* archives.
6160
See the [Getting Started guide](/docs/getting-started/) for installation instructions.
@@ -93,14 +92,13 @@ Runtimes:
9392

9493
* [Node.js](/reference-manual/js/) -- the Node.js 14.16.1 runtime for JavaScript
9594
* [Python](/reference-manual/python/) -- Python 3.8.5 compatible
96-
* [Ruby](/reference-manual/ruby/) -- Ruby 2.7.2 compatible
95+
* [Ruby](/reference-manual/ruby/) -- Ruby 2.7.3 compatible
9796
* [R](/reference-manual/r/) -- GNU R 4.0.3 compatible
9897
* [GraalWasm](/reference-manual/wasm/) -- WebAssembly (Wasm)
9998

10099
## Licensing and Support
101100

102-
GraalVM Community Edition is open source software built from the sources available on [GitHub](https://github.com/oracle/graal) and distributed under
103-
[version 2 of the GNU General Public License with the “Classpath” Exception](https://github.com/oracle/graal/blob/master/LICENSE), which are the same terms as for Java.
101+
GraalVM Community Edition is open source software built from the sources available on [GitHub](https://github.com/oracle/graal) and distributed under [version 2 of the GNU General Public License with the “Classpath” Exception](https://github.com/oracle/graal/blob/master/LICENSE), which are the same terms as for Java.
104102
Check the [licenses](https://github.com/oracle/graal#license) of individual GraalVM components which are generally derivative of the license of a particular language and may differ.
105103
GraalVM Community is free to use for any purpose and comes with no strings attached, but also no guarantees or support.
106104

@@ -115,14 +113,14 @@ The following table lists production-ready and experimental features in GraalVM
115113

116114
| Feature | Linux AMD64 | Linux ARM64 | macOS | Windows |
117115
|--------------------|---------------|---------------|---------------|
118-
| Native Image | stable | experimental | stable | experimental |
119-
| LLVM runtime | stable | experimental | stable | not available |
120-
| LLVM toolchain | stable | experimental | stable | not available |
121-
| JavaScript | stable | experimental | stable | experimental |
122-
| Node.js | stable | experimental | stable | experimental |
123-
| Java on Truffle | experimental | not available | experimental | experimental |
116+
| Native Image | stable | stable | stable | stable |
117+
| LLVM runtime | stable | stable | stable | not available |
118+
| LLVM toolchain | stable | stable | stable | not available |
119+
| JavaScript | stable | stable | stable | stable |
120+
| Node.js | stable | stable | stable | stable |
121+
| Java on Truffle | experimental | experimental | experimental | experimental |
124122
| Python | experimental | not available | experimental | not available |
125-
| Ruby | experimental | not available | experimental | not available |
123+
| Ruby | experimental | experimental | experimental | not available |
126124
| R | experimental | not available | experimental | not available |
127125
| WebAssembly | experimental | experimental | experimental | experimental |
128126

0 commit comments

Comments
 (0)