[9] RFR(XS): 8048003: test/compiler/8009761/Test8009761.java failed with: java.lang.RuntimeException: static java.lang.Object Test8009761.m3(boolean, boolean) not compiled
Albert
albert.noll at oracle.com
Mon Jun 30 06:07:29 UTC 2014
That looks good to me (not a Reviewer).
Best,
Albert
On 06/25/2014 03:53 PM, Tobias Hartmann 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/20140630/ce71ec96/attachment.html>
More information about the hotspot-compiler-dev
mailing list