src/hotspot/cpu/sparc/assembler_sparc.hpp
changeset 50306 ed7605e8675f
parent 47563 bbd116ac5ef3
child 53244 9807daeb47c4
equal deleted inserted replaced
50305:02934b0d661b 50306:ed7605e8675f
   781   }
   781   }
   782 
   782 
   783   void flush() {
   783   void flush() {
   784 #ifdef VALIDATE_PIPELINE
   784 #ifdef VALIDATE_PIPELINE
   785     assert(_delay_state == NoDelay, "Ending code with a delay-slot.");
   785     assert(_delay_state == NoDelay, "Ending code with a delay-slot.");
       
   786 #ifdef COMPILER2
   786     validate_no_pipeline_hazards();
   787     validate_no_pipeline_hazards();
       
   788 #endif
   787 #endif
   789 #endif
   788     AbstractAssembler::flush();
   790     AbstractAssembler::flush();
   789   }
   791   }
   790 
   792 
   791   inline void emit_int32(int32_t);  // shadows AbstractAssembler::emit_int32
   793   inline void emit_int32(int32_t);  // shadows AbstractAssembler::emit_int32