On Fri, 13 May 2022 08:56:59 GMT, Yasumasa Suenaga <[email protected]> wrote:
> GCC 12 reports as following:
src/java.base/share/native/libjli/java.c line 1632:
> 1630: if (JLI_IsTraceLauncher()) {
> 1631: printf("Empty option: jargv[%d]\n", i);
> 1632: }
I'd say this is an error as well - but a developer error rather than end-user.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8694
