On Wed, Jan 20, 2010 at 10:57 AM, Jesse Wilson <jessewil...@google.com> wrote: > Mark, > > With commit > <goog_1264006155813>901123<http://svn.apache.org/viewvc?view=revision&revision=901123>you > switched our CopyOnWriteArrayList from the JSR166 implementation to > Harmony's implementation. Could you give me some quick insight on the > tradeoffs here? If our implementation is indeed better, we should try to > push our improvements upstream.
I don't think it's a question of better or worse. Unlike most of the JSR166 code, the CopyOnWriteArrayList isn't marked as public domain and is actually under a copyright assigned to Sun. -Nathan > > Thanks! >