This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix pr16789 failures on the SPARC
- From: Tom Tromey <tromey at redhat dot com>
- To: Eric Botcazou <ebotcazou at libertysurf dot fr>
- Cc: java-patches at gcc dot gnu dot org
- Date: 04 Jan 2005 13:26:50 -0700
- Subject: Re: [PATCH] Fix pr16789 failures on the SPARC
- References: <200501032135.12009.ebotcazou@libertysurf.fr>
- Reply-to: tromey at redhat dot com
>>>>> "Eric" == Eric Botcazou <ebotcazou@libertysurf.fr> writes:
Eric> Fixed by invoking obj->sync_init if needed. Tested on
Eric> sparc64-sun-solaris2.9 and sparc-sun-solaris2.8. OK for
Eric> mainline?
Eric> 2005-01-03 Eric Botcazou <ebotcazou@libertysurf.fr>
Eric> * java/lang/natObject.cc (_Jv_ObjectCheckMonitor): Initialize the
Eric> sync_info element of the object if needed.
Thanks, this looks good. I wonder if it can go in at the moment... I
do think it is an important fix, but is it a regression?
Tom