[9] RFR(XS): 8048003: test/compiler/8009761/Test8009761.java failed with: java.lang.RuntimeException: static java.lang.Object Test8009761.m3(boolean, boolean) not compiled

Tobias Hartmann tobias.hartmann at oracle.com
Wed Jun 25 11:44:50 UTC 2014


Hi,

please review the following patch for JDK-8048003.

Bug: https://bugs.openjdk.java.net/browse/JDK-8048003
Webrev: http://cr.openjdk.java.net/~thartmann/8048003/webrev.00/
*
**Problem*
The test invokes WHITE_BOX.enqueueMethodForCompilation(m3, 
COMP_LEVEL_FULL_OPTIMIZATION) to compile m3 with C2. If the C2 compiler 
is not available the method is not compiled and the test throws an 
exception.

*Solution
*If compilation with C2 fails, the method is compiled with C1.

*Testing
*Failing test (client and server VM)
**
Thanks,
Tobias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140625/4cbb9954/attachment.html>


More information about the hotspot-compiler-dev mailing list