RFR: 8352775: JVM crashes with -XX:AOTMode=create -XX:+UseZGC [v2]
Ioi Lam
iklam at openjdk.org
Tue Apr 1 16:26:36 UTC 2025
> Please review this small fix. When ZGC is enabled, heap dumping is disabled, so we should't call functions that are related to heap dumping.
Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
No need to use "@requires vm.gc == null"
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24347/files
- new: https://git.openjdk.org/jdk/pull/24347/files/4f2a0108..0cdf72ca
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24347&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24347&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/24347.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24347/head:pull/24347
PR: https://git.openjdk.org/jdk/pull/24347
More information about the hotspot-dev
mailing list