This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JNI and java.nio.ByteBuffer
- From: Anthony Green <green at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Anders Dahlberg <andda715 at student dot liu dot se>, java at gcc dot gnu dot org
- Date: Sat, 12 Feb 2005 17:14:56 -0800
- Subject: Re: JNI and java.nio.ByteBuffer
- Organization: Red Hat, Inc.
- References: <409150F7.8090903@student.liu.se> <409182EC.3030900@redhat.com> <1108245415.11058.3.camel@localhost.localdomain> <77d006e009866bea9f87c7bf5372b91e@redhat.com>
On Sat, 2005-02-12 at 20:10 -0500, Bryce McKinlay wrote:
> Its probably best to just have
> RegisterNatives do the conversion internally before searching for the
> method.
I created a goofy little patch that does just that. It appears to solve
the problem. I'll submit it once I've tested it a little more.
AG