[Bug libgcj/49314] md5test, shatest output FAILs on Tru64 UNIX

tromey at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 16 18:58:00 GMT 2011


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.



More information about the Java-prs mailing list