8150647: Quarantine TestPLABResize.java until JDK-8150183 is fixed

8150562: Quarantine LoadAgentDcmdTest.java due to JDK-8150318

Reviewed-by: iklam, tschatzl
This commit is contained in:
Jesper Wilhelmsson 2016-02-25 17:26:49 +01:00
parent ad6d8685e4
commit bf7f1925fd
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -38,6 +38,7 @@ import org.testng.annotations.Test;
* java.management
* jdk.jvmstat/sun.jvmstat.monitor
* @build ClassFileInstaller jdk.test.lib.* SimpleJvmtiAgent
* @ignore 8150318
* @run main ClassFileInstaller SimpleJvmtiAgent
* @run testng LoadAgentDcmdTest
*/