hotspot/src/share/vm/prims/jvm.h
changeset 22838 82c7497fbad4
parent 22827 07d991d45a51
parent 20392 a61df72089e5
child 24238 641b2b1b0163
equal deleted inserted replaced
22837:feba5d4126b8 22838:82c7497fbad4
   375 JVM_NewMultiArray(JNIEnv *env, jclass eltClass, jintArray dim);
   375 JVM_NewMultiArray(JNIEnv *env, jclass eltClass, jintArray dim);
   376 
   376 
   377 /*
   377 /*
   378  * java.lang.Class and java.lang.ClassLoader
   378  * java.lang.Class and java.lang.ClassLoader
   379  */
   379  */
       
   380 
       
   381 #define JVM_CALLER_DEPTH -1
       
   382 
   380 /*
   383 /*
   381  * Returns the class in which the code invoking the native method
   384  * Returns the class in which the code invoking the native method
   382  * belongs.
   385  * belongs.
   383  *
   386  *
   384  * Note that in JDK 1.1, native methods did not create a frame.
   387  * Note that in JDK 1.1, native methods did not create a frame.