--- old/src/hotspot/share/classfile/javaClasses.cpp 2018-02-15 15:32:42.000000000 -0500 +++ new/src/hotspot/share/classfile/javaClasses.cpp 2018-02-15 15:32:42.000000000 -0500 @@ -1056,11 +1056,7 @@ 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(";");