< prev index next >

src/cpu/x86/vm/macroAssembler_x86.hpp

Print this page
rev 12700 : 8176506: C2: loop unswitching and unsafe accesses cause crash
Reviewed-by:

@@ -392,10 +392,12 @@
   // returns idivq instruction offset for implicit exception handling
   int corrected_idivq(Register reg);
 
   void int3();
 
+  void halt();
+
   // Long operation macros for a 32bit cpu
   // Long negation for Java
   void lneg(Register hi, Register lo);
 
   // Long multiplication for Java
< prev index next >