hotspot/test/serviceability/tmtools/jstat/GcTest02.java
changeset 38152 80e5da81fb2c
parent 37434 303d15f45adf
child 38164 6ca54f652c19
--- a/hotspot/test/serviceability/tmtools/jstat/GcTest02.java	Fri Apr 29 22:40:51 2016 -0400
+++ b/hotspot/test/serviceability/tmtools/jstat/GcTest02.java	Sun May 01 12:47:00 2016 +0300
@@ -28,6 +28,7 @@
  *          Test scenario:
  *          tests forces debuggee application eat ~70% of heap and runs jstat.
  *          jstat should show that ~70% of heap is utilized (OC/OU ~= 70%).
+ * @modules java.base/jdk.internal.misc
  * @library /test/lib/share/classes
  * @library ../share
  * @build common.*