src/hotspot/share/include/jvm.h
changeset 58056 db92a157dd70
parent 54795 fd08f5a976e6
child 58481 48a73ec3a817
equal deleted inserted replaced
58055:734f7711f87c 58056:db92a157dd70
   343  * utf: class name
   343  * utf: class name
   344  */
   344  */
   345 JNIEXPORT jclass JNICALL
   345 JNIEXPORT jclass JNICALL
   346 JVM_FindPrimitiveClass(JNIEnv *env, const char *utf);
   346 JVM_FindPrimitiveClass(JNIEnv *env, const char *utf);
   347 
   347 
       
   348 /*
       
   349  * Link the 'arg' class
       
   350  */
       
   351 JNIEXPORT void JNICALL
       
   352 JVM_LinkClass(JNIEnv *env, jclass classClass, jclass arg);
   348 
   353 
   349 /*
   354 /*
   350  * Find a class from a boot class loader. Returns NULL if class not found.
   355  * Find a class from a boot class loader. Returns NULL if class not found.
   351  */
   356  */
   352 JNIEXPORT jclass JNICALL
   357 JNIEXPORT jclass JNICALL