Re: sun.management.Agent: the properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario

2012-05-17 Thread Deven You
Hi Dmitry, I have verified the change set. Thanks for your commit! On 05/17/2012 03:44 PM, Dmitry Samersoff wrote: Deven, The fix is submitted to openjdk tl workspace http://hg.openjdk.java.net/jdk8/tl/jdk/rev/df33f5f750ec -Dmitry On 2012-04-26 05:21, Deven You wrote: Hi Dmitry

Re: RR(S) 7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario

2012-05-06 Thread Deven You
4. Will fix it. -Dmitry David On 4/05/2012 10:31 PM, Dmitry Samersoff wrote: Hi Everybody, Below is slightly modified version of the fix created by Deven You. http://cr.openjdk.java.net/~dsamersoff/7164191/webrev.00/ -Dmitry On 2012-04-26 05:21, Deven You wrote: Hi Dmitry, Thanks for your

Re: sun.management.Agent: the properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario

2012-04-25 Thread Deven You
ith David Holmes, the changes looks good for me. I'll take care of the rest. We have one more place in Agent.java executing exactly the same code so I'll change both of them on your behalf. -Dmitry On 2012-04-23 11:43, Deven You wrote: Thanks David, So is it ok for you to contribute

Re: sun.management.Agent: the properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario

2012-04-23 Thread Deven You
cess to it. Sorry about that. David - On 23/04/2012 4:30 PM, David Holmes wrote: Deven, On 23/04/2012 3:54 PM, Deven You wrote: On 04/18/2012 02:20 PM, Deven You wrote: On 04/18/2012 01:34 PM, Mandy Chung wrote: I think this could still run into CME. System Properties is not a synchr

Re: sun.management.Agent: the properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario

2012-04-22 Thread Deven You
On 04/18/2012 02:20 PM, Deven You wrote: On 04/18/2012 01:34 PM, Mandy Chung wrote: On 4/17/2012 12:33 AM, Deven You wrote: I think this could still run into CME. System Properties is not a synchronized map and the setter methods (System.setProperty or Properties.put method) doesn&#