Re: RFR 8019484 Sync j.u.c.ConcurrentHashMap from 166 to tl

2013-07-05 Thread Paul Sandoz
A few bugs where found in CHM and fixed. I updated the webrev. The diff can be viewed here: http://hg.openjdk.java.net/lambda/lambda/jdk/rev/291a872e1763 Paul. On Jul 1, 2013, at 2:44 PM, Paul Sandoz paul.san...@oracle.com wrote: Hi, The following is the final j.u.c patch that syncs CMH

RFR 8019484 Sync j.u.c.ConcurrentHashMap from 166 to tl

2013-07-01 Thread Paul Sandoz
Hi, The following is the final j.u.c patch that syncs CMH classes from 166 j.u.c to tl. http://cr.openjdk.java.net/~psandoz/tl/JDK-8019484-chm/webrev/ (i am sure there will be more patches to follow as tweaks are made to various areas, but hopefully they will not need so bulky.)

Re: RFR 8019484 Sync j.u.c.ConcurrentHashMap from 166 to tl

2013-07-01 Thread Doug Lea
On 07/01/13 08:44, Paul Sandoz wrote: The following is the final j.u.c patch that syncs CMH classes from 166 j.u.c to tl. http://cr.openjdk.java.net/~psandoz/tl/JDK-8019484-chm/webrev/ Thanks for doing this! ConcurrentMap.replaceAll in tl was more up to date than that in 166. Yes, we

Re: RFR 8019484 Sync j.u.c.ConcurrentHashMap from 166 to tl

2013-07-01 Thread Paul Sandoz
On Jul 1, 2013, at 3:19 PM, Doug Lea d...@cs.oswego.edu wrote: On 07/01/13 08:44, Paul Sandoz wrote: The following is the final j.u.c patch that syncs CMH classes from 166 j.u.c to tl. http://cr.openjdk.java.net/~psandoz/tl/JDK-8019484-chm/webrev/ Thanks for doing this! Np.