jdk/hotspot/test/compiler/whitebox
Tobias Hartmann 38e46e728d 8046268: compiler/whitebox/ tests fail : must be osr_compiled
Added code to 'warm up' the methods before triggering OSR compilation by executing them a limited number of times. Like this, the profile information marks the loop exit as taken and we don't add an uncommon trap.

Reviewed-by: kvn, dlong, iignatyev
2014-10-13 12:30:37 +02:00
..
ClearMethodStateTest.java 8046268: compiler/whitebox/ tests fail : must be osr_compiled 2014-10-13 12:30:37 +02:00
CompilerWhiteBoxTest.java 8046268: compiler/whitebox/ tests fail : must be osr_compiled 2014-10-13 12:30:37 +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