On Fri, 15 Nov 2024 12:04:37 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> src/hotspot/share/prims/jvm.cpp line 154: >> >>> 152: */ >>> 153: >>> 154: extern void trace_class_resolution(Klass* to_class) { >> >> why `extern` ? > > jni.cpp functions call this. I don't see any difference in the callers in relation to this PR and the function is not presently declared `extern`. ?? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22064#discussion_r1845791576