Skip to content

Commit

Permalink
[GR-42143] Documentation: Update support table after 22.3 release.
Browse files Browse the repository at this point in the history
PullRequest: graal/13051
  • Loading branch information
olyagpl committed Jan 18, 2023
2 parents 65856f6 + 6cef260 commit 2617bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/enterprise-overview/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ The development team welcomes feedback on experimental features, but users shoul

For more information, check the [Oracle Technology Network License Agreement for GraalVM Enterprise Edition](https://www.oracle.com/downloads/licenses/graalvm-otn-license.html).

The following table lists supported and experimental features in GraalVM Enterprise Edition 22.2 by platform.
The following table lists supported and experimental features in GraalVM Enterprise Edition 22.3 by platform.

| Feature | Linux AMD64 | Linux ARM64 | macOS AMD64 | Windows AMD64 |
|-----------------|---------------|---------------|---------------|---------------|
| Native Image | supported | supported | supported | supported |
| LLVM runtime | supported | supported | supported | not available |
| LLVM toolchain | supported | supported | supported | not available |
| LLVM runtime | supported | supported | supported | experimental |
| LLVM toolchain | supported | supported | supported | experimental |
| JavaScript | supported | supported | supported | supported |
| Node.js | supported | supported | supported | supported |
| Java on Truffle | supported | experimental | experimental | experimental |
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-manual/java-on-truffle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ java -truffle [options] class
```
To execute a JAR file:
```shell
java -truffle [options] --jar jarfile
java -truffle [options] -jar jarfile
```

Using Java 11 based GraalVM distribution, you can also run a Java application from the main class in a module, or run a single source-file program:
Expand Down

0 comments on commit 2617bc9

Please sign in to comment.