RFR(XXS) - JDK-8009539 - JVM crash when run lambda testng tests

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Mar 21 19:37:05 PDT 2013


Good.

Thanks,
Vladimir

On 3/21/13 6:47 PM, Bharadwaj Yadavalli wrote:
> Thanks, Vladimir. Made the suggested change.
>
> Bharadwaj
>
> On 3/21/2013 7:07 PM, Vladimir Kozlov wrote:
>> Use tty->cr(); instead of tty->print_cr("");
>> Otherwise good.
>>
>> Thanks,
>> Vladimir
>>
>> On 3/21/13 3:42 PM, Bharadwaj Yadavalli wrote:
>>> Please review the change whose details are as follows:
>>>
>>> Summary of the change: No class is associated with array classes of
>>> bottom type. Dereferencing a null class to test to test if it is
>>> unloaded results in segmentation violation. Further there is no need to
>>> test if such classes were not loaded. Added a check to ensure that NULL
>>> pointer is not dereferenced.
>>>
>>> Webrev: http://cr.openjdk.java.net/~bharadwaj/8009539/webrev/
>>> Bug fixed: https://jbs.oracle.com/bugs/browse/JDK-8009539
>>>
>>> Thanks,
>>>
>>> Bharadwaj
>>>
>


More information about the hotspot-compiler-dev mailing list