comparison src/share/vm/c1/c1_Compilation.hpp @ 14232:183bd5c00828

8028468: Add inlining information into ciReplay Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
author kvn
date Wed, 08 Jan 2014 10:25:50 -0800
parents 5ccbab1c69f3
children 4ca6dc0799b6 0bf37f737702
comparison
equal deleted inserted replaced
14231:303c352ba1a8 14232:183bd5c00828
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