diff options
author | Andrew John Hughes <ahughes@redhat.com> | 2010-12-16 19:48:07 +0000 |
---|---|---|
committer | Andrew John Hughes <gandalf@gcc.gnu.org> | 2010-12-16 19:48:07 +0000 |
commit | ffafe01a8749fcce80b960cd3a2ea73764dc6cc4 (patch) | |
tree | 751edb3aa1c5281b3a5212390df53c19bed9955c /libjava/classpath | |
parent | ef875e12c78e73ff2684872b25db1695b536fcd2 (diff) | |
download | gcc-ffafe01a8749fcce80b960cd3a2ea73764dc6cc4.tar.gz |
PR libgcj/46774: Create dynamic ProtectionDomain instances which check the 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
Diffstat (limited to 'libjava/classpath')
-rw-r--r-- | libjava/classpath/lib/java/security/VMAccessController.class | bin | 4797 -> 4908 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/libjava/classpath/lib/java/security/VMAccessController.class b/libjava/classpath/lib/java/security/VMAccessController.class Binary files differindex d05cd9c8456..9a129803916 100644 --- a/libjava/classpath/lib/java/security/VMAccessController.class +++ b/libjava/classpath/lib/java/security/VMAccessController.class |