8158756: [Testbug] serviceability/dcmd/compiler/CompilerQueueTest.java fails with TieredStopAtLevel=1
Reviewed-by: thartmann
This commit is contained in:
parent
71fd93cbb7
commit
70dd85aca8
@ -30,9 +30,6 @@
|
|||||||
* java.management
|
* java.management
|
||||||
* jdk.jvmstat/sun.jvmstat.monitor
|
* jdk.jvmstat/sun.jvmstat.monitor
|
||||||
* @summary Test of diagnostic command Compiler.queue
|
* @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.*
|
* @build jdk.test.lib.*
|
||||||
* jdk.test.lib.dcmd.*
|
* jdk.test.lib.dcmd.*
|
||||||
* sun.hotspot.WhiteBox
|
* sun.hotspot.WhiteBox
|
||||||
@ -110,7 +107,7 @@ public class CompilerQueueTest {
|
|||||||
boolean added = WB.enqueueMethodForCompilation(testcase.method, testcase.level);
|
boolean added = WB.enqueueMethodForCompilation(testcase.method, testcase.level);
|
||||||
// Set results to false for those methods we must to find
|
// Set results to false for those methods we must to find
|
||||||
// We will also assert if we find any test method we don't expect
|
// We will also assert if we find any test method we don't expect
|
||||||
Assert.assertTrue(WB.isMethodQueuedForCompilation(testcase.method));
|
Assert.assertEquals(added, WB.isMethodQueuedForCompilation(testcase.method));
|
||||||
testcase.check = false;
|
testcase.check = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user