JDK-8025563 : PlatformEvent.park(millis) on Linux could still be affected by changes to the time-of-day clock
  • Type: Backport
  • Backport of: JDK-6900441
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 6u71
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: linux,linux_ubuntu
  • CPU: generic,x86,ppc
  • Submitted: 2013-09-27
  • Updated: 2014-11-11
  • Resolved: 2013-10-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 8
6u71 b01Fixed 8Fixed
Description
Note: this fix failed on 6u and was backed out. See comments. The issue persists in 6u but can not be resolved with present build environment.
Comments
See 8025579. The fix did not work on Linux 2.6 kernel due to the VM being built on Linux 2.4 - a mismatch between the old LinuxThreads pthreads implementation and the newer NPTL pthreads implementation. As a result the fix was backed out under 8025579. This issue can not be resolved in JDK 6 as long as we build on Linux 2.4.
24-10-2013

Migrated from 6u72.
27-09-2013