Changeset: b0b249933c37
Author:martin
Date: 2009-06-22 16:41 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b0b249933c37
6851653: (launcher) Make every java process 20 bytes smaller
Summary: Carefully keep track of every byte
Reviewed-by: ksrini, xlu
! src/share/bin/java.c
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
- fixes a leak of 20 bytes in *every* java process
- fixes the leak of classpath wildcard expansion
when that feature is used.
diff --git a