JDK-8034797 : AIX: Fix os::naked_short_sleep() in os_aix.cpp after 8028280
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: aix
  • Submitted: 2014-02-12
  • Updated: 2016-10-24
  • Resolved: 2014-02-20
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 8 JDK 9 Other
8u20Fixed 9 b04Fixed openjdk7uFixed
Description
Change "8028280: ParkEvent leak when running modified runThese which only loads classes" (http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/5944dba4badc) refactored os::naked_sleep() into os::naked_short_sleep(jlong ms).

This change must be implemented for AIX as well.