--- old/src/share/vm/compiler/compilerOracle.hpp 2016-02-10 10:49:51.553356789 +0100 +++ new/src/share/vm/compiler/compilerOracle.hpp 2016-02-10 10:49:51.397356782 +0100 @@ -87,6 +87,9 @@ // 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