< prev index next >

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

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

@@ -24,13 +24,15 @@
 /*
  * @test
  * @bug     7036199
  * @summary Check that GarbageCollection notification are thrown by every GarbageCollectorMXBean
  * @author  Frederic Parain
+ *
  * @requires vm.opt.ExplicitGCInvokesConcurrent == null | vm.opt.ExplicitGCInvokesConcurrent == false
  * @modules java.management/sun.management
  *          jdk.management
+ *
  * @run     main/othervm GarbageCollectionNotificationTest
  */
 
 import java.util.*;
 import java.lang.management.*;
< prev index next >