< prev index next >

src/hotspot/cpu/ppc/ppc.ad

Print this page
rev 59326 : 8244949: [PPC64] Reengineer assembler stop function
Reviewed-by:

@@ -15137,11 +15137,11 @@
 
   format %{ "ShouldNotReachHere" %}
   ins_encode %{
     if (is_reachable()) {
       // TODO: PPC port $archOpcode(ppc64Opcode_tdi);
-      __ trap_should_not_reach_here();
+      __ should_not_reach_here();
     }
   %}
   ins_pipe(pipe_class_default);
 %}
 
< prev index next >