RFR: 8293041: --disable- at files option doesn't work and cause an error
Adam Sotona
asotona at openjdk.org
Wed Nov 16 16:12:57 UTC 2022
On Wed, 16 Nov 2022 14:38:18 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Are you sure this is right place to do this? There are other "launcher options" that aren't passed through to CreateJavaVM and I'm surprised this one is.
I've found this place as a single spot handling (or skipping) tons of options and as a source of the error message.
The launcher code I've investigated provides a lot of checking, however no suitable place to skip any option. Filtering in launcher would require significant refactoring, or repeated filtering on many spots to handle all alternative paths (unless I missed something important).
Alternate suggestions are welcome, or link to relevant documentation, or an example of another filtered option.
Thanks,
Adam
-------------
PR: https://git.openjdk.org/jdk/pull/11183
More information about the core-libs-dev
mailing list