On Sun, 8 May 2022 21:57:20 GMT, Leonid Mesnik <lmes...@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

Reply via email to