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