Need 2nd review for the fix
--alex
On 09/05/2019 12:08, [email protected] 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