8364750: Remove unused declaration in jvm.h

Reviewed-by: shade
This commit is contained in:
Coleen Phillimore 2025-08-12 16:30:09 +00:00
parent ad0fd13f20
commit 4c03e5938d

View file

@ -599,16 +599,6 @@ JVM_GetClassDeclaredFields(JNIEnv *env, jclass ofClass, jboolean publicOnly);
JNIEXPORT jobjectArray JNICALL
JVM_GetClassDeclaredConstructors(JNIEnv *env, jclass ofClass, jboolean publicOnly);
/* Differs from JVM_GetClassModifiers in treatment of inner classes.
This returns the access flags for the class as specified in the
class file rather than searching the InnerClasses attribute (if
present) to find the source-level access flags. Only the values of
the low 13 bits (i.e., a mask of 0x1FFF) are guaranteed to be
valid. */
JNIEXPORT jint JNICALL
JVM_GetClassAccessFlags(JNIEnv *env, jclass cls);
/* Nestmates - since JDK 11 */
JNIEXPORT jboolean JNICALL