Request for Review (xs) - 8157373: Active workers should not be reset in AbstractWorkGang initialize()

Thomas Schatzl thomas.schatzl at oracle.com
Tue Jun 7 08:24:46 UTC 2016


Hi Jon,

On Mon, 2016-06-06 at 14:18 -0700, Jon Masamitsu wrote:
> https://bugs.openjdk.java.net/browse/JDK-8157373
> 
> The field _active_workers in AbstractWorkGang is set correctly in
> the 
> AbstractWorkGang constructor and should not be reset in the
> initialize() 
> method (where it is currently set incorrectly for concurrent
> workers).
> 
> http://cr.openjdk.java.net/~jmasa/8157373/webrev.00/
> 
> Tested by hand.  This will be integrated after 8157620 (which will
> allow
> addtional testing).
> 

  looks good. Thanks for fixing this.

Thomas




More information about the hotspot-gc-dev mailing list