Re: thread safety
"Alex" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi David You are probably talking about the patch I submitted, using ThreadLocal to add thread safety on static member accessed (read and write) concurently in static methods . This one has been quickly incorporated in cvs HEAD by BCEL team. (org.apache.bcel.generic.Type and org.apache.bcel.classfile.Utiity) I made this patch because of a problem I encountered in AspectWerkz development, and it did fix my problem. I cannot answer if BCEL is thread safe or not, but this fix was enough for my needs. Alex > Hi, > > 1) There was an unofficial patch release back in July > for thread safety. Has this patch been tested, and > does it render BCEL 5.1 completely thread safe? > > 2) When is the next version of BCEL going to be > released? Will it be thread safe? > > Many thanks, > > David > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >