< prev index next >

test/com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationContentTest.java

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

*** 24,36 **** --- 24,38 ---- /* * @test * @bug 7036199 * @summary Check that GarbageCollectionNotification contents are reasonable * @author Frederic Parain + * * @requires vm.opt.ExplicitGCInvokesConcurrent == null | vm.opt.ExplicitGCInvokesConcurrent == false * @modules java.management/sun.management * jdk.management + * * @run main/othervm GarbageCollectionNotificationContentTest */ import java.util.*; import java.lang.management.*;
< prev index next >