RFR: 8330851: C2: More efficient TypeFunc creation

Dean Long dlong at openjdk.org
Thu Nov 7 04:32:14 UTC 2024


On Tue, 5 Nov 2024 05:08:33 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

> Here we might need to give the definition out of scope of the class.

Yes.  For example, in callnode.cpp:

const TypeFunc *LockNode::_lock_type_tf = nullptr;

-------------

PR Comment: https://git.openjdk.org/jdk/pull/21782#issuecomment-2456376861


More information about the hotspot-compiler-dev mailing list