Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GC] Backport 8164948: Initializing stores of HeapRegions are not ord… #61

Merged

Conversation

tanghaoth90
Copy link
Contributor

Summary: Add a storestore barrier before publishing newly initialized
HeapRegion instances, and place a loadload barrier before use of
members. (http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/cd2c49a02a4c)

Test Plan: hotspot/test/gc/g1

Reviewed-by: linade, mmyxym

Issue: dragonwell-project/dragonwell8#155

…ered with regards to their use in G1ConcurrentMark

Summary: Add a storestore barrier before publishing newly initialized
HeapRegion instances, and place a loadload barrier before use of
members. (http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/cd2c49a02a4c)

Test Plan: hotspot/test/gc/g1

Reviewed-by: linade, mmyxym

Issue: dragonwell-project/dragonwell8#155
@tanghaoth90 tanghaoth90 merged commit a967f19 into dragonwell-project:master Dec 15, 2020
@tanghaoth90 tanghaoth90 deleted the OrderedStoresHeapRegions branch December 15, 2020 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants