-
Enhancement
-
Resolution: Fixed
-
P3
-
6
-
b09
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2145081 | 6u4 | Andrei Dmitriev | P3 | Closed | Won't Fix | |
JDK-2171605 | 5.0u18 | Vikram Aroskar | P3 | Resolved | Fixed | b01 |
JDK-2149943 | 5.0u17-rev | Vikram Aroskar | P3 | Resolved | Fixed | b09 |
JDK-2149819 | 1.4.2_18 | Vikram Aroskar | P2 | Resolved | Fixed | b05 |
JDK-2160986 | 1.4.2_17-rev | Vikram Aroskar | P3 | Resolved | Fixed | b10 |
When NTP serviice runs and a user application runs long time, the diff. between the time gotten
by System.currentTimeMillis() and the time by InputEvent.getWhen() becomes large.
nowMillisUTC() in awt_Component.cpp statically keeps the time of system boot
calculated when the allication is launched.
When the time in OS is adjusted by NTP service, the adjusted time is not reftected to
the above boot time in nowMillisUTC().
REQUEST :
To adjust system boot time in nowMillisUTC() frequently.
The "time" memeber of MSG structure is DWORD. nowMillisUTC() compares
the time with SYSTEMTIME every 43.7 days. (in order to avoid the counter becomes "0"
after 47.3 days.)
This should be done, not once in 47.3 day, but everytime
- backported by
-
JDK-2149819 To adjust system boot time in nowMillisUTC() frequently
- Resolved
-
JDK-2149943 To adjust system boot time in nowMillisUTC() frequently
- Resolved
-
JDK-2160986 To adjust system boot time in nowMillisUTC() frequently
- Resolved
-
JDK-2171605 To adjust system boot time in nowMillisUTC() frequently
- Resolved
-
JDK-2145081 To adjust system boot time in nowMillisUTC() frequently
- Closed
- relates to
-
JDK-6451578 A mouse listener method happens to process mouse events whose time is in the future.
- Closed
-
JDK-6553730 test/java/awt/Component/UpdatingBootTime/UpdatingBootTime.html fails
- Closed