summaryrefslogtreecommitdiff
path: root/libjava/classpath/lib/java/security/VMAccessController.class
AgeCommit message (Collapse)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2016-09-30 Andrew Haley <aph@redhat.com> * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662
2010-12-16PR libgcj/46774: Create dynamic ProtectionDomain instances which check the ↵Andrew John Hughes
system policy. 2010-12-13 Andrew John Hughes <ahughes@redhat.com> PR libgcj/46774 * libjava/java/security/VMAccessController.java: (DEFAULT_CONTEXT): Create ProtectionDomain with four argument constructor (arguments are the same as those implied by the two argument constructor). (getContext()): Create ProtectionDomain instances with four argument constructor using a null Principal array (as before) but including the classloader, which was always null before. From-SVN: r167952
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
From-SVN: r120621