RFR: 8273629: compiler/uncommontrap/TestDeoptOOM.java fails with release VMs

Jie Fu jiefu at openjdk.java.net
Mon Sep 13 12:15:53 UTC 2021


On Mon, 13 Sep 2021 10:30:35 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Hi all,
>> 
>> The test fails since VM option 'LogCompilation' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
>> So only `-XX:+UnlockDiagnosticVMOptions` is added to fix it.
>> 
>> Thanks.
>> Best regards,
>> Jie
>
> This looks fine to me.

Thanks @shipilev .

-------------

PR: https://git.openjdk.java.net/jdk/pull/5479


More information about the hotspot-compiler-dev mailing list