-
Type:
Bug
-
Status: Resolved
-
Priority:
P5
-
Resolution: Fixed
-
Affects Version/s: 10, 11, 12, 13, 14, 15
-
Fix Version/s: openjdk8u242
-
Component/s: security-libs
-
Labels:None
-
Subcomponent:
-
Introduced In Build:b17
-
Introduced In Version:
-
Resolved In Build:b07
-
CPU:generic
-
OS:generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8239205 | openjdk8u252 | Andrew Hughes | P5 | Resolved | Fixed | b03 |
JDK-8240001 | openjdk7u | Andrew Hughes | P5 | Resolved | Fixed | master |
+ } catch (IOException ex) {
+ throw ex;
}
This can be removed without altering the behaviour of the test.
- backported by
-
JDK-8239205 [TESTBUG] Remove pointless catch block in test/jdk/sun/security/util/DerValue/BadValue.java
-
- Resolved
-
-
JDK-8240001 [TESTBUG] Remove pointless catch block in test/jdk/sun/security/util/DerValue/BadValue.java
-
- Resolved
-
- relates to
-
JDK-8183591 Incorrect behavior when reading DER value with Integer.MAX_VALUE length
-
- Closed
-