RFR: 8344540: Remove superseded wildcard description from java manpage

Jaikiran Pai jpai at openjdk.org
Wed Nov 20 10:56:23 UTC 2024


On Tue, 19 Nov 2024 11:12:01 GMT, Christian Stein <cstein at 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


More information about the core-libs-dev mailing list