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
* @bug 8057967
* @ignore 8079205
* @run main/bootclasspath -Xbatch java.lang.invoke.CallSiteDepContextTest
*/
package java.lang.invoke;

View File

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