Skip to content

Commit 2617bc9

Browse files
committedJan 18, 2023
[GR-42143] Documentation: Update support table after 22.3 release.
PullRequest: graal/13051
2 parents 65856f6 + 6cef260 commit 2617bc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎docs/enterprise-overview/support.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ The development team welcomes feedback on experimental features, but users shoul
3636

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

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

4141
| Feature | Linux AMD64 | Linux ARM64 | macOS AMD64 | Windows AMD64 |
4242
|-----------------|---------------|---------------|---------------|---------------|
4343
| Native Image | supported | supported | supported | supported |
44-
| LLVM runtime | supported | supported | supported | not available |
45-
| LLVM toolchain | supported | supported | supported | not available |
44+
| LLVM runtime | supported | supported | supported | experimental |
45+
| LLVM toolchain | supported | supported | supported | experimental |
4646
| JavaScript | supported | supported | supported | supported |
4747
| Node.js | supported | supported | supported | supported |
4848
| Java on Truffle | supported | experimental | experimental | experimental |

‎docs/reference-manual/java-on-truffle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ java -truffle [options] class
5757
```
5858
To execute a JAR file:
5959
```shell
60-
java -truffle [options] --jar jarfile
60+
java -truffle [options] -jar jarfile
6161
```
6262

6363
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:

0 commit comments

Comments
 (0)