< prev index next >

test/hotspot/jtreg/runtime/cds/appcds/TestParallelGCWithCDS.java

Print this page
*** 115,10 ***
--- 115,11 ---
                      out.shouldContain(HELLO);
                  } else {
                      String pattern = "((Too small maximum heap)" +
                                       "|(GC triggered before VM initialization completed)" +
                                       "|(java.lang.OutOfMemoryError: Java heap space)" +
+                                      "|(CDS archive has aot-linked classes but the archived heap objects cannot be loaded)" +
                                       "|(Initial heap size set to a larger value than the maximum heap size))";
                      out.shouldMatch(pattern);
                      out.shouldNotHaveFatalError();
                  }
                  n++;
< prev index next >