History log of /openjdk10/jdk/test/sun/security/tools/jarsigner/CertChainUnclosed.java
Revision Date Author Comments
# 12057:5d60882157c9 28-May-2015 mchung

8081347: Add @modules to jdk_core tests
Reviewed-by: alanb, joehw, lancea
Contributed-by: alexander.kulyakhtin@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com


# 9784:b3cc1d52ebb0 21-Apr-2014 shurailine

8039816: Some tests depend on internal API sun.security.action.GetPropertyAction
Summary: Replace sun.security.action.GetPropertyAction usages with lambda expressions creating java.security.PrivilegedAction.
Reviewed-by: alanb, mchung, chegar
Contributed-by: Alexandre Iline <alexandre.iline@oracle.com>


# 8775:7304b3195212 11-Nov-2013 weijun

8027991: InputStream should be closed in sun.security.tools.jarsigner.Main
Reviewed-by: xuelei