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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ This changelog summarizes major changes to GraalVM Native Image.
4
4
5
5
## Version 22.3.0
6
6
* (GR-35721) Remove old build output style and the `-H:±BuildOutputUseNewStyle` option.
7
-
* (GR-39390) (GR-39649) Red Hat added support for the JFR events `JavaMonitorEnter` and `ThreadSleep`.
7
+
* (GR-39390) (GR-39649) (GR-40033) Red Hat added support for the JFR events `JavaMonitorEnter`, `JavaMonitorWait`, and `ThreadSleep`.
8
8
* (GR-39497) Add `-H:BuildOutputJSONFile=<file.json>` option for [JSON build output](https://github.com/oracle/graal/edit/master/docs/reference-manual/native-image/BuildOutput.md#machine-readable-build-output). Please feel free to provide feedback so that we can stabilize the schema/API.
9
9
10
10
## Version 22.2.0
11
11
* (GR-20653) Re-enable the usage of all CPU features for JIT compilation on AMD64.
12
12
* (GR-38413) Add support for `-XX:+ExitOnOutOfMemoryError`.
13
13
* (GR-37606) Add support for URLs and short descriptions to `Feature`. This info is shown as part of the build output.
14
-
* (GR-38965) Heap dumps are now supported in Community Edition.
14
+
* (GR-38965) Heap dumps are now supported in Community Edition.
15
15
* (GR-38951) Add `-XX:+DumpHeapAndExit` option to dump the initial heap of a native executable.
16
16
* (GR-37582) Run image-builder on module-path per default. Opt-out with env setting `USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM=false`.
17
17
* (GR-38660) Expose -H:Name=<outfile> as API option -o <outfile>
0 commit comments