mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8248398: Add diagnostic RepeatCompilation utility
Reviewed-by: redestad, kvn, thartmann
This commit is contained in:
parent
e2072bba70
commit
4506975561
15 changed files with 41 additions and 20 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
}
|
||||
|
||||
// Compilation entry point for methods
|
||||
virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive);
|
||||
virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci, bool install_code, DirectiveSet* directive);
|
||||
|
||||
// Print compilation timers and statistics
|
||||
virtual void print_timers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue