RFR: 8341371: CDS cannot load archived heap objects with -XX:+UseSerialGC -XX:-UseCompressedOops [v3]
Matias Saavedra Silva
matsaave at openjdk.org
Wed Oct 23 16:55:21 UTC 2024
> [JDK-8298614](https://bugs.openjdk.org/browse/JDK-8298614) enabled writing the archived heap region with SerialGC and ParallelGC, but archives written with XX:-UseCompressedOops can't be loaded at runtime. This patch enables heap loading for SerialGC and ParallelGC as well as EpsilonGC and Shenandoah since they were enabled in [JDK-8341913](https://bugs.openjdk.org/browse/JDK-8341913). Related tests were updated to check for the new conditions. Verified with tier 1-5 tests.
Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
Calvin comments and copyright
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21647/files
- new: https://git.openjdk.org/jdk/pull/21647/files/da433327..35a6fa4d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21647&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21647&range=01-02
Stats: 9 lines in 6 files changed: 2 ins; 0 del; 7 mod
Patch: https://git.openjdk.org/jdk/pull/21647.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21647/head:pull/21647
PR: https://git.openjdk.org/jdk/pull/21647
More information about the shenandoah-dev
mailing list