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/enterprise-overview/support.md
+24-25Lines changed: 24 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ permalink: /support/
7
7
8
8
## Available Distributions
9
9
10
-
Oracle GraalVM distributions are based on Oracle JDK 17 and Oracle JDK 21.
11
-
Oracle GraalVM releases include all Oracle Java critical patch updates (CPUs), which are released on a regular schedule to remedy defects and known vulnerabilities.
10
+
Oracle GraalVM for JDK 21 is based on Oracle JDK 21.
11
+
Each release of Oracle GraalVM for JDK 21 includes all Oracle Java critical patch updates (CPUs), which are provided on a regular schedule to remedy defects and known vulnerabilities.
12
12
13
-
Oracle GraalVM is available for Linux, macOS, and Windows platforms on x64 systems, for Linux and macOS on AArch64 architecture.
13
+
Oracle GraalVM for JDK 21 is available for Linux, macOS, and Windows on the x64 architecture, and for Linux and macOS on the AArch64 architecture.
14
14
15
15
## Certified Platforms
16
16
17
-
The following platforms are certified for Oracle GraalVM:
17
+
Oracle GraalVM for JDK 21 is certified on the following platforms:
18
18
19
19
| Operating System | Version | Architecture | Installation Guide |
| Microsoft Windows | Server 2016, 2019, 2022 | x64 |[Installation Guide for Windows](../getting-started/graalvm-enterprise/windows.md)|
25
25
26
-
## Technologies Support
26
+
## Experimental Components
27
27
28
-
Oracle GraalVM technologies are distributed as _supported_ or _experimental_.
28
+
Oracle GraalVM for JDK 21 includes some components that are considered experimental.
29
+
These components are not meant for use in production and are not supported by Oracle.
30
+
Some components are considered experimental on specific platforms.
31
+
The GraalVM team welcomes feedback on these components, but users should be aware that the components may not be included in a future release or may change significantly before being considered production-ready:
32
+
* Java on Truffle (Espresso) is _supported_ on Linux x64 only and is experimental on other certified platforms.
33
+
* The GraalVM Python runtime (GraalPy) is _experimental_ on all certified platforms.
29
34
30
-
_Experimental_ technologies are those considered for future versions of Oracle GraalVM.
31
-
They are not meant for use in production and are **not** supported by Oracle.
32
-
The development team welcomes feedback on experimental features, but users should be aware that experimental features may not be included in a final version, or may change significantly before being considered production-ready.
35
+
## Deprecated Components
33
36
34
-
The GraalVM JavaScript runtime (known as GraalJS) is _supported_ on all certified platforms.
35
-
36
-
The Java on Truffle runtime (known as Espresso) is _supported_ on Linux x64 only, and _experimental_ on other certified platforms.
37
+
The following components are deprecated and will be removed in Oracle GraalVM for JDK 23:
38
+
* LLVM Runtime
39
+
* LLVM Toolchain
40
+
* Node.js
37
41
38
-
The GraalVM Python runtime (known as GraalPy) is _experimental_ on all certified platforms.
42
+
## Related Technologies
39
43
40
-
The following technologies are deprecated and will be removed in Oracle GraalVM for JDK 23:
41
-
* LLVM runtime
42
-
* LLVM toolchain
43
-
* Node.js
44
+
Additional open source language runtimes designed for use with Oracle GraalVM for JDK 21 are available on [graalvm.org](https://www.graalvm.org/reference-manual/languages/).
44
45
45
46
## Licensing and Support
46
47
47
-
Oracle GraalVM is licensed under [GraalVM Free Terms and Conditions (GFTC) including License for Early Adopter Versions](https://www.oracle.com/downloads/licenses/graal-free-license.html).
48
-
Subject to the conditions in the license, including the License for Early Adopter Versions, the GFTC is intended to permit use by any user including commercial and production use. Redistribution is permitted as long as it is not for a fee.
49
-
Oracle GraalVM is also free to use on Oracle Cloud Infrastructure.
50
-
For more information about Oracle GraalVM licensing, see the [Oracle Java SE Licensing FAQ](https://www.oracle.com/java/technologies/javase/jdk-faqs.html#GraalVM-licensing).
51
-
52
-
Oracle GraalVM is available as part of the [Oracle Java SE Subscription](https://www.oracle.com/java/java-se-subscription/) which includes 24x7x365 [Oracle premier support](https://www.oracle.com/support/premier/) and access to [My Oracle Support (MOS)](https://www.oracle.com/support/).
48
+
Oracle GraalVM is licensed under [GraalVM Free Terms and Conditions (GFTC) including License for Early Adopter Versions](https://www.oracle.com/downloads/licenses/graal-free-license.html).
49
+
Subject to the conditions in the license, including the License for Early Adopter Versions, the GFTC is intended to permit use by any user including commercial and production use.
50
+
Redistribution is permitted as long as it is not for a fee.
51
+
Oracle GraalVM is also free to use on Oracle Cloud Infrastructure.
52
+
For more information about Oracle GraalVM licensing, see the [Oracle Java SE Licensing FAQ](https://www.oracle.com/java/technologies/javase/jdk-faqs.html#GraalVM-licensing).
53
53
54
-
Oracle GraalVM focuses on support for Java LTS releases for production deployments.
55
-
See the [release calendar](../../release-notes/enterprise/oracle-graalvm-release-calendar.md) for more information.
54
+
Oracle GraalVM is available as part of the [Oracle Java SE Subscription](https://www.oracle.com/java/java-se-subscription/) which includes 24x7x365 [Oracle premier support](https://www.oracle.com/support/premier/) and access to [My Oracle Support (MOS)](https://www.oracle.com/support/).
0 commit comments