src/share/vm/adlc/adlparse.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/adlc/adlparse.cpp	Tue Jul 26 19:26:45 2011
--- new/src/share/vm/adlc/adlparse.cpp	Tue Jul 26 19:26:44 2011

*** 124,136 **** --- 124,133 ---- // AttributeForms ins_cost and op_cost must be defined for default behaviour if (_globalNames[AttributeForm::_ins_cost] == NULL) { parse_err(SEMERR, "Did not declare 'ins_cost' attribute"); } if (_globalNames[AttributeForm::_ins_pc_relative] == NULL) { parse_err(SEMERR, "Did not declare 'ins_pc_relative' attribute"); } if (_globalNames[AttributeForm::_op_cost] == NULL) { parse_err(SEMERR, "Did not declare 'op_cost' attribute"); } }

src/share/vm/adlc/adlparse.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File