-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 8, 9
-
Fix Version/s: 9
-
Component/s: security-libs
-
Subcomponent:
-
Resolved In Build:b140
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8240154 | openjdk8u252 | Martin Buchholz | P3 | Resolved | Fixed | b05 |
The test TestCipherPBECons actually runs sibling test TestCipherKeyWrapperPBEKey. But there's no need for a @run line at all - the default is fine!
- * @run main TestCipherKeyWrapperPBEKey
*/
public class TestCipherPBECons {
- * @run main TestCipherKeyWrapperPBEKey
*/
public class TestCipherPBECons {
- backported by
-
JDK-8240154 TestCipherPBECons has wrong @run line
-
- Resolved
-
- duplicates
-
JDK-8166979 regression test TestCipherPBECons.java invokes the wrong class
-
- Closed
-