On Wed, 16 Nov 2022 14:38:18 GMT, Alan Bateman <al...@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

Reply via email to