diff test/gc/g1/TestLargePageUseForAuxMemory.java @ 22982:0956bdcc671e

8078375: [TESTBUG] gc/g1/TestLargePageUseForAuxMemory.java specifies wrong library path Reviewed-by: jmasa, jwilhelm
author tschatzl
date Fri, 24 Apr 2015 09:47:07 +0200
parents 33e421924c67
children
line wrap: on
line diff
--- a/test/gc/g1/TestLargePageUseForAuxMemory.java	Thu Apr 23 15:59:48 2015 +0200
+++ b/test/gc/g1/TestLargePageUseForAuxMemory.java	Fri Apr 24 09:47:07 2015 +0200
@@ -25,7 +25,7 @@
  * @test TestLargePageUseForAuxMemory.java
  * @bug 8058354
  * @key gc
- * @library /testlibrary /../../test/lib
+ * @library /testlibrary /testlibrary/whitebox
  * @requires (vm.gc=="G1" | vm.gc=="null")
  * @build TestLargePageUseForAuxMemory
  * @run main ClassFileInstaller sun.hotspot.WhiteBox