RFR: 8278291: compiler/uncommontrap/TraceDeoptimizationNoRealloc.java fails with release VMs after JDK-8154011 [v2]

Tobias Hartmann thartmann at openjdk.java.net
Mon Dec 6 12:09:18 UTC 2021


On Mon, 6 Dec 2021 12:05:46 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> Hi all,
>> 
>> compiler/uncommontrap/TraceDeoptimizationNoRealloc.java fails with release VMs after JDK-8154011 due 'TraceDeoptimization' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
>> Let's add `-XX:+UnlockDiagnosticVMOptions` to fix it.
>> 
>> Thanks.
>> Best regards,
>> Jie
>
> Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove unnecessary IgnoreUnrecognizedVMOptions

Looks good and trivial.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list