This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: byte array to string conversion
- From: Tom Tromey <tromey at redhat dot com>
- To: Lars Andersen <lars at rimfaxe dot com>
- Cc: java at gcc dot gnu dot org
- Date: 11 Sep 2003 10:56:14 -0600
- Subject: Re: byte array to string conversion
- References: <3F60A44F.6030807@rimfaxe.com>
- Reply-to: tromey at redhat dot com
>>>>> "Lars" == Lars Andersen <lars@rimfaxe.com> writes:
Lars> I made a little test program, maybe someone can tell what's going on.
Lars> With Sun jdk 1.4.1 on linux it outputs "toAsciiString -> Test String"
Lars> With GCJ 3.3 on linux it outputs "toAsciiString -> "
Hmm, for me, both 3.3 and current cvs head work correctly.
How did you compile this program? I tried compiling to an executable
with and without -O, and also gij with bytecode.
Tom