Make every java process 20 bytes smaller

2009-06-14 Thread Martin Buchholz
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

hg: jdk7/tl/jdk: 2 new changesets

2009-06-14 Thread martinrb
Changeset: 74aefd0ab26d Author:martin Date: 2009-06-14 14:23 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/74aefd0ab26d 6850720: (process) Use clone(CLONE_VM), not fork, on Linux to avoid swap exhaustion Summary: Use clone(CLONE_VM) on Linux; Reluctantly implement execvpe.