8150647: Quarantine TestPLABResize.java until JDK-8150183 is fixed
8150562: Quarantine LoadAgentDcmdTest.java due to JDK-8150318
Reviewed-by: iklam, tschatzl
--- a/hotspot/test/gc/g1/plab/TestPLABResize.java Tue Feb 23 19:10:01 2016 -0500
+++ b/hotspot/test/gc/g1/plab/TestPLABResize.java Thu Feb 25 17:26:49 2016 +0100
@@ -35,6 +35,7 @@
* gc.g1.plab.lib.MemoryConsumer
* gc.g1.plab.lib.PLABUtils
* gc.g1.plab.lib.AppPLABResize
+ * @ignore 8150183
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main gc.g1.plab.TestPLABResize
--- a/hotspot/test/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java Tue Feb 23 19:10:01 2016 -0500
+++ b/hotspot/test/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java Thu Feb 25 17:26:49 2016 +0100
@@ -38,6 +38,7 @@
* java.management
* jdk.jvmstat/sun.jvmstat.monitor
* @build ClassFileInstaller jdk.test.lib.* SimpleJvmtiAgent
+ * @ignore 8150318
* @run main ClassFileInstaller SimpleJvmtiAgent
* @run testng LoadAgentDcmdTest
*/