[15] RFR(XS): 8244182: Use root node as default for find_node when called from debugger
Christian Hagedorn
christian.hagedorn at oracle.com
Thu Apr 30 09:49:51 UTC 2020
Hi Roland
On 30.04.20 11:20, Roland Westrelin wrote:
>
>> http://cr.openjdk.java.net/~chagedorn/8244182/webrev.00/
>
> That looks good and trivial.
Thank you for your review!
>> I often find myself calling find_node(Node* n, int idx) from gdb using
>> the following command:
>>
>> (gdb) p find_node(C->_root, 42)
>> $1 = (Node *) 0x7ffff08cab68
>
> I wasn't aware of find_node(). You taught me a new trick...
I'm glad I could show you that one :-)
Best regards,
Christian
More information about the hotspot-compiler-dev
mailing list