This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bug in static initialization
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
>> I probably broke this, and hopefullt fixed it with my September 1
>> "PATCH to maybe_yank_clinit". (I'll verify this after I re-build.) I
>> can check it in, but I'd prefer Alex to take a look first, as I don't
>> know the reasons for the old logic.
Anthony> I don't think so. I had this patch applied to my tree when I
Anthony> created the test case for this bug.
Your test case shows a different bug with a similar symptom (throws
NullPointerException). Once I fixed that bug, I still got an exception,
hence this report. However the two bugs are actually different.
Tom