classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [Patch] java.net.InetAddress and java.net.NetworkInterface


From: Michael Koch
Subject: [cp-patches] [Patch] java.net.InetAddress and java.net.NetworkInterface
Date: Mon, 11 Apr 2005 20:08:12 +0200
User-agent: Mutt/1.5.6+20040907i

Hi list,


I just commited the attached patch to split the java interface and the
VM interface for java.net.InetAddress and java.net.NetworkInterface.
This fixes bug #12553. Thanks to Ewout for reporting.


Michael


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

        * java/net/InetAddress.java
        (static): Removed.
        (getLocalHostname): Likewise.
        (lookupInaddrAny): Likewise.
        (getHostByAddr): Likewise.
        (getHostByName): Likewise.
        * java/net/NetworkInterface.java
        (static): Likewise.
        (getRealNetworkInterfaces): Likewise.
        * native/jni/java-net/java_net_InetAddress.c: Renamed to...
        * native/jni/java-net/java_net_VMInetAddress.c: New file.
        Renamed from java_net_InetAddress.c. All native methods moved to class
        VMInetAddress.
        * native/jni/java-net/java_net_NetworkInterface.c: Renamed to...
        Renamed from java_net_NetworkInterface.c. All native methods moved to
        class VMNetworkInterface.
        * native/jni/java-net/java_net_VMNetworkInterface.c: New file.
        * vm/reference/java/net/VMInetAddress.java,
        vm/reference/java/net/VMNetworkInterface.java: New files.
        * include/java_net_InetAddress.h,
        include/java_net_NetworkInterface.h: Removed.
        * include/java_net_VMInetAddress.h,
        include/java_net_VMNetworkInterface.h: New files.
        * include/Makefile.am: Build new header files.

Attachment: net.diff
Description: Text document


reply via email to

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