/[classpath]/classpath/vm/reference/java/security/VMAccessController.java
ViewVC logotype

Diff of /classpath/vm/reference/java/security/VMAccessController.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by rsdio, Sat Aug 21 22:51:19 2004 UTC revision 1.4 by tromey, Wed Jan 5 00:09:44 2005 UTC
# Line 1  Line 1 
1  /* VMAccessController.java -- VM-specific access controller methods.  /* VMAccessController.java -- VM-specific access controller methods.
2     Copyright (C) 2004  Free Software Foundation, Inc.     Copyright (C) 2004, 2005  Free Software Foundation, Inc.
3    
4  This program is free software; you can redistribute it and/or modify  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
# Line 70  final class VMAccessController Line 70  final class VMAccessController
70     * And we return this all-permissive context to ensure that privileged     * And we return this all-permissive context to ensure that privileged
71     * methods called from getContext succeed.     * methods called from getContext succeed.
72     */     */
73    private final static AccessControlContext DEFAULT_CONTEXT;    private static final AccessControlContext DEFAULT_CONTEXT;
74    static    static
75    {    {
76      CodeSource source = new CodeSource(null, null);      CodeSource source = new CodeSource(null, null);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26