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

Igor Ignatyev igor.ignatyev at oracle.com
Sat Sep 28 01:35:49 PDT 2013


Vladimir,
Thanks for review.

Best regards,
Igor Ignatyev

On 09/27/2013 09:12 PM, Vladimir Kozlov wrote:
> 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