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

src/share/vm/compiler/compilerOracle.hpp

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

*** 85,92 **** --- 85,95 ---- static void append_comment_to_file(const char* message); static void append_exclude_to_file(const methodHandle& method); // Tells whether there are any methods to print for print_method_statistics() static bool should_print_methods(); + + // Print all patterns for a command + static void print_inlinecommands(outputStream* st); }; #endif // SHARE_VM_COMPILER_COMPILERORACLE_HPP
src/share/vm/compiler/compilerOracle.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File