Skip to content

Commit c9fdd5e

Browse files
committed
Changelog for --static without --libc=musl.
1 parent b12dfc1 commit c9fdd5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substratevm/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This changelog summarizes major changes to GraalVM Native Image.
99
* (GR-51851) Together with Red Hat, we added initial support for native memory tracking (`--enable-monitoring=nmt`).
1010
* (GR-47109) Together with Red Hat, we added support for JFR event throttling and the event `ObjectAllocationSample`.
1111
* (GR-52030) Add a stable name for `Proxy` types in Native Image. The name `$Proxy[id]` is replaced by `$Proxy.s[hashCode]` where `hashCode` is computed using the names of the `Proxy` interfaces, the name of the class loader and the name of the module if it is not a dynamic module.
12+
* (GR-47712) Using the `--static` option without the `--libc=musl` option causes the build process to fail (and reports the appropriate error). Static linking is currently only supported with musl.
1213

1314
## GraalVM for JDK 22 (Internal Version 24.0.0)
1415
* (GR-48304) Red Hat added support for the JFR event ThreadAllocationStatistics.

0 commit comments

Comments
 (0)