forked from eclipse-openj9/openj9
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Software Concurrent Scavenge Support on Power
Sets OMR_GC_CONCURRENT_SCAVENGER in the configure files to enable concurrent scavenge. Modifies mminit.cpp to be able to set softwareRangeCheckReadBarrier to true to enable software based concurrent scavenge. Implemented irdbarEvaluator and ardbarEvaluator which are used to handle loads that might need to call out to the readbarrier under Concurrent Scavenge GC policy. Updated VMinlineCompareAndSwapObject to be aware of the possiblity of calling out to the read barrier under Concurrent Scavenge GC policy. Implemented a new version of arraycopyEvaluator for reference array copies that calls out to the referenceArrayCopy if current scavenge is currently happening. Added jitReadBarrier and jitReferenceArrayCopy as helpers to call out to J9ReadBarrier and referenceArrayCopy. Updated thisThreadGetConcurrentScavengeActiveByteAddressOffset and thisThreadGetEvacuateBaseAddressOffset to recognize Power as well as X86. Updated insertPrefetchIfNecessary to recognize the irdbari opcode. Updated copyright dates on modified files. TM is current not compatible with read barriers. This change will disable TM if read barriers are needed. Issue: eclipse-openj9#3421 Signed-off-by: jimmyk <jimmyk@ca.ibm.com>
- Loading branch information
Showing
10 changed files
with
1,589 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.