RFR: 8263971: C2 crashes with SIGFPE with -XX:+StressGCM and -XX:+StressIGVN [v2]

Jie Fu jiefu at openjdk.java.net
Thu Mar 25 13:02:40 UTC 2021


On Thu, 25 Mar 2021 12:50:33 GMT, Roland Westrelin <roland at openjdk.org> wrote:

>> `-XX:+UnlockDiagnosticVMOptions` should be enough.
>
> Thanks for looking at this
> 
>> `-XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions` should be added for the test, right?
> 
> I added -XX:+UnlockDiagnosticVMOptions so the test can be run with a release build.

I don't think `-XX:+UnlockDiagnosticVMOptions` is enough since `StressGCM` is a C2-only flag.

What will happen if there is no c2 compiler?
Thanks.

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

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


More information about the hotspot-compiler-dev mailing list