RFR: 8154212: launcher SEGV when _JAVA_LAUNCHER_DEBUG is set

Martin Buchholz martinrb at google.com
Thu Apr 14 20:30:44 UTC 2016


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.srinivasan at 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.



More information about the core-libs-dev mailing list