RFR: 8278291: compiler/uncommontrap/TraceDeoptimizationNoRealloc.java fails with release VMs after JDK-8154011
Aleksey Shipilev
shade at openjdk.java.net
Mon Dec 6 11:54:16 UTC 2021
On Mon, 6 Dec 2021 11:27:19 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
Seems to me that `IgnoreUnrecognizedVMOptions` should be replaced with `UnlockDiagnosticVMOptions`. The first one made sense when option was `develop` and not recognized in release builds.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6721
More information about the hotspot-compiler-dev
mailing list