Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6864319
Votes 0
Synopsis (fs) Eliminate static dependency on fdopendir (lnx)
Category java:classes_nio
Reported Against
Release Fixed
State 8-Fix Available, bug
Priority: 4-Low
Related Bugs
Submit Date 24-JUL-2009
Description
Prior to jdk7 b64, fdopendir was located dynamically. Since b64 we link to is statically, thus creating a dependency on glibc 2.4, see:
  http://mail.openjdk.java.net/pipermail/nio-dev/2009-July/000601.html

Folks on the BSD porting list also ran into this:
  http://mail.openjdk.java.net/pipermail/bsd-port-dev/2009-July/000781.html

Note that the implementation does not require fdopendir to be present. If not present, then it just means that newDirectoryStream will never return a SecureDirectoryStream and so more advanced features are not available.
Posted Date : 2009-07-24 12:00:25.0
Work Around
N/A
Evaluation
As per description, we'll change this back to locate fdopendir dynamically.
Posted Date : 2009-07-24 12:01:12.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang