-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8344049: Shenandoah: Eliminate init-update-refs safepoint #22688
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
Closed
earthling-amzn
wants to merge
37
commits into
openjdk:master
from
earthling-amzn:remove-init-update-refs-safepoint
Closed
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ef902fc
Retire gc labs concurrently
earthling-amzn 1a37f08
Retire mutator gc labs with handshake
earthling-amzn d6ef283
Restore gc labs to safepoint workers
earthling-amzn d098df7
Fix safepoint worker handling
earthling-amzn 7045763
Anticipate future work with better names for things
earthling-amzn 5d3eac6
Add comments to new method
earthling-amzn 17c25ea
Fix builds
earthling-amzn e7e1b8f
WIP: Control thread needs to know gc state too
earthling-amzn 5bbdfe5
WIP: Figuring out which threads really need local gc-state and which …
earthling-amzn 39de5c6
Propagate gc state to worker threads for full GC
earthling-amzn 0ba2fb9
Only safepoint for init-update-refs when verify or pacing is enabled
earthling-amzn 21f278c
Use thread local gc state here
earthling-amzn 1af18b9
Okay, VMThread can have a thread local copy of gc state too
earthling-amzn 645bb3b
Do not verify after gc before gc is completed
earthling-amzn 6dbdf1c
Merge remote-tracking branch 'jdk/master' into remove-init-update-refs
earthling-amzn a580cb9
Allow access to pointers in trash regions during weak roots
earthling-amzn dbd7571
Revert "Do not verify after gc before gc is completed"
earthling-amzn bc49475
Revert "Allow access to pointers in trash regions during weak roots"
earthling-amzn 77fedcd
Allow weak roots in progress from thread local or global variable
earthling-amzn 218b1cc
Hide thread local usage behind existing APIs
earthling-amzn 68ec004
Merge tag 'jdk-25+1' into two-steps-backward
earthling-amzn 76452f5
Revert unnecessary changes
earthling-amzn 24e487a
Encapsulate gc state
earthling-amzn d457c45
Remove unnecessary gc state propagations
earthling-amzn 6db0a6b
WIP: Use Threads::threads_do for propagating gc state
earthling-amzn efa97ea
WIP: Use Threads::threads_do for propagating gc state (consolidated)
earthling-amzn 4c8e705
Fix phase encoding to handle weak roots
earthling-amzn 2422c3e
Merge remote-tracking branch 'jdk/master' into remove-init-update-ref…
earthling-amzn 3b8d7f8
Fix comment, revert unnecessary change
earthling-amzn 9aaef70
Fix comments
earthling-amzn 71d691a
Merge remote-tracking branch 'jdk/master' into remove-init-update-ref…
earthling-amzn 83ac7b4
Improve comments
earthling-amzn 89c20a1
Improve comments and method names
earthling-amzn f319048
Control thread doesn't need a gc lab, also make gclabs for safepoint …
earthling-amzn 26e382c
Encapsulate and document a method for making concurrent gc_state changes
earthling-amzn cf315b3
Merge tag 'jdk-25+5' into remove-init-update-refs-safepoint
earthling-amzn ab808a1
Call out the non-java threads we are most concerned with in the comment
earthling-amzn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.