< prev index next >

src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp

Print this page

        

@@ -1217,13 +1217,12 @@
         __ 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
+      // 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 >