Request for Review (xs) - 8157373: Active workers should not be reset in AbstractWorkGang initialize()
Kim Barrett
kim.barrett at oracle.com
Tue Jun 7 00:27:10 UTC 2016
> On Jun 6, 2016, at 5:18 PM, Jon Masamitsu <jon.masamitsu at oracle.com> 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).
>
> Thanks.
>
> Jon
Looks good.
More information about the hotspot-gc-dev
mailing list