RFR (XS) : 8027124 : [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
Igor Ignatyev
igor.ignatyev at oracle.com
Mon Dec 2 12:39:14 PST 2013
Hi all,
Please review patch.
Problem:
OSR test cases in 'compiler/tiered' tests are not applicable in -Xcomp
mode, since there is no way to provoke OSR compilation
Fix:
Added skipping of OSR test cases, if -Xcomp is enabled
webrev: http://cr.openjdk.java.net/~iignatyev/8027124/webrev.00/
jbs: https://bugs.openjdk.java.net/browse/JDK-8027124
testing: compiler/tiered in -Xcomp, -Xmixed, -Xint and default mode
--
Best regards,
Igor Ignatyev
More information about the hotspot-compiler-dev
mailing list