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: FYI: Classpath merge/java.security framework update


Hi,

On Sun, 2002-11-17 at 02:45, Tom Tromey wrote:
> 
> I notice that Classpath has gnu.java.security.DefaultPermissionCollection
> and we don't.  However, it doesn't seem to be used in Classpath.  Do
> you know of a reason not to delete it?

This class is no longer necessary. In the past we used this for handling
the case when Permission.newPermission() returned null. But Eric Blake
implemented the PermissionHash class (inside the Permissions class)
which does the same and that is presumably serialization compatible with
the Sun implementation.

Cheers,

Mark


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