comparison src/share/vm/prims/jvm.h @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents bdd155477289 615d83933195
children d8041d695d19 a103c376459a 54bc75c144b0
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
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.