comparison src/share/vm/prims/jvm.h @ 13086:096c224171c4

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 20 Nov 2013 00:10:38 +0100
parents e636d62005c3 615d83933195
children d8041d695d19
comparison
equal deleted inserted replaced
12782:92b7ec34ddfa 13086:096c224171c4
372 JVM_NewMultiArray(JNIEnv *env, jclass eltClass, jintArray dim); 372 JVM_NewMultiArray(JNIEnv *env, jclass eltClass, jintArray dim);
373 373
374 /* 374 /*
375 * java.lang.Class and java.lang.ClassLoader 375 * java.lang.Class and java.lang.ClassLoader
376 */ 376 */
377
378 #define JVM_CALLER_DEPTH -1
379
377 /* 380 /*
378 * Returns the class in which the code invoking the native method 381 * Returns the class in which the code invoking the native method
379 * belongs. 382 * belongs.
380 * 383 *
381 * Note that in JDK 1.1, native methods did not create a frame. 384 * Note that in JDK 1.1, native methods did not create a frame.