classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Patch java.lang.System/ClassLoader


From: Jeroen Frijters
Subject: [cp-patches] FYI: Patch java.lang.System/ClassLoader
Date: Mon, 8 Nov 2004 09:53:13 +0100

Hi,

I committed the attached patch to add support for the
java.security.manager property (to automatically set the security
manager).

I also moved the ClassLoader.systemClassLoader field to System, to
prevent a circular initialization dependency.

Regards,
Jeroen

2004-11-08  Jeroen Frijters  <address@hidden>

        * java/lang/ClassLoader.java: Updated some comments.
        (systemClassLoader): Moved to java.lang.System to remove
        circular initialization dependency.
        * java/lang/System.java: Moved initialization of static fields
        to static initializers to make ordering more explicit.
        (static): Added creation of system class loader.
        (static): Added support for setting the default security
manager.

Attachment: secman.patch
Description: secman.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]