-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21, 22
-
b19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8336411 | 21.0.5 | Neethu Prasad | P4 | Resolved | Fixed | b01 |
We print the CompileTask with a leading timestamp (see `CompileTask::print_impl`
```
// Print current time
st->print("%7d ", (int)st->time_stamp().milliseconds());
```
That timestamp will be truncated and overflow after about 24.8 days.
```
// Print current time
st->print("%7d ", (int)st->time_stamp().milliseconds());
```
That timestamp will be truncated and overflow after about 24.8 days.
- backported by
-
JDK-8336411 CompileTask timestamp printed can overflow
- Resolved
- links to
-
Commit openjdk/jdk/ad7a8e86
-
Commit(master) openjdk/jdk21u-dev/cdbd94f8
-
Review openjdk/jdk/15533
-
Review(master) openjdk/jdk21u-dev/827