< prev index next >

hotspot/src/share/vm/opto/compile.cpp

Print this page

        

@@ -2407,12 +2407,12 @@
   }
 
   print_method(PHASE_FINAL_CODE);
 
   // He's dead, Jim.
-  _cfg     = (PhaseCFG*)0xdeadbeef;
-  _regalloc = (PhaseChaitin*)0xdeadbeef;
+  _cfg     = (PhaseCFG*)(uintptr_t)0xdeadbeef;
+  _regalloc = (PhaseChaitin*)(uintptr_t)0xdeadbeef;
 }
 
 
 //------------------------------dump_asm---------------------------------------
 // Dump formatted assembly
< prev index next >