RFR 8206086: [Graal] JDI tests fail with com.sun.jdi.ObjectCollectedException
Chris Plummer
chris.plummer at oracle.com
Fri Jun 29 05:53:24 UTC 2018
+1
Please add the description of the problem to the CR.
thanks,
Chris
On 6/28/18 10:10 PM, serguei.spitsyn at oracle.com wrote:
> Hi Daniil,
>
> It looks good to me.
>
> Thanks,
> Serguei
>
>
> On 6/28/18 20:57, Daniil Titov wrote:
>> Please review the changes that fix 4 JDI tests that fail when running
>> with Graal.
>>
>> The problem here is that in some cases by the time the test decides
>> whether the JDI event should be saved for further analysis the object
>> this event refers to might be already collected in the debuggee VM.
>> The fix ensures that if this happens then ObjectCollectedException is
>> gracefully handled and the event is skipped.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8206086
>> Webrev: http://cr.openjdk.java.net/~dtitov/8206086/webrev.001/
>>
>> Thanks!
>>
>> --Daniil
>>
>>
>
More information about the serviceability-dev
mailing list