This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch for Review: JvGetStringUTF and JvTempCString
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 11 Aug 2003 12:25:04 -0600
- Subject: Re: Patch for Review: JvGetStringUTF and JvTempCString
- References: <71GA4WMHVUFDVS9JGJG3VGAEADABED.3f35b312@p733>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
>> I'm not ready to put this class in cni.h yet. How about jvm.h?
Mohan> I coded this all up, but jvm.h is internal to libgcj and doesn't
Mohan> end up in the final installation :(. This would mean that this helper
Mohan> class wouldn't be usable anywhere other than within libgcj.
Yeah. I don't think we're ready to put make it public yet; it pays
for us to be conservative in extending CNI. But this would
definitely be useful inside libgcj.
Tom