From ffafe01a8749fcce80b960cd3a2ea73764dc6cc4 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Thu, 16 Dec 2010 19:48:07 +0000 Subject: PR libgcj/46774: Create dynamic ProtectionDomain instances which check the system policy. 2010-12-13 Andrew John Hughes 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 --- .../lib/java/security/VMAccessController.class | Bin 4797 -> 4908 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'libjava/classpath/lib') diff --git a/libjava/classpath/lib/java/security/VMAccessController.class b/libjava/classpath/lib/java/security/VMAccessController.class index d05cd9c..9a12980 100644 Binary files a/libjava/classpath/lib/java/security/VMAccessController.class and b/libjava/classpath/lib/java/security/VMAccessController.class differ -- cgit v1.1