< prev index next >

src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp

Print this page

        

*** 1217,1229 **** __ far_jump(RuntimeAddress(deopt_blob->unpack_with_reexecution())); } break; default: ! // DMS CHECK: This code should be fixed in JDK workspace, because it fails ! // with assert during vm intialization rather than insert a call ! // to unimplemented_entry { StubFrame f(sasm, "unimplemented entry", dont_gc_arguments); __ mov(r0, (int)id); __ call_RT(noreg, noreg, CAST_FROM_FN_PTR(address, unimplemented_entry), r0); __ should_not_reach_here(); } --- 1217,1228 ---- __ far_jump(RuntimeAddress(deopt_blob->unpack_with_reexecution())); } break; default: ! // FIXME: For unhandled trap_id this code fails with assert during vm intialization ! // rather than insert a call to unimplemented_entry { StubFrame f(sasm, "unimplemented entry", dont_gc_arguments); __ mov(r0, (int)id); __ call_RT(noreg, noreg, CAST_FROM_FN_PTR(address, unimplemented_entry), r0); __ should_not_reach_here(); }
< prev index next >