RFR(S/M): 8073793: serviceability/dcmd/compiler/CodelistTest.java fails with ClassNotFoundException trying to load VM anonymous class

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Mar 1 17:15:11 UTC 2016


Good.

Thanks,
Vladimir

On 3/1/16 6:25 AM, Nils Eliasson wrote:
> New webrev using changed API in JDK-8150646.
>
> Webrev: http://cr.openjdk.java.net/~neliasso/8073793/webrev.02/
>
> Best regards,
> Nils Eliasson
>
> On 2016-02-25 16:02, Nils Eliasson wrote:
>> Hi,
>>
>> Please review this fix of the CodelistTest.
>>
>> Summary:
>> The test iterated over the output and tried to reflect some Classes
>> for verification. This is fragile since some classes are not
>> reflectable and it changes over time.
>>
>> Solution:
>> Instead ensure compilation of some select methods, on different
>> compile levels, and verify that those methods show up in the output.
>>
>> Testing:
>> Test run on all platforms.
>>
>> This change requires: https://bugs.openjdk.java.net/browse/JDK-8150646
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8073793
>> Webrev: http://cr.openjdk.java.net/~neliasso/8073793/webrev.01/
>>
>> Best regards,
>> Nils Eliasson
>


More information about the hotspot-compiler-dev mailing list