RFR: 8341916: Remove ProtectionDomain related hotspot code and tests [v5]

David Holmes dholmes at openjdk.org
Mon Nov 18 03:04:49 UTC 2024


On Fri, 15 Nov 2024 12:04:37 GMT, Coleen Phillimore <coleenp at 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


More information about the hotspot-dev mailing list