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]

Re: Patch: security provider discovery


Bryce wrote:
> Why would different VMs need different providers? Won't the same
> security providers work for GCJ as well as other classpath VMs?

It's possible to only have shared library implementations of the providers
which won't be available to other VMs.  Would you prefer something like...
load gcj.security if it exists and classpath.security otherwise?  We could
make the VM specific property file name an option in
gnu.classpath.Configuration.

AG



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