You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This page provides an architectural overview of GraalVM and its runtime modes, s
22
22
23
23
## GraalVM Architecture
24
24
25
-

25
+

26
26
27
27
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.
28
28
@@ -55,7 +55,6 @@ GraalVM is available as **GraalVM Enterprise** and **GraalVM Community** edition
55
55
GraalVM Enterprise is based on Oracle JDK while GraalVM Community is based on OpenJDK.
56
56
57
57
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.
59
58
The GraalVM distribution based on Oracle JDK 16 is experimental with [several known limitations](/release-notes/known-issues/).
60
59
Depending on the platform, the distributions are shipped as *.tar.gz* or *.zip* archives.
61
60
See the [Getting Started guide](/docs/getting-started/) for installation instructions.
@@ -93,14 +92,13 @@ Runtimes:
93
92
94
93
*[Node.js](/reference-manual/js/) -- the Node.js 14.16.1 runtime for JavaScript
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.
104
102
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.
105
103
GraalVM Community is free to use for any purpose and comes with no strings attached, but also no guarantees or support.
106
104
@@ -115,14 +113,14 @@ The following table lists production-ready and experimental features in GraalVM
115
113
116
114
| Feature | Linux AMD64 | Linux ARM64 | macOS | Windows |
0 commit comments