Integrated: 8259851: Use boolean type for tasks in SubTasksDone

Albert Mingkun Yang ayang at openjdk.java.net
Thu Jan 21 12:13:58 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

This pull request has now been integrated.

Changeset: 6ce0799b
Author:    Albert Mingkun Yang <ayang at openjdk.org>
Committer: Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6ce0799b
Stats:     13 lines in 2 files changed: 0 ins; 6 del; 7 mod

8259851: Use boolean type for tasks in SubTasksDone

Reviewed-by: kbarrett, tschatzl

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

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



More information about the hotspot-gc-dev mailing list