JDK-6894534 : SeedGenerator shouldn't require java.nio.file to be present
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-10-23
  • Updated: 2010-11-04
  • Resolved: 2009-11-24
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 7
7 b77Fixed
Related Reports
Relates :  
Description
6705872 adds a dependency on java.nio.file to the SUN provider. We need to re-examine this dependency so that the SeedGenerator/SHA1PRNG provider falls back to a "slow path" when java.nio.file is not present.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a1923ebcd61b
30-10-2009