-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: security-libs
-
b40
-
generic
-
generic
-
Verified
sun.security.provider.SecureRandom.init(byte[] seed) didn't get converted like the 8 others in this package.
} catch (NoSuchAlgorithmException e) {
throw new InternalError("internal error: SHA-1 not available.");
}
} catch (NoSuchAlgorithmException e) {
throw new InternalError("internal error: SHA-1 not available.");
}
- relates to
-
JDK-7084245 Update usages of InternalError to use exception chaining
-
- Closed
-