hotspot/src/share/vm/ci/ciInstance.cpp
changeset 46630 75aa3e39d02c
parent 46271 979ebd346ecf
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
    84         return ciConstant(field_btype, ciNullObject::make());
    84         return ciConstant(field_btype, ciNullObject::make());
    85       } else {
    85       } else {
    86         return ciConstant(field_btype, CURRENT_ENV->get_object(o));
    86         return ciConstant(field_btype, CURRENT_ENV->get_object(o));
    87       }
    87       }
    88     }
    88     }
       
    89     default:
       
    90       fatal("no field value: %s", type2name(field_btype));
       
    91       return ciConstant();
    89   }
    92   }
    90   fatal("no field value: %s", type2name(field_btype));
       
    91   return ciConstant();
       
    92 }
    93 }
    93 
    94 
    94 // ------------------------------------------------------------------
    95 // ------------------------------------------------------------------
    95 // ciInstance::field_value
    96 // ciInstance::field_value
    96 //
    97 //