On Mon, 18 Nov 2024 12:39:32 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> I don't see any difference in the callers in relation to this PR and the >> function is not presently declared `extern`. ?? > > There was an extern trace_class_resolution() function that called this _impl > function that I removed, so renamed this impl function to > trace_class_resolution(). > It's declared extern in jvm.hp file, and this 'extern' qualifier is added so > it's easy to see that this is used externally. Sorry but not seeing that. It is declared in `jvm_misc.hpp` but not as `extern`. The original version was not `extern`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22064#discussion_r1847747913