jdk-24/hotspot/test/compiler/whitebox
Tobias Hartmann fe1762fbd6 8061817: Whitebox.deoptimizeMethod() does not deoptimize all OSR versions of method
Fixed Whitebox.deoptimizeMethod() to deoptimize all OSR versions of the method.

Reviewed-by: kvn, iignatyev
2014-10-30 13:03:30 +01:00
..
ClearMethodStateTest.java 8046268: compiler/whitebox/ tests fail : must be osr_compiled 2014-10-13 12:30:37 +02:00
CompilerWhiteBoxTest.java 8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue" 2014-10-28 09:17:36 +01: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
DeoptimizeMultipleOSRTest.java 8061817: Whitebox.deoptimizeMethod() does not deoptimize all OSR versions of method 2014-10-30 13:03:30 +01: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 8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue" 2014-10-28 09:17:36 +01: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