--- old/hotspot/src/share/vm/prims/jvm.h 2016-09-13 13:17:21.000000000 -0700 +++ new/hotspot/src/share/vm/prims/jvm.h 2016-09-13 13:17:21.000000000 -0700 @@ -196,7 +196,8 @@ * java.lang.StackWalker */ enum { - JVM_STACKWALK_FILL_CLASS_REFS_ONLY = 0x2, + JVM_STACKWALK_FILL_CLASS_REFS_ONLY = 0x02, + JVM_STACKWALK_GET_CALLER_CLASS = 0x04, JVM_STACKWALK_SHOW_HIDDEN_FRAMES = 0x20, JVM_STACKWALK_FILL_LIVE_STACK_FRAMES = 0x100 };