mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 21:18:25 +00:00
Fix to save UseCompressedOops and UseCompressedClassPointers in shared archive and at runtime run with CDS only if they are matched the stored versions. Reviewed-by: iklam, ccheung