--- old/test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java 2015-12-01 12:06:35.786929860 +0100 +++ new/test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java 2015-12-01 12:06:35.682929864 +0100 @@ -94,7 +94,7 @@ "-Xms128M", "-Xmx128M", "-Xmn16M", - "-XX:+PrintGC", + "-Xlog:gc", ReclaimRegionFast.class.getName()); Pattern p = Pattern.compile("Full GC");