RFR: 8255011: [TESTBUG] UnexpectedDeoptimizationAllTest.java timed out
Igor Ignatyev
iignatyev at openjdk.java.net
Wed Nov 4 22:51:03 UTC 2020
On Wed, 4 Nov 2020 21:56:27 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:
> would like to see that we added thread dumps and core files on timeouts.
we actually do that since JDK 9, [JEP 279](https://bugs.openjdk.java.net/browse/JDK-8075621) added the failure handler which runs many things including `jstack`, `gdb -ex thread apply all backtrace` (or its equivalent) to get java and native thread dumps and `kill -ABRT` to generate core files on timeouts. however b/c it's run concurrently to a timed out process, you don't always get the data. so I'm wondering what you meant.
-- Igor
-------------
PR: https://git.openjdk.java.net/jdk/pull/1030
More information about the hotspot-compiler-dev
mailing list