changeset 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 f967da7f0c3c
children 1ec24746bb40
files test/gc/g1/TestLargePageUseForAuxMemory.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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