We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Add a storestore barrier before publishing newly initialized HeapRegion instances, and place a loadload barrier before use of members.
storestore
loadload
Steps to Reproduce see https://bugs.openjdk.java.net/browse/JDK-8164948
Expected behavior pass G1 tests
JDK version N/A
Execution environment
The text was updated successfully, but these errors were encountered:
[GC] Backport 8164948: Initializing stores of HeapRegions are not ord…
14e58df
…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
a967f19
No branches or pull requests
Description
Add a
storestore
barrier before publishing newly initializedHeapRegion instances, and place a
loadload
barrier before use ofmembers.
Steps to Reproduce
see https://bugs.openjdk.java.net/browse/JDK-8164948
Expected behavior
pass G1 tests
JDK version
N/A
Execution environment
The text was updated successfully, but these errors were encountered: