< prev index next >

test/java/lang/management/BufferPoolMXBean/Basic.java

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

@@ -21,14 +21,16 @@
  * questions.
  */
 
 /* @test
  * @bug 6606598 7024172
+ * @key randomness
  * @summary Unit test for java.lang.management.BufferPoolMXBean
+ *
  * @modules jdk.management
+ *
  * @run main/othervm Basic
- * @key randomness
  */
 
 import java.nio.ByteBuffer;
 import java.nio.MappedByteBuffer;
 import java.nio.file.Path;
< prev index next >