--- a/hotspot/test/compiler/tiered/NonTieredLevelsTest.java Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/tiered/NonTieredLevelsTest.java Tue Jul 01 13:09:40 2014 +0400
@@ -25,6 +25,7 @@
/**
* @test NonTieredLevelsTest
+ * @ignore 8046268
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
* @build NonTieredLevelsTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox
--- a/hotspot/test/compiler/tiered/TieredLevelsTest.java Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/tiered/TieredLevelsTest.java Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
/**
* @test TieredLevelsTest
+ * @ignore 8046268
* @library /testlibrary /testlibrary/whitebox /compiler/whitebox
* @build TieredLevelsTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox
--- a/hotspot/test/compiler/whitebox/ClearMethodStateTest.java Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/ClearMethodStateTest.java Tue Jul 01 13:09:40 2014 +0400
@@ -25,6 +25,7 @@
/*
* @test ClearMethodStateTest
+ * @ignore 8046268
* @bug 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox
* @build ClearMethodStateTest
--- a/hotspot/test/compiler/whitebox/DeoptimizeAllTest.java Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/DeoptimizeAllTest.java Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
/*
* @test DeoptimizeAllTest
+ * @ignore 8046268
* @bug 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox
* @build DeoptimizeAllTest
--- a/hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/DeoptimizeMethodTest.java Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
/*
* @test DeoptimizeMethodTest
+ * @ignore 8046268
* @bug 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox
* @build DeoptimizeMethodTest
--- a/hotspot/test/compiler/whitebox/EnqueueMethodForCompilationTest.java Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/EnqueueMethodForCompilationTest.java Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
/*
* @test EnqueueMethodForCompilationTest
+ * @ignore 8046268
* @bug 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox
* @build EnqueueMethodForCompilationTest
--- a/hotspot/test/compiler/whitebox/GetNMethodTest.java Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/GetNMethodTest.java Tue Jul 01 13:09:40 2014 +0400
@@ -26,6 +26,7 @@
/*
* @test GetNMethodTest
+ * @ignore 8046268
* @bug 8038240
* @library /testlibrary /testlibrary/whitebox
* @build GetNMethodTest
--- a/hotspot/test/compiler/whitebox/MakeMethodNotCompilableTest.java Tue Jul 01 09:02:45 2014 +0200
+++ b/hotspot/test/compiler/whitebox/MakeMethodNotCompilableTest.java Tue Jul 01 13:09:40 2014 +0400
@@ -23,6 +23,7 @@
/*
* @test MakeMethodNotCompilableTest
+ * @ignore 8046268
* @bug 8012322 8006683 8007288 8022832
* @library /testlibrary /testlibrary/whitebox
* @build MakeMethodNotCompilableTest