RFR: 8308594: Use atomic bitset function for PackageEntry::_defined_by_cds_in_class_path
Lois Foltan
lfoltan at openjdk.org
Fri May 26 17:43:55 UTC 2023
On Thu, 25 May 2023 22:01:38 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> Please review this simple fix for replacing the implementation in `PackageEntry::set_defined_by_cds_in_class_path()` with `Atomic::fetch_then_or()`.
>
> Passed tier1 testing.
Looks good to me.
Lois
-------------
Marked as reviewed by lfoltan (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14164#pullrequestreview-1446682743
More information about the hotspot-runtime-dev
mailing list