comparison src/share/vm/c1/c1_Compilation.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 183bd5c00828
children 4ca6dc0799b6 0bf37f737702
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
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