This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFT: The remainder of the InetAddress merge


Hi again,

This patch is the second half of the InetAddress merge whose first
half I committed earlier today.  It removes GCJ's custom InetAddress,
and replaces the glue methods in VMInetAddress with real native code.

This passes make check and the latest Mauve InetAddress tests on my
Fedora Core 5 box, but while the native code is simply a rearrangement
of the old code there's a lot of conditional stuff in there so I'd
appreciate if people using older systems would check that it doesn't
break anything.  And the Win32 part is completely untested, so again
I'd appreciate if someone could test it for me.

Hopefully this can be tested and committed before 4.2 branches.
If not I'll just commit it immediately afterwards.

Cheers,
Gary

Attachment: inetaddress-merge-rest.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]