< prev index next >

test/hotspot/jtreg/runtime/ErrorHandling/AccessZeroNKlassHitsProtectionZone.java

Print this page
*** 205,10 ***
          System.out.println(arg);
          switch (arg) {
              case runwb -> WhiteBox.getWhiteBox().decodeNKlassAndAccessKlass(0);
              case no_coh_no_cds -> run_test(false, false);
              case no_coh_cds -> run_test(false, true);
!             case coh_no_cds -> run_test(true, false);
!             case coh_cds -> run_test(true, true);
          }
      }
  }
--- 205,11 ---
          System.out.println(arg);
          switch (arg) {
              case runwb -> WhiteBox.getWhiteBox().decodeNKlassAndAccessKlass(0);
              case no_coh_no_cds -> run_test(false, false);
              case no_coh_cds -> run_test(false, true);
!             // TODO 8348568 Re-enable
!             // case coh_no_cds -> run_test(true, false);
+             // case coh_cds -> run_test(true, true);
          }
      }
  }
< prev index next >