OSDN Git Service

* java/lang/ClassLoader.java (getSystemResource): Use
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Oct 1999 03:11:50 +0000 (03:11 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Oct 1999 03:11:50 +0000 (03:11 +0000)
commit1bcb353835aa1acb1c52336c1f7dc6ce72fc9340
treec92648414fd189d79211213f4fc2b16e607c106c
parentd77bed5e9e149627f75e7740b9ebfe731805bb50
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30048 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/lang/ClassLoader.java
libjava/java/lang/natClassLoader.cc
libjava/java/util/ResourceBundle.java