http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46774
Summary: [gcj] Calling Policy.setPolicy with a new Policy object has no effect on the DefaultSecurityManager Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassig...@gcc.gnu.org ReportedBy: gnu_and...@member.fsf.org VMAccessController creates PermissionDomain objects with the two-argument constructor, with the result that the default SecurityManager does not check the system policy. See PR46773 for more details. gcj has a local copy of this class so a separate fix is required to that for GNU Classpath.