-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 17, 21, 22
-
Component/s: hotspot
-
b19
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8336411 | 21.0.5 | Neethu Prasad | P4 | Resolved | Fixed | b01 |
| JDK-8360727 | 17.0.17 | Sergey Bylokhov | 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
-
-
JDK-8360727 CompileTask timestamp printed can overflow
-
- Resolved
-
- links to
-
Commit
openjdk/jdk/ad7a8e86
-
Commit(master)
openjdk/jdk17u-dev/fb0a796f
-
Commit(master)
openjdk/jdk21u-dev/cdbd94f8
-
Review
openjdk/jdk/15533
-
Review(master)
openjdk/jdk17u-dev/3671
-
Review(master)
openjdk/jdk21u-dev/827
(3 links to)