< prev index next >

src/hotspot/cpu/x86/interp_masm_x86.cpp

Print this page

        

*** 1961,1971 **** --- 1961,1973 ---- movl(scratch, counter_addr); } incrementl(scratch, increment); movl(counter_addr, scratch); andl(scratch, mask); + if (where != NULL) { jcc(cond, *where); + } } void InterpreterMacroAssembler::notify_method_entry() { // Whenever JVMTI is interp_only_mode, method entry/exit events are sent to // track stack depth. If it is possible to enter interp_only_mode we add
< prev index next >