8248398: Add diagnostic RepeatCompilation utility

Reviewed-by: redestad, kvn, thartmann
This commit is contained in:
Nils Eliasson 2020-07-03 11:46:41 +02:00
parent e2072bba70
commit 4506975561
15 changed files with 41 additions and 20 deletions

View file

@ -135,7 +135,7 @@ bool JVMCICompiler::force_comp_at_level_simple(const methodHandle& method) {
}
// Compilation entry point for methods
void JVMCICompiler::compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive) {
void JVMCICompiler::compile_method(ciEnv* env, ciMethod* target, int entry_bci, bool install_code, DirectiveSet* directive) {
ShouldNotReachHere();
}