src/hotspot/share/oops/instanceKlass.cpp
changeset 49473 26958d06b585
parent 49393 93fe2fc5c093
child 49592 77fb0be7d19f
equal deleted inserted replaced
49472:982acd800812 49473:26958d06b585
  2253     sde[length] = '\0';
  2253     sde[length] = '\0';
  2254     _source_debug_extension = sde;
  2254     _source_debug_extension = sde;
  2255   }
  2255   }
  2256 }
  2256 }
  2257 
  2257 
  2258 address InstanceKlass::static_field_addr(int offset) {
       
  2259   assert(offset >= InstanceMirrorKlass::offset_of_static_fields(), "has already been adjusted");
       
  2260   return (address)(offset + cast_from_oop<intptr_t>(java_mirror()));
       
  2261 }
       
  2262 
       
  2263 
       
  2264 const char* InstanceKlass::signature_name() const {
  2258 const char* InstanceKlass::signature_name() const {
  2265   int hash_len = 0;
  2259   int hash_len = 0;
  2266   char hash_buf[40];
  2260   char hash_buf[40];
  2267 
  2261 
  2268   // If this is an anonymous class, append a hash to make the name unique
  2262   // If this is an anonymous class, append a hash to make the name unique