Fwd: CR 7079144 Created, P4 java/classes_secu concise_jarsigner.sh test often fails on solaris

Weijun Wang weijun.wang at oracle.com
Mon Aug 15 02:40:38 UTC 2011


Hi Xuelei

Can you take a look at this small fix?

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7079144
7079144: concise_jarsigner.sh test often fails on solaris

Webrev: http://cr.openjdk.java.net/~weijun/7079144/webrev.00/

Description:

     concise_jarsigner.sh calls keytool -genkeypair a lot, and due to
     a known DSA bug on solaris, it's quite likely to fail. Since the
     test can work with any keypair generator algorithm, we can use
     another keyalg instead of the default DSA.

I change the DSA -keyalg to RSA, and to make the test run faster, choose 
-keysize as 512.

It passes JPRT run on all product platforms.

Thanks
Max




More information about the security-dev mailing list