8308906: Make CIPrintCompilerName a diagnostic flag
Reviewed-by: kvn, stuefe
This commit is contained in:
parent
a4bae3a9e2
commit
7508d9f9e0
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user