jdk/src/share/native/com/sun/java/util/jar/pack/bands.cpp
changeset 16075 32c3bc19bba7
parent 12544 5768f2e096de
child 16100 379f48d34516
equal deleted inserted replaced
16074:97593512057a 16075:32c3bc19bba7
   185   setIndex(u->cp.getIndex(tag));
   185   setIndex(u->cp.getIndex(tag));
   186 }
   186 }
   187 
   187 
   188 entry* band::getRefCommon(cpindex* ix_, bool nullOKwithCaller) {
   188 entry* band::getRefCommon(cpindex* ix_, bool nullOKwithCaller) {
   189   CHECK_0;
   189   CHECK_0;
       
   190   if (ix_ == NULL) {
       
   191       abort("no index");
       
   192       return NULL;
       
   193   }
   190   assert(ix_->ixTag == ixTag
   194   assert(ix_->ixTag == ixTag
   191          || ((ixTag == CONSTANT_All ||
   195          || ((ixTag == CONSTANT_All ||
   192               ixTag == CONSTANT_LoadableValue ||
   196               ixTag == CONSTANT_LoadableValue ||
   193               ixTag == CONSTANT_AnyMember)
   197               ixTag == CONSTANT_AnyMember)
   194          || (ixTag == CONSTANT_FieldSpecific &&
   198          || (ixTag == CONSTANT_FieldSpecific &&