comparison 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
comparison
equal deleted inserted replaced
22981:f967da7f0c3c 22982:0956bdcc671e
23 23
24 /* 24 /*
25 * @test TestLargePageUseForAuxMemory.java 25 * @test TestLargePageUseForAuxMemory.java
26 * @bug 8058354 26 * @bug 8058354
27 * @key gc 27 * @key gc
28 * @library /testlibrary /../../test/lib 28 * @library /testlibrary /testlibrary/whitebox
29 * @requires (vm.gc=="G1" | vm.gc=="null") 29 * @requires (vm.gc=="G1" | vm.gc=="null")
30 * @build TestLargePageUseForAuxMemory 30 * @build TestLargePageUseForAuxMemory
31 * @run main ClassFileInstaller sun.hotspot.WhiteBox 31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
32 * sun.hotspot.WhiteBox$WhiteBoxPermission 32 * sun.hotspot.WhiteBox$WhiteBoxPermission
33 * @summary Test that auxiliary data structures are allocated using large pages if available. 33 * @summary Test that auxiliary data structures are allocated using large pages if available.