RFR JDK-8215716: PopFrame() was unexpectedly done

serguei.spitsyn at oracle.com serguei.spitsyn at oracle.com
Fri Dec 21 01:17:51 UTC 2018


Hi Alex,

LG++

Thanks,
Serguei

On 12/20/18 5:09 PM, David Holmes wrote:
> Looks good.
>
> Thanks,
> David
>
> On 21/12/2018 11:04 am, Alex Menkov wrote:
>> Hi all,
>>
>> please review a small fix for
>> https://bugs.openjdk.java.net/browse/JDK-8215716
>> webrev:
>> http://cr.openjdk.java.net/~amenkov/popframe004/webrev.01/
>>
>> The failure is caused by race condition - main test thread calls 
>> PopFrame expecting that test thread is in the activeMethod method.
>> But logging (System.out.println call) is performed after main frame 
>> is notified that test thread is ready to be popped.
>>
>> More general
>>
>> --alex



More information about the serviceability-dev mailing list