-
Notifications
You must be signed in to change notification settings - Fork 496
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 8204524: Unnecessary memory barriers in G1ParScanThreadState::copy_to_survivor #154
Comments
tanghaoth90
pushed a commit
to tanghaoth90/dragonwell8_hotspot
that referenced
this issue
Dec 15, 2020
…State::copy_to_survivor Summary: full fences before/after the CAS for an object copy is not necessary - Covered ParNew as well. JDK-8205908 supposed to do this but not implemented. Test Plan: hotspot/test/gc/{g1,parNew}/ Reviewed-by: linade, mmyxym Issue: dragonwell-project/dragonwell8#154
tanghaoth90
pushed a commit
to tanghaoth90/dragonwell8_hotspot
that referenced
this issue
Dec 15, 2020
…State::copy_to_survivor Summary: full fences before/after the CAS for an object copy is not necessary - Covered ParNew as well. JDK-8205908 supposed to do this but not implemented. Test Plan: hotspot/test/gc/{g1,parNew}/ Reviewed-by: linade, mmyxym Issue: dragonwell-project/dragonwell8#154
tanghaoth90
pushed a commit
to tanghaoth90/dragonwell8_hotspot
that referenced
this issue
Dec 15, 2020
…State::copy_to_survivor Summary: full fences before/after the CAS for an object copy is not necessary - Covered ParNew as well. JDK-8205908 supposed to do this but not implemented. Test Plan: hotspot/test/gc/{g1,parNew}/ Reviewed-by: linade, mmyxym Issue: dragonwell-project/dragonwell8#154
tanghaoth90
pushed a commit
to dragonwell-project/dragonwell8_hotspot
that referenced
this issue
Dec 15, 2020
…State::copy_to_survivor Summary: full fences before/after the CAS for an object copy is not necessary - Covered ParNew as well. JDK-8205908 supposed to do this but not implemented. Test Plan: hotspot/test/gc/{g1,parNew}/ Reviewed-by: linade, mmyxym Issue: dragonwell-project/dragonwell8#154
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
full fences before/after the CAS for an object copy is not necessary
Steps to Reproduce
N/A
Expected behavior
N/A
JDK version
N/A
Execution environment
The text was updated successfully, but these errors were encountered: