Skip to content

Commit

Permalink
Add entry to a CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanstevanovic committed Jan 10, 2025
1 parent 2c12f1b commit 7cd74a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substratevm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This changelog summarizes major changes to GraalVM Native Image.

## GraalVM for JDK 25
* (GR-58668) Enabled [Whole-Program Sparse Conditional Constant Propagation (WP-SCCP)](https://github.com/oracle/graal/pull/9821) by default, improving the precision of points-to analysis in Native Image. This optimization enhances static analysis accuracy and scalability, potentially reducing the size of the final native binary.
* (GR-57827) Move the initialization of security providers from build time to runtime.

## GraalVM for JDK 24 (Internal Version 24.2.0)
* (GR-59717) Added `DuringSetupAccess.registerObjectReachabilityHandler` to allow registering a callback that is executed when an object of a specified type is marked as reachable during heap scanning.
Expand Down

0 comments on commit 7cd74a8

Please sign in to comment.