Integrated: 8269870: PS: Membar in PSPromotionManager::copy_unmarked_to_survivor_space could be relaxed
Albert Mingkun Yang
ayang at openjdk.org
Wed Jun 26 07:43:14 UTC 2024
On Tue, 18 Jun 2024 10:17:53 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> The acquire-release mem-barrier was probably used/required before but not any more. Inspiration taken from `G1ParScanThreadState::do_oop_evac`.
This pull request has now been integrated.
Changeset: b88af942
Author: Albert Mingkun Yang <ayang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b88af94269640a160fbacf25618f3a00756464aa
Stats: 12 lines in 1 file changed: 3 ins; 7 del; 2 mod
8269870: PS: Membar in PSPromotionManager::copy_unmarked_to_survivor_space could be relaxed
Co-authored-by: Hamlin Li <mli at openjdk.org>
Reviewed-by: mli, kbarrett, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/19764
More information about the hotspot-gc-dev
mailing list