< prev index next >

hotspot/src/share/vm/prims/jvm.h

Print this page

        

*** 194,204 **** /* * java.lang.StackWalker */ enum { ! JVM_STACKWALK_FILL_CLASS_REFS_ONLY = 0x2, JVM_STACKWALK_SHOW_HIDDEN_FRAMES = 0x20, JVM_STACKWALK_FILL_LIVE_STACK_FRAMES = 0x100 }; JNIEXPORT jobject JNICALL --- 194,205 ---- /* * java.lang.StackWalker */ enum { ! 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 }; JNIEXPORT jobject JNICALL
< prev index next >