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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This changelog summarizes major changes to GraalVM Native Image.
6
6
* (GR-44384) Add size warnings for bundles when individual or cumulative file sizes exceed limits. Configure with options `size-warning-file-limit` and `size-warning-total-limit` to `bundle-create`, sizes in MiB.
7
7
* (GR-43070) Add a new API flag `-Werror` to treat warnings as errors.
8
8
* (GR-69280) Allow use of the `graal.` prefix for options without issuing a warning.
9
+
* (GR-2092) Add jitdump support for recording run-time compilation metadata for perf (see PerfProfiling.md). Can be enabled with `-g -H:+RuntimeDebugInfo -H:RuntimeDebugInfoFormat=jitdump`.
9
10
10
11
## GraalVM 25
11
12
* (GR-52276) (GR-61959) Add support for Arena.ofShared().
0 commit comments