RFR: 8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798
Tobias Hartmann
thartmann at openjdk.org
Wed Sep 21 12:14:39 UTC 2022
On Wed, 21 Sep 2022 11:33:59 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> It fails with release VMs.
>
> STDERR:
> Error: VM option 'AlwaysIncrementalInline' is develop and is available only in debug version of VM.
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
>
>
> `-XX:+IgnoreUnrecognizedVMOptions` is added to fix it.
>
> Thanks.
> Best regards,
> Jie
Good and trivial.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10374
More information about the hotspot-compiler-dev
mailing list