I've made some corrections to the native method that initializes NSS. The new webrev is at:
http://cr.openjdk.java.net/~vinnie/7165807/webrev.01 On 14 Jun 2013, at 18:38, Vincent Ryan wrote: > Please review the following fix: > > http://cr.openjdk.java.net/~vinnie/7165807/webrev.00/ > http://bugs.sun.com/view_bug.do?bug_id=7165807 > > NSS may be initialized to favour performance or to favour memory footprint. > This fix introduces a new configuration flag to allow Java applications to > choose. > By default, NSS will be initialized for performance. > > Thanks. >