RFR: 8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798
Aleksey Shipilev
shade at openjdk.org
Wed Sep 21 11:49:19 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
Another test from original change, [compiler/intrinsics/klass/CastNullCheckDroppingsTest.java](https://github.com/openjdk/jdk/pull/10310/files#diff-b483e8e1e5a690f3ecf40b3d46d0b88a5fb68321b4a6f57fdfa6f55bc4e66d88), seems to already do the same.
So, looks fine.
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10374
More information about the hotspot-compiler-dev
mailing list