This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: remove all traces of java.io.FileDescriptor from java.net
Bryce McKinlay wrote:
> Can you verify that the bitmap GC descriptor for SocketInputStream is
> correct?
Oh dear, looks like gcj is generating invalid GC descriptors.
_ZTVN4java3net33PlainSocketImpl$SocketInputStreamE:
.long 0
.long 0
.long _ZN4java3net33PlainSocketImpl$SocketInputStream6class$E
.long 8
I'm pretty sure 0x8 is not a valid descriptor!
regards
Bryce.