This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: java.text patches
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> Circular initializer dependency in itself should work, but in
Bryce> this case one of the initializers actually depends on another
Bryce> having already been initialized.
Ok, I misunderstood. Thanks. Please check in your fix.
Actually, I re-read your fix. Shouldn't checkNonLocalizedSymbols be
synchronized to avoid races?
Bryce> On JDK 1.1.8, this throws an ExceptionInInitializerError. On
Bryce> gcj, it aborts somewhere in the class initialization code.
Could you submit a new PR with your test case in it?
T