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: substratevm/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This changelog summarizes major changes to GraalVM Native Image.
7
7
* (GR-45841) BellSoft added support for the JFR event ThreadCPULoad.
8
8
* (GR-45994) Removed the option `-H:EnableSignalAPI`. Please use the runtime option `EnableSignalHandling` if it is necessary to enable or disable signal handling explicitly.
9
9
* (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.
11
11
* (GR-46392) Add `--parallelism` option to control how many threads are used by the build process.
12
12
* (GR-46392) Add build resources section to the build output that shows the memory and thread limits of the build process.
0 commit comments