src/share/vm/c1/c1_LIRGenerator.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_LIRGenerator.hpp	Tue May  6 15:12:59 2014
--- new/src/share/vm/c1/c1_LIRGenerator.hpp	Tue May  6 15:12:59 2014

*** 370,380 **** --- 370,380 ---- void increment_backedge_counter(CodeEmitInfo* info, int bci) { if (compilation()->count_backedges()) { increment_event_counter(info, bci, true); } } + void decrement_code_age(CodeEmitInfo* info); CodeEmitInfo* state_for(Instruction* x, ValueStack* state, bool ignore_xhandler = false); CodeEmitInfo* state_for(Instruction* x); // allocates a virtual register for this instruction if // one isn't already allocated. Only for Phi and Local.

src/share/vm/c1/c1_LIRGenerator.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File