src/share/vm/interpreter/interpreterRuntime.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/interpreterRuntime.hpp	Thu Dec 17 17:52:18 2015
--- new/src/share/vm/interpreter/interpreterRuntime.hpp	Thu Dec 17 17:52:18 2015

*** 113,123 **** --- 113,123 ---- static void note_nullCheck_trap (JavaThread* thread, Method *method, int trap_bci); static void note_div0Check_trap (JavaThread* thread, Method *method, int trap_bci); static void note_rangeCheck_trap(JavaThread* thread, Method *method, int trap_bci); static void note_classCheck_trap(JavaThread* thread, Method *method, int trap_bci); static void note_arrayCheck_trap(JavaThread* thread, Method *method, int trap_bci); ! // A dummy for makros that shall not profile traps. ! // A dummy for macros that shall not profile traps. static void note_no_trap(JavaThread* thread, Method *method, int trap_bci) {} #endif // CC_INTERP static void resolve_from_cache(JavaThread* thread, Bytecodes::Code bytecode); private:

src/share/vm/interpreter/interpreterRuntime.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File