RFR: 8284550: test failure_handler is not properly invoking jhsdb jstack, resulting in failure to produce a stack when a test times out

Chris Plummer cjplummer at openjdk.java.net
Mon May 9 19:53:49 UTC 2022


On Sun, 8 May 2022 21:57:20 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> …resulting in failure to produce a stack when a test times out

test/failure_handler/src/share/conf/common.properties line 67:

> 65: 
> 66: jhsdb.app=jhsdb
> 67: jhsdb.jstack.live.args=jstack --mixed --pid %p

What is the plan to address the fact that `--mixed` is not supported on macOS (and produces an error), so on macOS it would be best to leave `--mixed` off so we at least get java stack traces.

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

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


More information about the core-libs-dev mailing list