Integrated: 8308594: Use atomic bitset function for PackageEntry::_defined_by_cds_in_class_path
Calvin Cheung
ccheung at openjdk.org
Fri May 26 18:07:06 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.
This pull request has now been integrated.
Changeset: 55d297fd
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/55d297fdda70ad0b9b0378890a05cfc2a040c92c
Stats: 6 lines in 1 file changed: 0 ins; 5 del; 1 mod
8308594: Use atomic bitset function for PackageEntry::_defined_by_cds_in_class_path
Reviewed-by: coleenp, lfoltan
-------------
PR: https://git.openjdk.org/jdk/pull/14164
More information about the hotspot-runtime-dev
mailing list