Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
8239873: [TESTBUG] FieldLayout/OldLayoutCheck.java fails after the fi…
Browse files Browse the repository at this point in the history
…x for JDK-8239503

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

Reviewed-by: fparain, hseigel
  • Loading branch information
Daniel D. Daugherty committed Feb 27, 2020
1 parent 5551d3d commit 882633a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/runtime/FieldLayout/OldLayoutCheck.java
Expand Up @@ -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
*/

Expand Down

0 comments on commit 882633a

Please sign in to comment.