jdk-hs Udiff src/hotspot/share/oops/instanceKlass.cpp (original) (raw)
rev 49250 : [mq]: JDK-8199739.patch
@@ -2253,16 +2253,10 @@ sde[length] = '\0'; _source_debug_extension = sde; } } -address InstanceKlass::static_field_addr(int offset) { - assert(offset >= InstanceMirrorKlass::offset_of_static_fields(), "has already been adjusted"); - return (address)(offset + cast_from_oop(java_mirror())); -}
const char* InstanceKlass::signature_name() const { int hash_len = 0; char hash_buf[40];
// If this is an anonymous class, append a hash to make the name unique