classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [Patch] VM interface for java.io.ObjectInputStream


From: Michael Koch
Subject: [cp-patches] [Patch] VM interface for java.io.ObjectInputStream
Date: Sat, 16 Apr 2005 12:13:02 +0200
User-agent: Mutt/1.5.6+20040907i

Hi list,


I just commited the attached patch to put the native methods of
java.io.ObjectInputInterface into the VM interface.


Michael


2005-04-16  Michael Koch  <address@hidden>

        * include/Makefile.am: Removed java_io_ObjectInputStream.h
        and added java_io_VMObjectInputStream.h.
        * include/java_io_ObjectInputStream.h: Removed.
        * include/java_io_VMObjectInputStream.h: New file.
        * java/io/ObjectInputStream.java
        (currentClassLoader): Removed.
        (allocateObject): Likewise.
        * native/jni/java-io/Makefile.am: Removed java_io_ObjectInputStream.c
        and added java_io_VMObjectInputStream.c.
        * native/jni/java-io/java_io_ObjectInputStream.c: Removed.
        * native/jni/java-io/java_io_VMObjectInputStream.c: New file.
        * vm/reference/java/io/VMObjectInputStream.java: Likewise.

Attachment: vminterface.diff
Description: Text document


reply via email to

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