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

Calvin Cheung ccheung at openjdk.org
Fri May 26 18:07:05 UTC 2023


On Fri, 26 May 2023 17:36:47 GMT, Coleen Phillimore <coleenp 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.

Thanks @coleenp and @lfoltan for the review.

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

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


More information about the hotspot-runtime-dev mailing list