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: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Mandrel's `native-image` also doesn't include the following features:
18
18
* Support for generating static native images, i.e., the `--static` option.
19
19
* Support for non JVM-based languages and polyglot, i.e., the `--language:<languageId>` option.
20
20
21
-
Mandrel is also built slightly differently to GraalVM, using the standard OpenJDK project release of jdk11u.
21
+
Mandrel is also built slightly differently to GraalVM, using the standard OpenJDK project release of jdk17u.
22
22
This means it does not profit from a few small enhancements that Oracle have added to the version of OpenJDK used to build their own GraalVM downloads.
23
23
Most of these enhancements are to the JVMCI module that allows the Graal compiler to be run inside OpenJDK.
24
24
The others are small cosmetic changes to behaviour.
0 commit comments