RFR: 8287647: VM debug support: find node by pattern in name or dump [v3]
Emanuel Peter
epeter at openjdk.java.net
Tue Jun 14 08:16:37 UTC 2022
On Tue, 14 Jun 2022 06:44:02 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix header issues
>
> src/hotspot/share/opto/node.cpp line 1789:
>
>> 1787: // not found or if the node to be found is not a control node (search will not find it).
>> 1788: Node* Node::find(const int idx, bool only_ctrl) {
>> 1789: ResourceMark rm;
>
> Do we need a `ResourceMark` in the new find methods as well? `UniqueMixedNodeList::_worklist` is a `ResourceObj`.
thanks for the suggestion, did that.
-------------
PR: https://git.openjdk.org/jdk/pull/8988
More information about the hotspot-compiler-dev
mailing list