Re: RFR: 8255858: Add debug agent support for storing thread names

2020-11-04 Thread Alex Menkov
On Tue, 3 Nov 2020 23:30:38 GMT, Chris Plummer 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. Marked as reviewed by amenkov (Reviewer). - PR:

Re: RFR: 8255858: Add debug agent support for storing thread names

2020-11-03 Thread Serguei Spitsyn
On Tue, 3 Nov 2020 23:30:38 GMT, Chris Plummer 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. Chris, It looks good. Thanks, Serguei - Marked a

RFR: 8255858: Add debug agent support for storing thread names

2020-11-03 Thread Chris Plummer
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. - Commit messages: - Add support for tracking a thread's name. Changes: https://git.openjdk.java.net/jdk/pull