forked from eclipse-omr/omr
-
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.
Update JBCodeCacheManager to allocate segment objects on mmaped memory
This commit updates `JBCodeCacheManager` to allocate the `CodeCacheMemorySegment` object on the mmaped memory. The setter methods in `OMRCodeCacheMemorySegment` are also updated to guard the code updating members by `omrthread_jit_write_protect_disable/enable` calls. Signed-off-by: Akira Saitoh <[email protected]>
- Loading branch information
Akira Saitoh
committed
Oct 20, 2023
1 parent
03f6b90
commit 6e63f2e
Showing
3 changed files
with
40 additions
and
11 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