Message3771

Author draghuram
Recipients cgroves, draghuram
Date 2008-11-10.14:04:27
SpamBayes Score 0.0071304394
Marked as misclassified No
Message-id <1226325867.68.0.450846065656.issue1169@psf.upfronthosting.co.za>
In-reply-to
Content
Charlie, Isn't this same problem as I reported earlier?

http://www.nabble.com/thread-safety-of-codecs.java%3Aregistry_init%28%29-to14847747.html#a14847747

I remember that you fixed it at that time. The following is the relevant
check-in comment I found for codecs.java

-----
r4059 | cgroves | 2008-01-19 17:52:16 -0500 (Sat, 19 Jan 2008) | 1 line

synchronize around registry_init so if two threads start up and use
codecs immediately, they both get a valid list of encodings
-----
History
Date User Action Args
2008-11-10 14:04:27draghuramsetmessageid: <1226325867.68.0.450846065656.issue1169@psf.upfronthosting.co.za>
2008-11-10 14:04:27draghuramsetrecipients: + draghuram, cgroves
2008-11-10 14:04:27draghuramlinkissue1169 messages
2008-11-10 14:04:27draghuramcreate