RFR: 8318691: runtime/CompressedOops/CompressedClassPointersEncodingScheme.java fails with release VMs
Jie Fu
jiefu at openjdk.org
Tue Oct 24 02:02:52 UTC 2023
The test fails due to VM option 'CompressedClassSpaceBaseAddress' is develop and is available only in debug version of VM.
So the fix just disables the test for release VMs.
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8318691: runtime/CompressedOops/CompressedClassPointersEncodingScheme.java fails with release VMs
Changes: https://git.openjdk.org/jdk/pull/16330/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16330&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8318691
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16330.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16330/head:pull/16330
PR: https://git.openjdk.org/jdk/pull/16330
More information about the hotspot-runtime-dev
mailing list