This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Jessie security providers can't be precompiled
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 30 Nov 2005 10:04:10 -0700
- Subject: Re: Jessie security providers can't be precompiled
- References: <17293.36251.322183.524897@zapata.pink>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> - md5Digest = MessageDigest.getInstance("MD5");
Andrew> + md5Digest = new gnu.java.security.provider.MD5();
How about a comment before this line explaining the rationale?
Tom