Thanks! I would avoid ever using an empty environment; too much chance for trouble; I vaguely recall windows being unhappy without SystemRoot, for example. So I would always inherit the current environment (but maybe that's what doExec does?!)
+ final Map<String, String> envMap = new HashMap<>(); On Thu, Apr 14, 2016 at 11:09 AM, Kumar Srinivasan <kumar.x.sriniva...@oracle.com> wrote: > Hi Alan, > > Adds the missing name in the launchModeNames array > purely for display/debugging purposes. > > Please review: > http://cr.openjdk.java.net/~ksrini/8154212/webrev.00/ > > Bug: > https://bugs.openjdk.java.net/browse/JDK-8154212 > > Thanks > Kumar > > PS: running jprt tests in parallel.