RFR: 8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798
Jie Fu
jiefu at openjdk.org
Wed Sep 21 13:10:45 UTC 2022
On Wed, 21 Sep 2022 11:46:07 GMT, Aleksey Shipilev <shade 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.
Thanks @shipilev and @TobiHartmann .
-------------
PR: https://git.openjdk.org/jdk/pull/10374
More information about the hotspot-compiler-dev
mailing list