src/hotspot/share/compiler/compilerOracle.hpp
changeset 54374 22eb1f7416f1
parent 53244 9807daeb47c4
equal deleted inserted replaced
54373:13935056b05e 54374:22eb1f7416f1
    81   static void parse_from_string(const char* command_string, void (*parser)(char*));
    81   static void parse_from_string(const char* command_string, void (*parser)(char*));
    82 
    82 
    83   static void parse_from_line(char* line);
    83   static void parse_from_line(char* line);
    84   static void parse_compile_only(char * line);
    84   static void parse_compile_only(char * line);
    85 
    85 
    86   // For updating the oracle file
       
    87   static void append_comment_to_file(const char* message);
       
    88   static void append_exclude_to_file(const methodHandle& method);
       
    89 
       
    90   // Tells whether there are any methods to print for print_method_statistics()
    86   // Tells whether there are any methods to print for print_method_statistics()
    91   static bool should_print_methods();
    87   static bool should_print_methods();
    92 };
    88 };
    93 
    89 
    94 #endif // SHARE_COMPILER_COMPILERORACLE_HPP
    90 #endif // SHARE_COMPILER_COMPILERORACLE_HPP