This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
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