mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-15 13:49:42 +02:00
8364750: Remove unused declaration in jvm.h
Reviewed-by: shade
This commit is contained in:
parent
ad0fd13f20
commit
4c03e5938d
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue