On Fri, 24 Mar 2023 06:27:02 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> The problem was that wrapper inserted it's arguments before vm options > because didn't expect them in the args. Sorry still not sure what you mean by that. Do you mean the `--enable-preview` arg? That was appended to VM args: argInfo.targetVMArgs += "--enable-preview "; which seems perfectly fine. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13170#issuecomment-1484508003