--- 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 @@ -126,9 +126,6 @@ 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"); }