Skip to content

Commit

Permalink
substratevm/CHANGELOG.md edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wimmer committed Jul 17, 2023
1 parent 3246816 commit e3689e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substratevm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This changelog summarizes major changes to GraalVM Native Image.
* (GR-45841) BellSoft added support for the JFR event ThreadCPULoad.
* (GR-45994) Removed the option `-H:EnableSignalAPI`. Please use the runtime option `EnableSignalHandling` if it is necessary to enable or disable signal handling explicitly.
* (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.
* (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.
* (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.
* (GR-46392) Add `--parallelism` option to control how many threads are used by the build process.
* (GR-46392) Add build resources section to the build output that shows the memory and thread limits of the build process.

Expand Down

0 comments on commit e3689e1

Please sign in to comment.