]> gcc.gnu.org Git - gcc.git/commit
ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of ClassLoader...
authorAnthony Green <green@cygnus.com>
Sun, 17 Oct 1999 03:11:50 +0000 (03:11 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 17 Oct 1999 03:11:50 +0000 (03:11 +0000)
commit6c413a50e664e75c77f94aa1f441c1f876084140
treec92648414fd189d79211213f4fc2b16e607c106c
parent1b284f05acb025d025040466a23f9ca72548d7e7
ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of ClassLoader.system.

        * java/lang/ClassLoader.java (getSystemResource): Use
        getSystemClassLoader instead of ClassLoader.system.
        (getSystemResourceAsStream): Ditto.

        * java/lang/natClassLoader.cc (redirect): Make static and
        remove #ifdef INTERPRETER so it is always defined.
        (getVMClassLoader0): Remove #ifdef INTERPRETER so it always
        returns a VMClassLoader.

        * java/util/ResourceBundle.java (trySomeGetBundle): Create a
        PropertyResourceBundle if a properties file is found before a
        ResourceBundle class.

From-SVN: r30048
libjava/ChangeLog
libjava/java/lang/ClassLoader.java
libjava/java/lang/natClassLoader.cc
libjava/java/util/ResourceBundle.java
This page took 0.059468 seconds and 5 git commands to generate.