< prev index next >

test/java/lang/management/GarbageCollectorMXBean/GcInfoCompositeType.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 24,34 **** --- 24,36 ---- /* * @test * @bug 6396794 * @summary Check that LastGcInfo contents are reasonable * @author Eamonn McManus + * * @modules jdk.management + * * @run main/othervm -XX:-ExplicitGCInvokesConcurrent GcInfoCompositeType */ // Passing "-XX:-ExplicitGCInvokesConcurrent" to force System.gc() // run on foreground when CMS is used and prevent situations when "GcInfo" // is missing even though System.gc() was successfuly processed.
< prev index next >