Hi,
Casey Marshall wrote:
I wasn't aware of that problem, no. Since this patch rewrites accept()
pretty much from scratch, then yeah, it may work in my version.
Two more errors:
5. ERROR in
/home/fitzsim/workspace/classpath/gnu/java/nio/FileChannelImpl.java
(at line 128)
this.ch = VMChannel.getVMChannel(this);
^^^^^^^^^^^^
The method getVMChannel(FileChannelImpl) is undefined for the type VMChannel
----------
6. ERROR in
/home/fitzsim/workspace/classpath/gnu/java/nio/FileChannelImpl.java
(at line 161)
this.ch = VMChannel.getVMChannel(this);
^^^^^^^^^^^^
The method getVMChannel(FileChannelImpl) is undefined for the type VMChannel
Also, the patches are missing javanio.h.
Tom