src/share/vm/c1/c1_LinearScan.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_LinearScan.cpp	Mon Nov  4 11:44:34 2013
--- new/src/share/vm/c1/c1_LinearScan.cpp	Mon Nov  4 11:44:34 2013

*** 1137,1147 **** --- 1137,1147 ---- } } } } ! } else if (opr_type != T_LONG LP64_ONLY(&& opr_type != T_OBJECT)) { // integer instruction (note: long operands must always be in register) switch (op->code()) { case lir_cmp: case lir_add: case lir_sub:

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