RFR: 8349860: Make Class.isArray(), Class.isInterface() and Class.isPrimitive() non-native [v6]

Coleen Phillimore coleenp at openjdk.org
Fri Feb 21 12:31:48 UTC 2025


On Wed, 19 Feb 2025 14:21:47 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> src/hotspot/share/prims/jvm.cpp line 1262:
>> 
>>> 1260: JVM_END
>>> 1261: 
>>> 1262: JVM_ENTRY(jboolean, JVM_IsArrayClass(JNIEnv *env, jclass cls))
>> 
>> Where are the changes to jvm.h?
>
> Good catch, I also removed JVM_GetProtectionDomain.

and JVM_GetClassModifiers.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23572#discussion_r1965401052


More information about the core-libs-dev mailing list