We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e5caa commit c02ea0cCopy full SHA for c02ea0c
substratevm/CHANGELOG.md
@@ -8,6 +8,7 @@ This changelog summarizes major changes to GraalVM Native Image.
8
* (GR-37606) Add support for URLs and short descriptions to `Feature`. This info is shown as part of the build output.
9
* (GR-38965) Heap dumps are now supported in Community Edition.
10
* (GR-38951) Add `-XX:+DumpHeapAndExit` option to dump the initial heap of a native executable.
11
+* (GR-37582) Run image-builder on module-path per default. Opt-out with env setting `USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM=false`.
12
13
## Version 22.1.0
14
* (GR-36568) Add "Quick build" mode, enabled through option `-Ob`, for quicker native image builds.
0 commit comments