Skip to content

Commit 7cbb5d4

Browse files
committed
Update Oracle GraalVM Support doc
1 parent 59eafdf commit 7cbb5d4

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

docs/enterprise-overview/support.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ permalink: /support/
77

88
## Available Distributions
99

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.
1212

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.
1414

1515
## Certified Platforms
1616

17-
The following platforms are certified for Oracle GraalVM:
17+
Oracle GraalVM for JDK 21 is certified on the following platforms:
1818

1919
| Operating System | Version | Architecture | Installation Guide |
2020
|------------------------------------ |-------------- |-------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -23,33 +23,32 @@ The following platforms are certified for Oracle GraalVM:
2323
| macOS | 11 (Big Sur), 12.4 (Monterey), 13.3 (Ventura) | x64, AArch64 | [Installation Guide for macOS](../getting-started/graalvm-enterprise/macos.md) |
2424
| Microsoft Windows | Server 2016, 2019, 2022 | x64 | [Installation Guide for Windows](../getting-started/graalvm-enterprise/windows.md) |
2525

26-
## Technologies Support
26+
## Experimental Components
2727

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.
2934

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
3336

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
3741

38-
The GraalVM Python runtime (known as GraalPy) is _experimental_ on all certified platforms.
42+
## Related Technologies
3943

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/).
4445

4546
## Licensing and Support
4647

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).
5353

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

Comments
 (0)