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

Christian Thalinger christian.thalinger at oracle.com
Thu Jun 26 14:40:31 UTC 2014


Looks good.

On Jun 25, 2014, at 6:53 AM, Tobias Hartmann <tobias.hartmann at oracle.com> wrote:

> I refactored the test and removed the usage of JMX according to [1].
> 
> New webrev: http://cr.openjdk.java.net/~thartmann/8048003/webrev.01/
> 
> Best,
> Tobias
> 
> [1] https://bugs.openjdk.java.net/browse/JDK-8044831
> 
> On 25.06.2014 13:44, Tobias Hartmann wrote:
>> 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/20140626/3404a468/attachment.html>


More information about the hotspot-compiler-dev mailing list