src/share/vm/oops/metadata.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/oops/metadata.cpp	Thu Nov  3 14:16:44 2016
--- new/src/share/vm/oops/metadata.cpp	Thu Nov  3 14:16:44 2016

*** 40,50 **** --- 40,50 ---- print_address_on(st); st->cr(); } char* Metadata::print_value_string() const { ! char buf[100]; ! char buf[256]; stringStream st(buf, sizeof(buf)); if (this == NULL) { st.print("NULL"); } else { print_value_on(&st);

src/share/vm/oops/metadata.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File