This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java.security.Security patch


Marco Trudel writes:
 > Marco Trudel wrote:
 > >  > It looks like GCJ's Security.java wasn't updated when importing
 > >  > classpath 0.92. This patch does that.
 > >  > The important thing is that all security providers get installed;
 > >  > even if the file ".../security/classpath.security" is not found
 > >  > (static builds ;-))
 > >  > This fixes javax.crypto to finally work. Mohans static initializer
 > >  > is no longer needed...
 > >  >
 > >  > Hints? Comments?
 > >  > I have no commiting rights and the copyright assignment papers have
 > >  > not yet arrived with mail. This might be a problem...
 > > 
 > > The assignment is now set up.
 > > Is the patch ok for trunk? If yes, can someone commit it?
 > 
 > Anyone? I would prefer to have svn write access because that probably 
 > wasn't my last patch. So I don't have to wait until someone has time to 
 > do the committing work for me...

There's no ChangeLog.  

Is this a fix for static builds, or what?  loadProviders() should
already have done the right thing.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]