diff 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
line wrap: on
line diff
--- a/src/share/vm/prims/jvm.h	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/share/vm/prims/jvm.h	Tue Nov 05 17:38:04 2013 -0800
@@ -377,6 +377,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.