Skip to content

Commit e3689e1

Browse files
author
Christian Wimmer
committed
substratevm/CHANGELOG.md edited online with Bitbucket
1 parent 3246816 commit e3689e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This changelog summarizes major changes to GraalVM Native Image.
77
* (GR-45841) BellSoft added support for the JFR event ThreadCPULoad.
88
* (GR-45994) Removed the option `-H:EnableSignalAPI`. Please use the runtime option `EnableSignalHandling` if it is necessary to enable or disable signal handling explicitly.
99
* (GR-39406) Simulation of class initializer: Class initializer of classes that are not marked for initialization at image build time are simulated at image build time to avoid executing them at image run time.
10-
* (GR-39406) All classes can now be used at image build time, even when they are not configured as --initialize-at-build-time. But still, only classes configured as --initialize-at-build-time are allowed in the image heap.
10+
* (GR-39406) All classes can now be used at image build time, even when they are not explicitly configured as `--initialize-at-build-time`. This makes it significantly easier to set up and use projects with build time initialization, resulting in fewer build problems due to incomplete configuration. Note, however, that only classes configured as `--initialize-at-build-time` are still allowed in the image heap.
1111
* (GR-46392) Add `--parallelism` option to control how many threads are used by the build process.
1212
* (GR-46392) Add build resources section to the build output that shows the memory and thread limits of the build process.
1313

0 commit comments

Comments
 (0)