mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8145345: LogCompilation output is empty after JEP165: Compiler Control
Fix default init and compilecommand update Reviewed-by: kvn
This commit is contained in:
parent
8c0ad215bc
commit
2bb757d0eb
3 changed files with 18 additions and 11 deletions
|
@ -542,7 +542,7 @@ bool DirectivesParser::callback(JSON_TYPE t, JSON_VAL* v, uint rlimit) {
|
|||
error(INTERNAL_ERROR, "Directive missing required match.");
|
||||
return false;
|
||||
}
|
||||
current_directive->finalize();
|
||||
current_directive->finalize(_st);
|
||||
push_tmp(current_directive);
|
||||
current_directive = NULL;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue