RFR: 8308594: Use atomic bitset function for PackageEntry::_defined_by_cds_in_class_path

Coleen Phillimore coleenp at openjdk.org
Thu May 25 23:27:57 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!

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14164#pullrequestreview-1444771155


More information about the hotspot-runtime-dev mailing list