< prev index next >

src/share/vm/c1/c1_Runtime1.cpp

Print this page

        

*** 1487,1498 **** JRT_END JRT_ENTRY(void, Runtime1::predicate_failed_trap(JavaThread* thread)) ResourceMark rm; - assert(!TieredCompilation, "incompatible with tiered compilation"); - RegisterMap reg_map(thread, false); frame runtime_frame = thread->last_frame(); frame caller_frame = runtime_frame.sender(&reg_map); nmethod* nm = CodeCache::find_nmethod(caller_frame.pc()); --- 1487,1496 ----
< prev index next >