Standard SATB Barrier Implementation - #14039
Merged
Merged
Conversation
Contributor
Author
|
I know barrier implementation for |
Contributor
Author
|
@amicic please review |
amicic
reviewed
Nov 30, 2021
amicic
reviewed
Nov 30, 2021
amicic
reviewed
Nov 30, 2021
amicic
reviewed
Nov 30, 2021
amicic
reviewed
Nov 30, 2021
amicic
reviewed
Dec 1, 2021
Contributor
Author
|
Updated PR with latest Commit:
|
Contributor
|
Jenkins test sanity all jdk11 |
RSalman
force-pushed
the
satb-bar
branch
3 times, most recently
from
December 7, 2021 20:17
0a330b0 to
4143ef7
Compare
These changes implement the the SATB access barriers, these have been adapted from the Realtime access barriers. - Removed Double Barrier Code, Standard SATB does not make use of it Adapted the following barrier from realtime for Standard SATB: - forcedToFinalizableObject - referenceGet - referenceReprocess - jniDeleteGlobalReference - storeObjectToInternalVMSlotImpl - readObjectFromInternalVMSlotImpl - stringConstantEscaped / checkStringConstantsLive checkClassLive Signed-off-by: Salman Rana <salman.rana@ibm.com>
Contributor
Author
|
@amicic could you please restart the tests |
Contributor
|
Jenkins test sanity all jdk11 |
Contributor
|
Jenkins compile win32 jdk8 |
amicic
approved these changes
Dec 8, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These changes implement the the SATB access barriers, these have been adapted from the Realtime access barriers.
Adapted the following barrier from realtime for Standard SATB:
storeObjectToInternalVMSlotImplreadObjectFromInternalVMSlotImplcheckClassLive
Signed-off-by: Salman Rana salman.rana@ibm.com