Integrated: 8293041: --disable- at files option doesn't work and cause an error
Adam Sotona
asotona at openjdk.org
Fri Nov 18 14:59:56 UTC 2022
On Wed, 16 Nov 2022 12:34:29 GMT, Adam Sotona <asotona at openjdk.org> wrote:
> Option --disable- at files is passed to VM option causing it to fail.
> Proposed patch skips --disable- at files option in src/java.base/share/native/libjli/java.c ParseArguments processing, so it is not passed to the VM.
> The patch also adds relevant test to ArgsFileTest.
>
> Please review.
>
> Thank you,
> Adam
This pull request has now been integrated.
Changeset: 13158cb5
Author: Adam Sotona <asotona at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/13158cb52db723be4932d815bdb0a17245259c84
Stats: 7 lines in 2 files changed: 6 ins; 0 del; 1 mod
8293041: --disable- at files option doesn't work and cause an error
Reviewed-by: alanb
-------------
PR: https://git.openjdk.org/jdk/pull/11183
More information about the core-libs-dev
mailing list