Ping: Re: RFR: JDK-8186825: some memory leak issues in the transport_startTransport

Alex Menkov alexey.menkov at oracle.com
Mon Sep 16 19:24:23 UTC 2019


Need 2nd review for the fix

--alex

On 09/05/2019 12:08, serguei.spitsyn at oracle.com wrote:
> Hi Alex,
> 
> Looks good to me.
> 
> Thanks,
> Serguei
> 
> 
> On 9/5/19 11:20, Alex Menkov wrote:
>> Hi all,
>>
>> Please review the fix for
>>   https://bugs.openjdk.java.net/browse/JDK-8186825
>> webrev:
>> http://cr.openjdk.java.net/~amenkov/jdk14/jdwp_memory_leak/webrev/
>>
>> TransportInfo structure is used to pass data from main thread 
>> (transport_startTransport function) to acceptThread/attachThread and 
>> should be released by acceptThread/attachThread.
>>
>> --alex
> 


More information about the serviceability-dev mailing list