This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [BC ABI] Type assertions
Tom Tromey writes:
> >>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>
> Andrew> Tom, I note that _Jv_WaitForState calls
> Andrew> _Jv_PrepareCompiledClass while holding the class mutex. But
> Andrew> what happens if _Jv_PrepareCompiledClass throws an exception?
> Andrew> There doesn't seem to be any way to release that mutex.
>
> Yeah, I think there is a FIXME somewhere for this.
> Or perhaps just http://gcc.gnu.org/PR1478
>
> Stuff like this is on my cleanup list.
I'll fix it.
Andrew.