Make every java process 20 bytes smaller (original) (raw)

Martin Buchholz martinrb at google.com
Sun Jun 14 17:08:48 UTC 2009


Hello Kumar,

I'd like you to do a code review and file a bug.

Synopsis: Fix small memory leak in launcher Description:

This little change to the launcher

diff --git a/src/share/bin/java.c b/src/share/bin/java.c --- a/src/share/bin/java.c +++ b/src/share/bin/java.c @@ -683,10 +683,14 @@ SetClassPath(const char *s) { char *def;

}

/*

This code is particularly prone to off-by-one bugs, but I think we can get it right.

Webrev at: http://cr.openjdk.java.net/~martin/launcher-leak/

Is Kowalski still around? He may have been the last person to touch this.

Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.openjdk.java.net/pipermail/core-libs-dev/attachments/20090614/60a65780/attachment.html>



More information about the core-libs-dev mailing list