# HG changeset patch # User tschatzl # Date 1429861627 -7200 # Node ID 0956bdcc671ebc2ef9d8e9a8347bd50e0b9c7f04 # Parent f967da7f0c3c256f35ddbab56a7dee57ea5147d2 8078375: [TESTBUG] gc/g1/TestLargePageUseForAuxMemory.java specifies wrong library path Reviewed-by: jmasa, jwilhelm diff -r f967da7f0c3c -r 0956bdcc671e test/gc/g1/TestLargePageUseForAuxMemory.java --- 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