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

Igor Ignatyev igor.ignatyev at oracle.com
Fri Sep 27 09:36:05 PDT 2013


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