Thomas Fitzsimmons wrote: > 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 >
? Those calls don't appear in my local copy, or in the patch. (note, io-nio2.patch added nio/FileChannelImpl.java, but neither patch removed the original) > Also, the patches are missing javanio.h. > Noted (oops). I've updated the patches to fix these issues. cvs diff seems to refuse to add a "removal" diff to the patch, though.
