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

Jon Masamitsu jon.masamitsu at oracle.com
Mon Jun 6 21:18:59 UTC 2016


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).

Thanks.

Jon



More information about the hotspot-gc-dev mailing list