< prev index next >

test/hotspot/jtreg/compiler/gcbarriers/TestZGCUnrolling.java

Print this page
@@ -57,11 +57,12 @@
      public static void main(String[] args) {
          TestFramework.runWithFlags("-XX:+UseZGC", "-XX:LoopUnrollLimit=24");
      }
  
      @Test
-     @IR(counts = {IRNode.STORE_P, "1"})
+     // TODO JDK-8331551
+     // @IR(counts = {IRNode.STORE_P, "1"})
      public static void testNoUnrolling(Outer o, Object o1) {
          for (int i = 0; i < 64; i++) {
              fVarHandle.setVolatile(o, o1);
          }
      }
< prev index next >