RFR: 8293041: --disable- at files option doesn't work and cause an error [v2]
Alan Bateman
alanb at openjdk.org
Fri Nov 18 14:42:58 UTC 2022
On Fri, 18 Nov 2022 11:43:56 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
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>
> handling of --disable- at files moved from runtime/arguments.cpp to libjli/java.c ParseArguments
> DisableFilesOptionTest merged to ArgsFileTest::killSwitch
> help typo moved to a new bug
Good to see that this turned out to a simple change.
-------------
Marked as reviewed by alanb (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11183
More information about the core-libs-dev
mailing list