mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8221541: clean up functions in CompilerOracle
Reviewed-by: mdoerr, kvn
This commit is contained in:
parent
ae32136711
commit
d06f3accec
2 changed files with 1 additions and 29 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue