< prev index next >

test/java/lang/management/ThreadMXBean/SynchronizationStatistics.java

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

@@ -23,15 +23,13 @@
 
 /*
  * @test
  * @bug     4530538
  * @summary Basic unit test of the synchronization statistics support:
- *
  * @author  Mandy Chung
  * @author  Jaroslav Bachorik
  *
- * @modules java.management
  * @run main/othervm SynchronizationStatistics
  */
 
 import java.lang.management.*;
 import java.util.concurrent.Phaser;
< prev index next >