-
Bug
-
Resolution: Fixed
-
P4
-
8
-
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
-