Skip to content

Commit

Permalink
Update GraalVM overview
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Jun 13, 2023
1 parent 702ed41 commit 3c79ab0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
11 changes: 6 additions & 5 deletions docs/enterprise-overview/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _Experimental_ features are being considered for future versions of Oracle Graal
They are not meant for use in production and are **not** supported by Oracle.
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.

For more information, check the [Graal Free Terms and Conditions (GFTC) including License for Early Adopter Versions](https://www.oracle.com/downloads/licenses/graal-free-license.html).
For more information, check the [GraalVM Free Terms and Conditions including License for Early Adopter Versions](https://www.oracle.com/downloads/licenses/graal-free-license.html).


The following table lists supported and experimental features in Oracle GraalVM by platform.
Expand All @@ -50,11 +50,12 @@ The following table lists supported and experimental features in Oracle GraalVM

## Licensing and Support

Oracle GraalVM is licensed under [Graal Free Terms and Conditions (GFTC) including License for Early Adopter Versions](https://www.oracle.com/downloads/licenses/graal-free-license.html).
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).
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.
Oracle GraalVM is also free to use on Oracle Cloud Infrastructure.
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).

Oracle GraalVM is free to use on Oracle Cloud Infrastructure.

For production use, Oracle GraalVM is available as part of the [Oracle Java SE Subscription](https://www.oracle.com/uk/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/). For more information about Oracle GraalVM licensing, see the [Oracle Java SE Licensing FAQ](https://www.oracle.com/java/technologies/javase/jdk-faqs.html).
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/).

Oracle GraalVM focuses on support for Java LTS releases for production deployments.
See the [release calendar](../../release-notes/enterprise/oracle-graalvm-release-calendar.md) for more information.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
toc_group: getting-started
link_title: GraalVM Installation
link_title: Getting Started
permalink: /docs/getting-started/
---

Expand Down
6 changes: 4 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ You can use the GraalVM JDK just like any other Java Development Kit in your IDE

## Licensing and Support

Oracle GraalVM is licensed under [Graal Free Terms and Conditions including License for Early Adopter Versions](https://www.oracle.com/downloads/licenses/graal-free-license.html).
Oracle GraalVM is free to use on Oracle Cloud Infrastructure. For more information about Oracle GraalVM licensing, see the [Oracle Java SE Licensing FAQ](https://www.oracle.com/java/technologies/javase/jdk-faqs.html).
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).
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.
Oracle GraalVM is also free to use on Oracle Cloud Infrastructure.
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).

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.
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-manual/native-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ link_title: Native Image
permalink: /reference-manual/native-image/
---

# Getting Started
# Getting Started with Native Image

Native Image is a technology to compile Java code ahead-of-time to a binary -- a **native executable**.
A native executable includes only the code required at run time, that is the application classes, standard-library classes, the language runtime, and statically-linked native code from the JDK.
Expand Down

0 comments on commit 3c79ab0

Please sign in to comment.