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