RFR : 8023452 : TestCase$Helper(java.lang.Object) must be osr_compiled

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Sep 27 10:12:21 PDT 2013


Looks good.

Vladimir

On 9/27/13 9:36 AM, Igor Ignatyev wrote:
> updated webrev: http://cr.openjdk.java.net/~iignatyev/8023452/webrev.01/
>
> Added skipping of osr test cases in 'compiler/whitebox/MakeMethodNotCompilableTest.java', because it's also not
> applicable in '-Xcomp'.
>
> Best regards,
> Igor Ignatyev
>
> On 08/30/2013 10:38 PM, Igor Ignatyev wrote:
>> Hi all,
>>
>> Please review patch.
>>
>> Problem:
>> - osr test cases in some 'compiler/whiteobx' tests are not applicable in
>> -Xcomp mode, since there is no way to provoke osr compilation.
>> - 'EnqueueMethodForCompilationTest' fails in osr test cases, due to
>> triggering regular compilation
>>
>> Fix:
>> - added skipping of osr test cases, if -Xcomp is enabled
>> - added clearing of method's state in 'EnqueueMethodForCompilationTest'
>>
>> webrev: http://cr.openjdk.java.net/~iignatyev/8023452/webrev.00/
>> jbs: https://bugs.openjdk.java.net/browse/JDK-8023318
>> testing: jprt:compiler/whitebox + locally w/ the same flags as in
>> original failure


More information about the hotspot-compiler-dev mailing list