8239873: [TESTBUG] FieldLayout/OldLayoutCheck.java fails after the fix for JDK-8239503

Don't run the test with -XX:-UseCompressedOops.

Reviewed-by: fparain, hseigel
This commit is contained in:
Daniel D. Daugherty 2020-02-27 11:34:48 -05:00
parent 5551d3d888
commit 882633a738

@ -28,7 +28,7 @@
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
* @requires vm.bits == "64" & vm.gc != "Z"
* @requires vm.bits == "64" & vm.opt.final.UseCompressedOops == true & vm.gc != "Z"
* @run main/othervm -XX:+UseCompressedClassPointers -XX:-UseEmptySlotsInSupers OldLayoutCheck
*/