Review Request JDK-8152721: Java Web Start splash mechanism is not working in JDK9
Alan Bateman
Alan.Bateman at oracle.com
Sat May 28 04:54:16 UTC 2016
On 28/05/2016 05:29, Mandy Chung wrote:
> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8152721/webrev.00/
>
> The launcher does not handle the new options with whitespace separated arguments properly. This patch applies that consistently in java.c I leave arg.c as is that Kumar/Henry can consider cleanup in the future.
>
The new options are handled correctly on the command, I think it's just
the JDK internal JLI_Launch entry point where this was missed. The patch
looks okay, I just wonder if there is there are any tests that could use
this entry point.
-Alan
More information about the core-libs-dev
mailing list