src/share/vm/opto/machnode.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/machnode.cpp	Mon Aug  4 14:31:49 2014
--- new/src/share/vm/opto/machnode.cpp	Mon Aug  4 14:31:49 2014

*** 176,186 **** --- 176,186 ---- return 0; // mis-matched operands return 1; // match } // Return an equivalent instruction using memory for cisc_operand position - MachNode *MachNode::cisc_version(int offset, Compile* C) { ShouldNotCallThis(); return NULL; } void MachNode::use_cisc_RegMask() {
*** 409,419 **** --- 409,419 ---- return skipped; } //------------------------------peephole--------------------------------------- // Apply peephole rule(s) to this instruction ! MachNode *MachNode::peephole( Block *block, int block_index, PhaseRegAlloc *ra_, int &deleted, Compile* C ) { return NULL; } //------------------------------add_case_label--------------------------------- // Adds the label for the case

src/share/vm/opto/machnode.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File