< prev index next >

src/share/vm/prims/jvm.h

Print this page

        

*** 424,433 **** --- 424,436 ---- JVM_GetDeclaredClasses(JNIEnv *env, jclass ofClass); JNIEXPORT jclass JNICALL JVM_GetDeclaringClass(JNIEnv *env, jclass ofClass); + JNIEXPORT jstring JNICALL + JVM_GetSimpleBinaryName(JNIEnv *env, jclass ofClass); + /* Generics support (JDK 1.5) */ JNIEXPORT jstring JNICALL JVM_GetClassSignature(JNIEnv *env, jclass cls); /* Annotations support (JDK 1.5) */
< prev index next >