< prev index next >

test/gc/g1/TestRegionLivenessPrint.java

Print this page
rev 10811 : 8154028: Several hotspot tests need to be updated after 8153737 (Unsupported Module)
Reviewed-by: tbd

*** 26,36 **** * @bug 8151920 * @requires vm.gc=="G1" | vm.gc=="null" * @summary Make sure that G1 does not assert when printing region liveness data on a humongous continues region. * @key gc * @library /testlibrary /test/lib ! * @modules java.base/sun.misc * @build TestRegionLivenessPrint * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+WhiteBoxAPI -XX:+UseG1GC -Xmx128M -XX:G1HeapRegionSize=1m -Xlog:gc+liveness=trace TestRegionLivenessPrint */ --- 26,36 ---- * @bug 8151920 * @requires vm.gc=="G1" | vm.gc=="null" * @summary Make sure that G1 does not assert when printing region liveness data on a humongous continues region. * @key gc * @library /testlibrary /test/lib ! * @modules java.base/jdk.internal.misc * @build TestRegionLivenessPrint * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+WhiteBoxAPI -XX:+UseG1GC -Xmx128M -XX:G1HeapRegionSize=1m -Xlog:gc+liveness=trace TestRegionLivenessPrint */
< prev index next >