JDK-8001575 : Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-10-25
  • Updated: 2013-08-02
  • Resolved: 2012-10-26
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
8 b64Fixed
Related Reports
Relates :  
Description
Sync up the minor/small changes from Doug's CVS. This will reduce the noise when reviewing the remaining implementation changes. More specifically,

Cleanup:
  javadoc style/consistency
  javadoc example code style
  imports
  whitespace
  uniform serialization method javadoc
  typos

Minor/small impl changes:
  remove redundant null checks
  throw NPE when more efficient
  rework timeouts, lasttime -> deadline
  STPE, make drainTo methods more robust when add throws