hotspot/test/gc/g1/humongousObjects/TestHeapCounters.java
changeset 38152 80e5da81fb2c
parent 35933 e7a76427c582
child 39414 4adf52148100
--- a/hotspot/test/gc/g1/humongousObjects/TestHeapCounters.java	Fri Apr 29 22:40:51 2016 -0400
+++ b/hotspot/test/gc/g1/humongousObjects/TestHeapCounters.java	Sun May 01 12:47:00 2016 +0300
@@ -39,6 +39,7 @@
  * @summary Checks that heap counters work as expected after humongous allocations/deallocations
  * @requires vm.gc=="G1" | vm.gc=="null"
  * @library /testlibrary /test/lib /
+ * @modules java.base/jdk.internal.misc
  * @modules java.management
  * @build sun.hotspot.WhiteBox
  *        gc.testlibrary.Helpers