--- old/test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java 2015-11-06 17:46:07.585083468 -0500 +++ new/test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java 2015-11-06 17:46:07.489082992 -0500 @@ -121,6 +121,7 @@ "-XX:G1HeapRegionSize=1M", "-XX:InitiatingHeapOccupancyPercent=0", // Want to have as much as possible initial marks. "-XX:+PrintGC", + "-XX:+UnlockDiagnosticVMOptions", "-XX:+VerifyAfterGC", "-XX:ConcGCThreads=1", // Want to make marking as slow as possible. "-XX:+IgnoreUnrecognizedVMOptions", // G1VerifyBitmaps is develop only. --- old/test/gc/g1/TestLargePageUseForAuxMemory.java 2015-11-06 17:46:08.097086007 -0500 +++ new/test/gc/g1/TestLargePageUseForAuxMemory.java 2015-11-06 17:46:08.005085551 -0500 @@ -32,7 +32,7 @@ * @build TestLargePageUseForAuxMemory * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission - * @run main/othervm -Xbootclasspath/a:. -XX:+UseG1GC -XX:+WhiteBoxAPI -XX:+IgnoreUnrecognizedVMOptions -XX:+UseLargePages TestLargePageUseForAuxMemory + * @run main/othervm -Xbootclasspath/a:. -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+IgnoreUnrecognizedVMOptions -XX:+UseLargePages TestLargePageUseForAuxMemory */ import java.lang.Math;