8161173: quarantine compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
authordcubed
Mon, 18 Jul 2016 14:20:30 -0700
changeset 39978 d79e47b2d2d9
parent 39977 2965795a0723
child 39979 b17e445924da
8161173: quarantine compiler/arraycopy/TestEliminatedArrayCopyDeopt.java 8161174: quarantine gc/stress/TestStressG1Humongous.java on 32-bit 8161175: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java on 32-bit Reviewed-by: sspitsyn, jmasa, gtriantafill
hotspot/test/compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
hotspot/test/gc/stress/TestStressG1Humongous.java
hotspot/test/serviceability/dcmd/compiler/CompilerQueueTest.java
--- a/hotspot/test/compiler/arraycopy/TestEliminatedArrayCopyDeopt.java	Mon Jul 18 14:30:39 2016 +0200
+++ b/hotspot/test/compiler/arraycopy/TestEliminatedArrayCopyDeopt.java	Mon Jul 18 14:20:30 2016 -0700
@@ -25,6 +25,7 @@
  * @test
  * @bug 8130847 8156760
  * @summary Eliminated instance/array written to by an array copy variant must be correctly initialized when reallocated at a deopt
+ * @ignore 8136818
  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement TestEliminatedArrayCopyDeopt
  * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:+IgnoreUnrecognizedVMOptions -XX:-ReduceInitialCardMarks TestEliminatedArrayCopyDeopt
  */
--- a/hotspot/test/gc/stress/TestStressG1Humongous.java	Mon Jul 18 14:30:39 2016 +0200
+++ b/hotspot/test/gc/stress/TestStressG1Humongous.java	Mon Jul 18 14:20:30 2016 -0700
@@ -26,6 +26,9 @@
  * @key gc
  * @key stress
  * @summary Stress G1 by humongous allocations in situation near OOM
+ * Fails intermittently on 32-bit VMs due to 8160827 so quarantine
+ * it on those platforms:
+ * @requires vm.bits != "32"
  * @requires vm.gc.G1
  * @requires !vm.flightRecorder
  * @run main/othervm/timeout=200 -Xlog:gc=debug -Xmx1g -XX:+UseG1GC -XX:G1HeapRegionSize=4m
--- a/hotspot/test/serviceability/dcmd/compiler/CompilerQueueTest.java	Mon Jul 18 14:30:39 2016 +0200
+++ b/hotspot/test/serviceability/dcmd/compiler/CompilerQueueTest.java	Mon Jul 18 14:20:30 2016 -0700
@@ -29,6 +29,10 @@
  *          java.compiler
  *          java.management
  *          jdk.jvmstat/sun.jvmstat.monitor
+ * @summary Test of diagnostic command Compiler.queue
+ * Fails intermittently on 32-bit VMs due to 8158756 so quarantine
+ * it on those platforms:
+ * @requires vm.bits != "32"
  * @build jdk.test.lib.*
  *        jdk.test.lib.dcmd.*
  *        sun.hotspot.WhiteBox
@@ -38,7 +42,6 @@
  * @run testng/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -Xmixed -XX:+WhiteBoxAPI CompilerQueueTest
  * @run testng/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -Xmixed -XX:-TieredCompilation -XX:+WhiteBoxAPI CompilerQueueTest
  * @run testng/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -Xint -XX:+WhiteBoxAPI CompilerQueueTest
- * @summary Test of diagnostic command Compiler.queue
  */
 
 import compiler.testlibrary.CompilerUtils;