History log of /openjdk9/jdk/test/sun/security/tools/jarsigner/EntriesOrder.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


# 9783:3b50efed107a 21-Apr-2014 shurailine

8039438: Some tests depend on internal API sun.misc.IOUtils
Summary: Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean)
Reviewed-by: alanb, mchung, chegar
Contributed-by: Alexandre Iline <alexandre.iline@oracle.com>


# 9171:73de11a22589 25-Jan-2014 weijun

8031572: jarsigner -verify exits with 0 when a jar file is not properly signed
Reviewed-by: mullan