This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/49314] md5test, shatest output FAILs on Tru64 UNIX
- From: "tromey at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 16 Jun 2011 18:58:18 +0000
- Subject: [Bug libgcj/49314] md5test, shatest output FAILs on Tru64 UNIX
- Auto-submitted: auto-generated
- References: <bug-49314-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49314
--- Comment #4 from Tom Tromey <tromey at gcc dot gnu.org> 2011-06-16 18:57:35 UTC ---
(In reply to comment #3)
> I couldn't find so far where this is initialized for the
> static string src.
It has been a while, but I think either _Jv_NewStringUTF
or _Jv_NewStringUtf8Const. IIRC one of these is run
during class initialization to turn string constants into
String objects.