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

Alex Menkov alexey.menkov at oracle.com
Thu Sep 5 18:20:19 UTC 2019


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