8308906: Make CIPrintCompilerName a diagnostic flag

Reviewed-by: kvn, stuefe
This commit is contained in:
Ioi Lam 2023-05-29 20:25:57 +00:00
parent a4bae3a9e2
commit 7508d9f9e0
2 changed files with 1 additions and 5 deletions

View File

@ -210,10 +210,6 @@ void CompileTask::print_line_on_error(outputStream* st, char* buf, int buflen) {
// CompileTask::print_tty
void CompileTask::print_tty() {
ttyLocker ttyl; // keep the following output all in one block
// print compiler name if requested
if (CIPrintCompilerName) {
tty->print("%s:", CompileBroker::compiler_name(comp_level()));
}
print(tty);
}

View File

@ -50,7 +50,7 @@
\
/* compiler interface */ \
\
develop(bool, CIPrintCompilerName, false, \
product(bool, CIPrintCompilerName, false, DIAGNOSTIC, \
"when CIPrint is active, print the name of the active compiler") \
\
product(bool, CIPrintCompileQueue, false, DIAGNOSTIC, \