diff 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
line wrap: on
line diff
--- a/src/share/vm/prims/jvm.h	Tue Nov 19 17:44:26 2013 +0100
+++ b/src/share/vm/prims/jvm.h	Wed Nov 20 00:10:38 2013 +0100
@@ -374,6 +374,9 @@
 /*
  * java.lang.Class and java.lang.ClassLoader
  */
+
+#define JVM_CALLER_DEPTH -1
+
 /*
  * Returns the class in which the code invoking the native method
  * belongs.