8145345: LogCompilation output is empty after JEP165: Compiler Control

Fix default init and compilecommand update

Reviewed-by: kvn
This commit is contained in:
Nils Eliasson 2015-12-16 15:39:11 +01:00
parent 8c0ad215bc
commit 2bb757d0eb
3 changed files with 18 additions and 11 deletions

View file

@ -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;