< prev index next >

src/hotspot/share/classfile/javaClasses.cpp

Print this page

        

*** 1054,1069 **** if (name == NULL) { st->print("<null>"); return; } if (is_instance) { - if (is_value) { - st->print("Q"); - } else { st->print("L"); } - } st->write((char*) name->base(), (int) name->utf8_length()); if (is_instance) st->print(";"); } Symbol* java_lang_Class::as_signature(oop java_class, bool intern_if_not_found, TRAPS) { --- 1054,1065 ----
< prev index next >