Re: RFR: 8295861: get rid of list argument in debug agent's removeNode() API

2022-11-14 Thread Serguei Spitsyn
On Fri, 11 Nov 2022 03:17:58 GMT, Chris Plummer wrote: > Get rid of `list` argument in debug agent's `removeNode()` API. The list is > stored in the node, so no need to pass it in. Looks good. Thanks, Serguei - Marked as reviewed by sspitsyn (Reviewer). PR: https://git.openjdk.or

Re: RFR: 8295861: get rid of list argument in debug agent's removeNode() API

2022-11-11 Thread Kevin Walls
On Fri, 11 Nov 2022 03:17:58 GMT, Chris Plummer wrote: > Get rid of `list` argument in debug agent's `removeNode()` API. The list is > stored in the node, so no need to pass it in. Marked as reviewed by kevinw (Committer). - PR: https://git.openjdk.org/jdk/pull/11101

Re: RFR: 8295861: get rid of list argument in debug agent's removeNode() API

2022-11-10 Thread Alex Menkov
On Fri, 11 Nov 2022 03:17:58 GMT, Chris Plummer wrote: > Get rid of `list` argument in debug agent's `removeNode()` API. The list is > stored in the node, so no need to pass it in. Marked as reviewed by amenkov (Reviewer). - PR: https://git.openjdk.org/jdk/pull/11101

RFR: 8295861: get rid of list argument in debug agent's removeNode() API

2022-11-10 Thread Chris Plummer
Get rid of `list` argument in debug agent's `removeNode()` API. The list is stored in the node, so no need to pass it in. - Commit messages: - Remove list argument from removeNode() Changes: https://git.openjdk.org/jdk/pull/11101/files Webrev: https://webrevs.openjdk.org/?repo=jdk