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.
Read Barrier aware ref array GC copy helper
Introduce optimized variant of reference array GC copy helper for Concurrent Scavenger. It will execute RB for every single ref slot of the source arrays (and as for regular Gencon config will just do post batch WB). JITed code in H/W based CS was not relying on this, but now that we are introducing S/W variant (eclipse-openj9#3054) this may be called more often. Signed-off-by: Aleksandar Micic <[email protected]>
- Loading branch information
Showing
3 changed files
with
68 additions
and
23 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