Importing AccessController and friends from Classpath

Mark Wielaard mark@klomp.org
Thu Jan 25 09:08:00 GMT 2001


Hi,

I wanted to import the following files from Classpath.
It allows some more code to compile that needs the AccessController and
friends, but since the code in AccessController is just dummy code it does
not actually do any access control checks.

I added the files to Makefile.am and regenerated the Makefile.in files
with the "magic libgcj automake". Could someone look at the regenerated
Makefile.in files. They work for me, but I don't completely understand
all the changes in the regenerated files.
(I have not included the new java files in the patch since they are the
same as the Classpath version.)

OK to commit?

Cheers,

Mark

    Import from Classpath
    * java/net/SocketPermission.java: new file
    * java/security/AccessController.java: idem
    * java/security/PrivilegedAction.java: idem
    * java/security/PrivilegedActionException.java: idem
    * java/security/PrivilegedExceptionAction.java: idem
    * java/security/AccessControlContext.java: idem
    * java/security/DomainCombiner.java: idem
    * java/security/ProtectionDomain.java: idem
    * java/security/CodeSource.java: idem
    * java/security/AccessControlException.java: idem
    * Makefile.am: add above files
    * Makefile.in: regenerate
    * gcj/Makefile.in: idem
    * include/Makefile.in: idem
    * testsuite/Makefile.in: idem



More information about the Java-patches mailing list