256257258259260261262263264265266
{ cache.remove( item ); } // add the new name and repoint the name-and-type to it new ClassInfoAccessor( item ).setNameIndex( m_pool.addUtf8Info( newName ) ); // update the cache if( cache != null ) { cache.put( item, item );