hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.java
changeset 33730 30e064828045
parent 32740 6c550479932a
child 35167 45801556e636
--- a/hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.java	Thu Oct 29 18:59:22 2015 -0400
+++ b/hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.java	Thu Oct 29 12:04:04 2015 -0700
@@ -31,7 +31,7 @@
  * @test TestHumongousThreshold
  * @summary Checks that objects larger than half a region are allocated as humongous
  * @requires vm.gc=="G1" | vm.gc=="null"
- * @library /testlibrary /../../test/lib
+ * @library /testlibrary /test/lib
  * @modules java.management
  * @build sun.hotspot.WhiteBox
  *        gc.g1.humongousObjects.Helpers