Re: [PATCH resend2] 8145278: Fix memory leak in splitPathList

2016-05-17 Thread Alex Henrie
I can see the change now at and , thank you. -Alex

Re: [PATCH resend2] 8145278: Fix memory leak in splitPathList

2016-04-18 Thread Alex Henrie
2016-04-14 2:35 GMT-06:00 serguei.spit...@oracle.com : > Your fix has been pushed. Thanks! Could you send me a link to the repository that it was pushed to? I'm not seeing it in jdk9/dev/jdk. -Alex

Re: [PATCH resend2] 8145278: Fix memory leak in splitPathList

2016-04-12 Thread Alex Henrie
2016-04-12 15:34 GMT-06:00 Daniel D. Daugherty : > I'm also good with the fix. At this point, I think everyone who > has commented on this fix previously has chimed in... Yeah, this change shouldn't be controversial, I'm just waiting for someone to push it to the Mercurial repository. -Alex

Re: [PATCH resend2] 8145278: Fix memory leak in splitPathList

2016-04-12 Thread Alex Henrie
2016-04-12 14:07 GMT-06:00 serguei.spit...@oracle.com : > Hi Alex, > > The fix looks good. > Could you tell why this is important to you, what is the motivation? > Do you really observe this problem, or it is based on a static analysis? I was playing around with the codebase trying to find ways to

[PATCH resend2] 8145278: Fix memory leak in splitPathList

2016-04-12 Thread Alex Henrie
# HG changeset patch # User Alex Henrie # Date 1447827030 25200 # Tue Nov 17 23:10:30 2015 -0700 # Node ID 66c6fa3b2280afa12a2d51ea668b6a781b5744b5 # Parent 1f8c4b1a301c989dc299cad63dbc530b1de3ed70 8145278: Fix memory leak in splitPathList diff --git a/src/java.instrument/share/native

[PATCH resend] 8145278: Fix memory leak in splitPathList

2016-04-04 Thread Alex Henrie
# HG changeset patch # User Alex Henrie # Date 1447827030 25200 # Tue Nov 17 23:10:30 2015 -0700 # Node ID 8021a03115817aa9c641333848e2f483516f06a7 # Parent 0007e5d265a849b73114c98b3d4f55dde83a57ea 8145278: Fix memory leak in splitPathList diff --git a/src/java.instrument/share/native

[PATCH] 8145278: Fix memory leak in splitPathList

2016-02-09 Thread Alex Henrie
# HG changeset patch # User Alex Henrie # Date 1447827030 25200 # Tue Nov 17 23:10:30 2015 -0700 # Node ID 66ac6f9c95653631b99b69d97a45cbbd82684778 # Parent ab2ab8a6f54c9f2591fe3b035b5b09d5ada66106 8145278: Fix memory leak in splitPathList diff --git a/src/java.instrument/share/native

Re: [PATCH resend2] Skip the null pointer check before calling realloc

2015-12-15 Thread Alex Henrie
2015-12-15 14:56 GMT-07:00 Daniel D. Daugherty : > The following bug was filed to track this issue: > > JDK-8145278 Memory leak in splitPathList > https://bugs.openjdk.java.net/browse/JDK-8145278 > > I added a comment to that bug report and it turns out > that Dmitry had a similar comment back in N

[PATCH resend2] Skip the null pointer check before calling realloc

2015-12-15 Thread Alex Henrie
# HG changeset patch # User Alex Henrie # Date 1447827030 25200 # Tue Nov 17 23:10:30 2015 -0700 # Node ID 6dca8affef8a4566dfaa36faeb7a14fc4086843a # Parent dc90094c0d66b3df2944da215d93542507c31e60 Skip the null pointer check before calling realloc. "If ptr is a null pointer, re

[PATCH resend] Skip the null pointer check before calling realloc

2015-12-01 Thread Alex Henrie
# HG changeset patch # User Alex Henrie # Date 1447827030 25200 # Tue Nov 17 23:10:30 2015 -0700 # Node ID c5da6196db70a4cb3069cb1a81bfb7ce12c46019 # Parent 8c9484fe1bb22b13e873ef8fcaeeff234e4dabca Skip the null pointer check before calling realloc. "If ptr is a null pointer, re

[PATCH] Skip the null pointer check before calling realloc

2015-11-18 Thread Alex Henrie
# HG changeset patch # User Alex Henrie # Date 1447827030 25200 # Tue Nov 17 23:10:30 2015 -0700 # Node ID ae564686e3b2797ebc4d115ce9c49aa15da964ea # Parent 28f55851bf3890dcdaa81d64d135cf35b527b987 Skip the null pointer check before calling realloc. "If ptr is a null pointer, re