aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/VMCompiler.java
AgeCommit message (Collapse)AuthorFilesLines
2005-06-30Update FSF addressKelley Cook1-2/+2
From-SVN: r101453
2005-03-21VMCompiler.java (static block): Also catch BufferUnderflowException.Tom Tromey1-0/+4
* java/lang/VMCompiler.java (static block): Also catch BufferUnderflowException. From-SVN: r96832
2005-03-07VMCompiler.java (md5Digest): New field.Tom Tromey1-2/+27
* java/lang/VMCompiler.java (md5Digest): New field. (compileClass): Clone md5Digest instead of looking up a new one. From-SVN: r96039
2005-02-16Subject.java (doAsPrivileged): If acc is null, create a new ↵Andrew Haley1-1/+2
AccessControlContext. 2005-02-08 Andrew Haley <aph@redhat.com> * javax/security/auth/Subject.java (doAsPrivileged): If acc is null, create a new AccessControlContext. * java/security/SecureClassLoader.java (protectionDomainCache): new field. (defineClass): Create a new protection domain and add it to our cache. * java/rmi/server/UnicastRemoteObject.java (exportObject): Call addStub() to keep track of the stub we've exported. (unexportObject): Call deleteStub(). * java/rmi/server/RemoteObject.java (stubs): New field. (addStub): New method. (deleteStub): New method. (toStub): Rewrite. * java/lang/VMCompiler.java (loadSharedLibrary): Pass true to findHelper (tryParents). * gnu/gcj/runtime/SharedLibLoader.java (SharedLibLoader): Likewise. * java/net/URLClassLoader.java (SoURLLoader): Likewise. * gnu/gcj/runtime/SharedLibHelper.java (SharedLibHelper): Pass ProtectionDomain. If tryParents is false, don't scan parent class loaders. * java/security/Permissions.java (PermissionsHash.implies): Iterate over the collection and invoke implies() on each element. From-SVN: r95111
2005-01-19VMCompiler.java (compileClass): Ignore UnknownError.Tom Tromey1-1/+6
* java/lang/VMCompiler.java (compileClass): Ignore UnknownError. * gnu/gcj/runtime/natSharedLibLoader.cc (finalize): Only dlclose if 'handler' is valid. From-SVN: r93927
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-0/+332
(Actual changes too large to list in the commit message; see ChangeLog.) From-SVN: r91270