This commit is contained in:
Erik Helin 2014-02-28 14:56:04 +01:00
commit 000c4d9734
25 changed files with 203 additions and 234 deletions

View file

@ -2994,8 +2994,7 @@ void InstanceKlass::oop_print_on(oop obj, outputStream* st) {
offset <= (juint) value->length() &&
offset + length <= (juint) value->length()) {
st->print(BULLET"string: ");
Handle h_obj(obj);
java_lang_String::print(h_obj, st);
java_lang_String::print(obj, st);
st->cr();
if (!WizardMode) return; // that is enough
}