mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8023899: Typo in TraceCPUTime message
Removed the comma Reviewed-by: pliden, tschatzl
This commit is contained in:
parent
ad8d066a4a
commit
4dde43fa62
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ TraceCPUTime::~TraceCPUTime() {
|
|||
system_secs = system_time - _starting_system_time;
|
||||
real_secs = real_time - _starting_real_time;
|
||||
|
||||
_logfile->print(" [Times: user=%3.2f sys=%3.2f, real=%3.2f secs] ",
|
||||
_logfile->print(" [Times: user=%3.2f sys=%3.2f real=%3.2f secs] ",
|
||||
user_secs, system_secs, real_secs);
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue