This commit is contained in:
Alejandro Murillo 2015-05-02 00:16:29 -07:00
commit 40dd1bad2c
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
/** /**
* @test * @test
* @bug 8057967 * @bug 8057967
* @ignore 8079205
* @run main/bootclasspath -Xbatch java.lang.invoke.CallSiteDepContextTest * @run main/bootclasspath -Xbatch java.lang.invoke.CallSiteDepContextTest
*/ */
package java.lang.invoke; package java.lang.invoke;

View File

@ -24,6 +24,7 @@
/* /*
* @test TestLargePageUseForAuxMemory.java * @test TestLargePageUseForAuxMemory.java
* @bug 8058354 * @bug 8058354
* @ignore 8079208
* @key gc * @key gc
* @library /testlibrary /../../test/lib * @library /testlibrary /../../test/lib
* @requires (vm.gc=="G1" | vm.gc=="null") * @requires (vm.gc=="G1" | vm.gc=="null")