Skip to content

Commit 85024e1

Browse files
author
Christian Wimmer
committed
Add changelog entry
1 parent 9f033aa commit 85024e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

substratevm/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ This changelog summarizes major changes to GraalVM Native Image.
1010
* (GR-29957) Removed the option -H:SubstitutionFiles= to register substitutions via a JSON file. This was an early experiment and is no longer necessary.
1111
* (GR-32403) Use more compressed encoding for stack frame metadata.
1212
* (GR-35152) Add -H:DisableURLProtocols to allow specifying URL protocols that must never be included in the image.
13-
* (GR-35085) Custom prologue/epilogue/handleException customizations of @CEntryPoint must be annotated with @Uninterruptible. The entry points synthetic methods are now implicilty annotated with @Uninterruptible too.
13+
* (GR-35085) Custom prologue/epilogue/handleException customizations of @CEntryPoint must be annotated with @Uninterruptible. The synthetic methods created for entry points are now implicitly annotated with @Uninterruptible too.
14+
* (GR-34935) More compiler optimization phases are run before static analysis: Conditional Elimination (to remove redundant conditions) and Escape Analysis.
1415

0 commit comments

Comments
 (0)