src/share/vm/c1/c1_LIR.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6972540 Cdiff src/share/vm/c1/c1_LIR.cpp

src/share/vm/c1/c1_LIR.cpp

Print this page

        

*** 209,218 **** --- 209,219 ---- case T_BOOLEAN: case T_CHAR: case T_BYTE: case T_SHORT: case T_INT: + case T_ADDRESS: case T_OBJECT: case T_ARRAY: assert((kind_field() == cpu_register || kind_field() == stack_value) && size_field() == single_size, "must match"); break;
src/share/vm/c1/c1_LIR.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File