This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/28340] gij ignores -Djava.security.manager



------- Comment #1 from gary at gcc dot gnu dot org  2006-08-07 14:49 -------
Subject: Bug 28340

Author: gary
Date: Mon Aug  7 14:48:59 2006
New Revision: 115999

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115999
Log:
2006-08-07  Gary Benson  <gbenson@redhat.com>

        PR libgcj/28340:
        * java/lang/ClassLoader.java (clinit): Install a default
        security manager if java.security.manager is defined.
        (getParent, getSystemClassLoader): Use the correct stack
        frame during security checks.
        * java/net/URLClassLoader.java (findClass): Avoid calling
        this.toString() during VM initialization.
        (runtimeInitialized): New method.
        * java/net/natURLClassLoader.cc: New file.
        * Makefile.am (nat_source_files): Added the above.
        * Makefile.in: Rebuilt.


Added:
    trunk/libjava/java/net/natURLClassLoader.cc
Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/Makefile.am
    trunk/libjava/Makefile.in
    trunk/libjava/java/lang/ClassLoader.java
    trunk/libjava/java/net/URLClassLoader.java


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28340


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]