On Fri, 18 Nov 2022 11:43:56 GMT, Adam Sotona <asot...@openjdk.org> wrote:

>> Option --disable-@files is passed to VM option causing it to fail.
>> Proposed patch skips --disable-@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-@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

Reply via email to