< prev index next >

src/hotspot/share/oops/instanceKlass.cpp

Print this page
rev 49250 : [mq]: JDK-8199739.patch

*** 2253,2268 **** 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<intptr_t>(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 --- 2253,2262 ----
< prev index next >