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

serguei.spitsyn at oracle.com serguei.spitsyn at oracle.com
Thu Sep 5 19:08:19 UTC 2019


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