< prev index next >

jdk/src/java.base/share/native/include/jvm.h

Print this page

        

*** 177,186 **** --- 177,187 ---- /* * java.lang.StackWalker */ enum { JVM_STACKWALK_FILL_CLASS_REFS_ONLY = 0x2, + JVM_STACKWALK_GET_CALLER_CLASS = 0x04, JVM_STACKWALK_SHOW_HIDDEN_FRAMES = 0x20, JVM_STACKWALK_FILL_LIVE_STACK_FRAMES = 0x100 }; JNIEXPORT jobject JNICALL
< prev index next >