hotspot/test/gc/g1/TestLargePageUseForAuxMemory.java
changeset 33730 30e064828045
parent 31968 1fd106275654
child 33806 4160a3c28ce8
--- a/hotspot/test/gc/g1/TestLargePageUseForAuxMemory.java	Thu Oct 29 18:59:22 2015 -0400
+++ b/hotspot/test/gc/g1/TestLargePageUseForAuxMemory.java	Thu Oct 29 12:04:04 2015 -0700
@@ -26,7 +26,7 @@
  * @summary Test that auxiliary data structures are allocated using large pages if available.
  * @bug 8058354 8079208
  * @key gc
- * @library /testlibrary /../../test/lib
+ * @library /testlibrary /test/lib
  * @requires (vm.gc=="G1" | vm.gc=="null")
  * @build jdk.test.lib.* sun.hotspot.WhiteBox
  * @build TestLargePageUseForAuxMemory