--- 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.*