src/share/vm/compiler/methodMatcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/compiler/methodMatcher.hpp

src/share/vm/compiler/methodMatcher.hpp

Print this page
rev 10101 : 8138756: Compiler Control: Print directives in hs_err
Summary: Add directive print in hs_err
Reviewed-by:

*** 88,97 **** --- 88,98 ---- void print(outputStream* st) { print_base(st); } void print_all(outputStream* st) { print_base(st); if (_next != NULL) { + st->print(", "); _next->print_all(st); } } };
src/share/vm/compiler/methodMatcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File