RFR: 8259851: Using boolean type for tasks in SubTasksDone

Kim Barrett kbarrett at openjdk.java.net
Thu Jan 21 10:15:52 UTC 2021


On Mon, 18 Jan 2021 14:17:21 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Changing `uint` to `bool` in `SubTasksDone`, since atomic operations on `bool` are well supported.
> 
> Tested: hotspot_gc

Marked as reviewed by kbarrett (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/2131



More information about the hotspot-gc-dev mailing list