src/hotspot/share/include/jvm.h
changeset 58920 d67ebc838ab8
parent 58901 2700c409ff10
equal deleted inserted replaced
58919:1d1f9c43138f 58920:d67ebc838ab8
   344  * utf: class name
   344  * utf: class name
   345  */
   345  */
   346 JNIEXPORT jclass JNICALL
   346 JNIEXPORT jclass JNICALL
   347 JVM_FindPrimitiveClass(JNIEnv *env, const char *utf);
   347 JVM_FindPrimitiveClass(JNIEnv *env, const char *utf);
   348 
   348 
   349 /*
       
   350  * Link the 'arg' class
       
   351  */
       
   352 JNIEXPORT void JNICALL
       
   353 JVM_LinkClass(JNIEnv *env, jclass classClass, jclass arg);
       
   354 
   349 
   355 /*
   350 /*
   356  * Find a class from a boot class loader. Returns NULL if class not found.
   351  * Find a class from a boot class loader. Returns NULL if class not found.
   357  */
   352  */
   358 JNIEXPORT jclass JNICALL
   353 JNIEXPORT jclass JNICALL