hotspot/src/share/vm/c1/c1_Compilation.hpp
changeset 22243 91944eab7b92
parent 21095 1a04f7b3946e
child 24018 77b156916bab
equal deleted inserted replaced
22242:07e4f028ec7a 22243:91944eab7b92
   257       (RangeCheckElimination || UseLoopInvariantCodeMotion) &&
   257       (RangeCheckElimination || UseLoopInvariantCodeMotion) &&
   258       method()->method_data()->trap_count(Deoptimization::Reason_none) == 0;
   258       method()->method_data()->trap_count(Deoptimization::Reason_none) == 0;
   259   }
   259   }
   260 
   260 
   261   ciKlass* cha_exact_type(ciType* type);
   261   ciKlass* cha_exact_type(ciType* type);
       
   262 
       
   263   // Dump inlining replay data to the stream.
       
   264   void dump_inline_data(outputStream* out) { /* do nothing now */ }
   262 };
   265 };
   263 
   266 
   264 
   267 
   265 // Macro definitions for unified bailout-support
   268 // Macro definitions for unified bailout-support
   266 // The methods bailout() and bailed_out() are present in all classes
   269 // The methods bailout() and bailed_out() are present in all classes