Jeroen Frijters wrote: > In that case, IKVM is broken too. I didn't know that it was legal to > pass views to GetDirectBufferAddress. The documentation isn't exactly > very clear on this.
Hmm.. since this code will be so Classpath-specific, perhaps Classpath should provide the code to handle it. E.g., Classpath could provide a new class VMDirectBuffer that contained methods which would be invoked by the VM itself in order to implement GetDirectBufferAddress() and GetDirectBufferCapacity(). After all, the logic to retrieve this information is "known" to Classpath, not to the VM (i.e., the VM would have to be written to a specific version of Classpath, assumptions about java.nio object fields, etc). Does this sound feasible? I'm new to this NIO stuff so this idea might be random and completely wrong. -Archie __________________________________________________________________________ Archie Cobbs * CTO, Awarix * http://www.awarix.com * Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. * _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

