< prev index next > test/hotspot/jtreg/runtime/cds/appcds/TestParallelGCWithCDS.java
Print this page
out.shouldContain(HELLO);
} else {
String pattern = "((Too small maximum heap)" +
"|(GC triggered before VM initialization completed)" +
"|(Initial heap size set to a larger value than the maximum heap size)" +
+ "|(CDS archive has aot-linked classes but the archived heap objects cannot be loaded)" +
"|(java.lang.OutOfMemoryError)" +
"|(Error: A JNI error has occurred, please check your installation and try again))";
out.shouldMatch(pattern);
out.shouldNotHaveFatalError();
}
< prev index next >