Am Donnerstag, 6. Januar 2005 16:43 schrieb Jeroen Frijters: > Michael Koch wrote: > > Am Donnerstag, 6. Januar 2005 16:26 schrieb Jeroen Frijters: > > > Robert Schuster wrote: > > > > Which Free Java VMs support the GetDirectBufferAddress() in a > > > > way that it returns a real buffer address instead of NULL? > > > > > > IKVM supports it (it supports all 1.4 JNI functions). > > > > ;-) > > > > Have you made sure it works ? The java part in current GNU > > classpath is buggy and doesn't work. I have a patch for this. It > > will get in after the upcoming release. > > I have a very simple testcase for the GetDirect* functions that > seems to work. What exactly is the problem with the classpath part?
It only works correctly for direct buffers but its valid to give any type of view on the direct buffer to these methods. Michael -- Homepage: http://www.worldforge.org/ _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

