RFR: 8283056: show abstract machine code for all VM crashes

Tobias Hartmann thartmann at openjdk.java.net
Mon Mar 14 06:06:38 UTC 2022


On Sat, 12 Mar 2022 16:27:26 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> Suggestions on how to write an automatic test that can be part of this PR are welcome.

What about using `-XX:CICrashAt` and other flags that trigger asserts? You can have a look at `TestDwarf.java` in Christian's PR https://github.com/openjdk/jdk/pull/7126.

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

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


More information about the hotspot-compiler-dev mailing list