Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8232380

Shenandoah: Test compiler/jsr292/CallSiteDepContextTest.java hangs with traversal mode

XMLWordPrintable

    • gc

      After 8231999, it seems the test stuck inside the following loop:

       public static void testGC(boolean clear, boolean precompile) throws Throwable {

      ...

             do {
                  System.gc();
                  try {
                      Reference ref1 = rq.remove(100);
                      if (ref1 == ref) {
                          break;
                      }
                  } catch(InterruptedException e) { /* ignore */ }
              } while (true);

            zgu Zhengyu Gu
            zgu Zhengyu Gu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: