8221541: clean up functions in CompilerOracle

Reviewed-by: mdoerr, kvn
This commit is contained in:
Matthias Baesken 2019-03-27 10:25:12 +01:00
parent ae32136711
commit d06f3accec
2 changed files with 1 additions and 29 deletions

View file

@ -83,10 +83,6 @@ class CompilerOracle : AllStatic {
static void parse_from_line(char* line);
static void parse_compile_only(char * line);
// For updating the oracle file
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();
};