< prev index next >

src/share/vm/ci/ciInstance.cpp

Print this page

        

*** 84,96 **** return ciConstant(field_btype, ciNullObject::make()); } else { return ciConstant(field_btype, CURRENT_ENV->get_object(o)); } } ! } fatal("no field value: %s", type2name(field_btype)); return ciConstant(); } // ------------------------------------------------------------------ // ciInstance::field_value // --- 84,97 ---- return ciConstant(field_btype, ciNullObject::make()); } else { return ciConstant(field_btype, CURRENT_ENV->get_object(o)); } } ! default: fatal("no field value: %s", type2name(field_btype)); return ciConstant(); + } } // ------------------------------------------------------------------ // ciInstance::field_value //
< prev index next >