hotspot/test/serviceability/tmtools/jstat/GcNewTest.java
changeset 38152 80e5da81fb2c
parent 37434 303d15f45adf
child 40631 ed82623d7831
--- a/hotspot/test/serviceability/tmtools/jstat/GcNewTest.java	Fri Apr 29 22:40:51 2016 -0400
+++ b/hotspot/test/serviceability/tmtools/jstat/GcNewTest.java	Sun May 01 12:47:00 2016 +0300
@@ -29,6 +29,7 @@
  *          test several times provokes garbage collection in the debuggee application and after each garbage
  *          collection runs jstat. jstat should show that after garbage collection number of GC events and garbage
  *          collection time increase.
+ * @modules java.base/jdk.internal.misc
  * @library /test/lib/share/classes
  * @library ../share
  * @build common.*