On Tue, 19 Nov 2024 11:12:01 GMT, Christian Stein <cst...@openjdk.org> wrote:

> Please review this follow-up PR to improve `java`'s manpage section about 
> wildcards in argument files: the confusing sentence is now removed.
> 
> This is a cleanup of commit 
> https://github.com/openjdk/jdk/commit/5cb0d438231383d491b2fcca455d09af7f2ee016

Hello Christian, I think this change in the description of the syntax for arg 
files is accurate and removes any confusion. 

While at it, I think we should also do a small update to the following line in 
the section "Using the JDK_JAVA_OPTIONS Launcher Environment Variable":

> However, as in `@`-files, use of a wildcard is not supported.

Based on what I see in the launcher code which handles the `JDK_JAVA_OPTIONS` 
environment variable, I think we should just change it to:

> The wildcard literal `*` isn't expanded and is passed as-is to the `java` 
> launcher.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22236#issuecomment-2488254734

Reply via email to