Integrated: 8255858: Add debug agent support for storing thread names
Chris Plummer
cjplummer at openjdk.java.net
Wed Nov 4 22:45:58 UTC 2020
On Tue, 3 Nov 2020 23:30:38 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> Simple change to add a `name` field to `ThreadNode` to aide when debugging the debug agent. It's off by default. You need to add a `#define DEBUG_THREADNAME` to enable it.
This pull request has now been integrated.
Changeset: 166c7283
Author: Chris Plummer <cjplummer at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/166c7283
Stats: 19 lines in 1 file changed: 19 ins; 0 del; 0 mod
8255858: Add debug agent support for storing thread names
Reviewed-by: sspitsyn, amenkov
-------------
PR: https://git.openjdk.java.net/jdk/pull/1047
More information about the serviceability-dev
mailing list