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

Coleen Phillimore coleenp at openjdk.org
Fri May 26 17:39:54 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.

Yes. Looks trivial.

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

PR Comment: https://git.openjdk.org/jdk/pull/14164#issuecomment-1564713111


More information about the hotspot-runtime-dev mailing list