gcc/libjava/java
Anthony Green 6c413a50e6 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
1999-10-17 03:11:50 +00:00
..
awt
io
lang ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of ClassLoader.system. 1999-10-17 03:11:50 +00:00
net natPlainSocketImpl.cc: Don't include headers if java.net is disabled. 1999-10-04 21:37:30 +00:00
security
text MessageFormat.java (MessageFormat(String)): Set the default locale. 1999-09-22 05:41:26 +01:00
util ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of ClassLoader.system. 1999-10-17 03:11:50 +00:00