src/share/vm/c1/c1_LIRGenerator.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-comp-code-aging Cdiff src/share/vm/c1/c1_LIRGenerator.hpp

src/share/vm/c1/c1_LIRGenerator.hpp

Print this page

        

*** 370,380 **** void increment_backedge_counter(CodeEmitInfo* info, int bci) { if (compilation()->count_backedges()) { increment_event_counter(info, bci, true); } } ! 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. --- 370,380 ---- void increment_backedge_counter(CodeEmitInfo* info, int bci) { if (compilation()->count_backedges()) { increment_event_counter(info, bci, true); } } ! void decrement_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