]> git.ipfire.org Git - thirdparty/gcc.git/commit
jvm.h: Declare _Jv_RegisterResource.
authorAnthony Green <green@redhat.com>
Thu, 6 Sep 2001 22:32:54 +0000 (22:32 +0000)
committerAnthony Green <green@gcc.gnu.org>
Thu, 6 Sep 2001 22:32:54 +0000 (22:32 +0000)
commita11e2c22796847b37dbf9a0b164150033bc17168
treece727c113b87b1cdaa86ced6af1018bb91186e15
parentf2767a670ee3fdefa997e76c2fcbaf67933e38f9
jvm.h: Declare _Jv_RegisterResource.

        * include/jvm.h: Declare _Jv_RegisterResource.
        * gnu/gcj/Core.java, gnu/gcj/natCore.cc,
        gnu/gcj/protocol/core/Connection.java,
        gnu/gcj/protocol/core/Handler.java,
        gnu/gcj/protocol/core/CoreInputStream.java,
        gnu/gcj/protocol/core/natCoreInputStream.cc: New files.
        * java/net/URL.java (setURLStreamHandler): Use
        gnu.gcj.protocol.core.Handler for the core protocol.
        * gnu/gcj/runtime/VMClassLoader.java (init): Add "core:/" to the
        end of java.class.path.
        * Makefile.am (ordinary_java_source_files): Add new java files.
        (nat_source_files): Add new native code files.
        * Makefile.in: Rebuilt.

From-SVN: r45450
12 files changed:
libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in
libjava/gnu/gcj/Core.java [new file with mode: 0644]
libjava/gnu/gcj/natCore.cc [new file with mode: 0644]
libjava/gnu/gcj/protocol/core/Connection.java [new file with mode: 0644]
libjava/gnu/gcj/protocol/core/CoreInputStream.java [new file with mode: 0644]
libjava/gnu/gcj/protocol/core/Handler.java [new file with mode: 0644]
libjava/gnu/gcj/protocol/core/natCoreInputStream.cc [new file with mode: 0644]
libjava/gnu/gcj/runtime/VMClassLoader.java
libjava/include/jvm.h
libjava/java/net/URL.java