-
Bug
-
Resolution: Fixed
-
P5
-
10, 11, 12, 13, 14, 15
-
None
-
b17
-
b07
-
generic
-
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