jdk-24/hotspot/test/compiler/whitebox
Tobias Hartmann 415f2cd075 8060454: [TESTBUG] Whitebox tests fail with -XX:CompileThreshold=100
Move the call to 'waitAndDeoptimize' from the warmup methods to the osr triggering methods to make sure that no non-osr compilation is in the queue after warmup.

Reviewed-by: kvn
2014-10-17 10:04:45 +02:00
..
ClearMethodStateTest.java 8046268: compiler/whitebox/ tests fail : must be osr_compiled 2014-10-13 12:30:37 +02:00
CompilerWhiteBoxTest.java 8060454: [TESTBUG] Whitebox tests fail with -XX:CompileThreshold=100 2014-10-17 10:04:45 +02:00
DeoptimizeAllTest.java 8046268: compiler/whitebox/ tests fail : must be osr_compiled 2014-10-13 12:30:37 +02:00
DeoptimizeMethodTest.java 8046268: compiler/whitebox/ tests fail : must be osr_compiled 2014-10-13 12:30:37 +02:00
EnqueueMethodForCompilationTest.java 8046268: compiler/whitebox/ tests fail : must be osr_compiled 2014-10-13 12:30:37 +02:00
GetNMethodTest.java 8046268: compiler/whitebox/ tests fail : must be osr_compiled 2014-10-13 12:30:37 +02:00
IsMethodCompilableTest.java 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot 2014-08-11 17:12:41 +04:00
MakeMethodNotCompilableTest.java 8046268: compiler/whitebox/ tests fail : must be osr_compiled 2014-10-13 12:30:37 +02:00
SetDontInlineMethodTest.java 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot 2014-08-11 17:12:41 +04:00
SetForceInlineMethodTest.java 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot 2014-08-11 17:12:41 +04:00