[cp-patches] ThreadLocalMap.clear() leaves map in an inconsistent state

2008-12-18 Thread Robin Garner
The clear() method of ThreadLocalMap leaves the map in an inconsistent state, causing errors during thread deletion in JikesRVM. Reported as Bug #38576 . This patch amends the clear() method to put the map back in a consistent but empty state.

Re: [cp-patches] ThreadLocalMap.clear() leaves map in an inconsistent state

2008-12-19 Thread Mark Wielaard
Hi Robin On Fri, 2008-12-19 at 14:20 +1100, Robin Garner wrote: > The clear() method of ThreadLocalMap leaves the map in an inconsistent > state, causing errors during thread deletion in JikesRVM. Reported as > Bug #38576 . This > patch amends

Re: [cp-patches] ThreadLocalMap.clear() leaves map in an inconsistent state

2009-02-03 Thread Robin Garner
Mark Wielaard wrote: Hi Robin On Fri, 2008-12-19 at 14:20 +1100, Robin Garner wrote: The clear() method of ThreadLocalMap leaves the map in an inconsistent state, causing errors during thread deletion in JikesRVM. Reported as Bug #38576 .

Re: [cp-patches] ThreadLocalMap.clear() leaves map in an inconsistent state

2009-02-04 Thread Mark Wielaard
Hi Robin, On Wed, 2009-02-04 at 16:20 +1100, Robin Garner wrote: > Mark Wielaard wrote: > > On Fri, 2008-12-19 at 14:20 +1100, Robin Garner wrote: > > > >> The clear() method of ThreadLocalMap leaves the map in an inconsistent > >> state, causing errors during thread deletion in JikesRVM. Rep