RFR(S) [downport 11]: 8213410: UseCompressedOops requirement check fails fails on 32-bit system
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Wed Nov 28 09:00:22 UTC 2018
Hi,
I need a review to downport 8213410.
8213410 fixes disabling tests for UseCompressedOops on 32-bit platforms.
In jdk12, "@requires vm.bits == 64" was introduced to CompressedClassPointers.java
by "8208655: use JTreg skipped status in hotspot tests". Because of this change,
8213410 does not apply properly.
To fix this, I introduce "@requires vm.bits == 64" to this test in jdk11, too.
http://cr.openjdk.java.net/~goetz/wr18/8213410-32bit_cOops-jdk11/01/
Best regards,
Goetz.
More information about the jdk-updates-dev
mailing list