JDK-6998964 : ClosedSelectorTest testcase missing
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 5.0u27
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-11-10
  • Updated: 2012-08-06
  • Resolved: 2010-12-02
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.
Other
5.0u27 b02Fixed
Related Reports
Relates :  
Relates :  
Description
While verifying 6992841 I noticed that the necessary new testname is missing from the 5.0u27-b01 source archive:

nightsvr $ ls /net/koori.sfbay/onestop/jdk/5.0u27/promoted/fcs/b01/j4b/ws/j2se/test/sun/nio/ch
Basic.java        SelProvider.java  TempBuffer.java
nightsvr $

It is present in the revision it synced from:
nightsvr $ ls /net/koori.sfbay/onestop/jdk/5.0u26/promoted/rev/b04/j4b/ws/j2se/test/sun/nio/ch
6645197.java             Basic.java               ClosedSelectorTest.java  SelProvider.java         TempBuffer.java
nightsvr $


ClosedSelectorTest.java is missing from 5.0u27-b01 source.
Note: As per 6992841, 6645197.java is supposed to be missing now

Comments
EVALUATION add it from 5.0u26-rev.
19-11-2010