-
Bug
-
Resolution: Fixed
-
P2
-
6u22-rev
-
b23
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2204993 | 6u25 | Sean Coffey | P2 | Closed | Fixed | b01 |
JDK-2206135 | 6u24 | Sean Coffey | P2 | Closed | Fixed | b50 |
JDK-2205981 | 6u23 | Sean Coffey | P2 | Closed | Fixed | b50 |
JDK-2203331 | 6u21 | Sean Coffey | P2 | Closed | Fixed | b51 |
Performance/SeedGenerator
failed during testing of the Nightly build 6u22-rev-b00-2010-11-27 with the following Exception messages:
Exception in thread "main" java.lang.ExceptionInInitializerError
at sun.security.provider.SecureRandom.engineNextBytes(SecureRandom.java:170)
at java.security.SecureRandom.nextBytes(SecureRandom.java:433)
at SeedGenerator.run(SeedGenerator.java:15)
at SeedGenerator.main(SeedGenerator.java:28)
Caused by: java.lang.IllegalArgumentException: URI is not hierarchical
at java.io.File.<init>(File.java:363)
at sun.security.provider.SeedGenerator$URLSeedGenerator$1.run(SeedGenerator.java:438)
at java.security.AccessController.doPrivileged(Native Method)
at sun.security.provider.SeedGenerator$URLSeedGenerator.init(SeedGenerator.java:433)
at sun.security.provider.SeedGenerator$URLSeedGenerator.<init>(SeedGenerator.java:423)
at sun.security.provider.SeedGenerator.<clinit>(SeedGenerator.java:92)
- backported by
-
JDK-2203331 SecureRandom.nextBytes() throws ExceptionInInitializerError with -Djava.security.egd=file:filename
-
- Closed
-
-
JDK-2204993 SecureRandom.nextBytes() throws ExceptionInInitializerError with -Djava.security.egd=file:filename
-
- Closed
-
-
JDK-2205981 SecureRandom.nextBytes() throws ExceptionInInitializerError with -Djava.security.egd=file:filename
-
- Closed
-
-
JDK-2206135 SecureRandom.nextBytes() throws ExceptionInInitializerError with -Djava.security.egd=file:filename
-
- Closed
-
- relates to
-
JDK-6998583 NativeSeedGenerator is making 8192 byte read requests from entropy pool on each init.
-
- Resolved
-
-
JDK-6689000 Changes in 6675606 causing regression test failures on windows-i586.
-
- Closed
-