--- a/hotspot/test/compiler/jsr292/CallSiteDepContextTest.java Fri May 01 03:56:01 2015 -0700
+++ b/hotspot/test/compiler/jsr292/CallSiteDepContextTest.java Sat May 02 00:16:29 2015 -0700
@@ -24,6 +24,7 @@
/**
* @test
* @bug 8057967
+ * @ignore 8079205
* @run main/bootclasspath -Xbatch java.lang.invoke.CallSiteDepContextTest
*/
package java.lang.invoke;
--- a/hotspot/test/gc/g1/TestLargePageUseForAuxMemory.java Fri May 01 03:56:01 2015 -0700
+++ b/hotspot/test/gc/g1/TestLargePageUseForAuxMemory.java Sat May 02 00:16:29 2015 -0700
@@ -24,6 +24,7 @@
/*
* @test TestLargePageUseForAuxMemory.java
* @bug 8058354
+ * @ignore 8079208
* @key gc
* @library /testlibrary /../../test/lib
* @requires (vm.gc=="G1" | vm.gc=="null")