-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8338737: Shenandoah: Reset marking bitmaps after the cycle #22778
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
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
99698ad
Reset bitmap after collection
pengxiaolong a8948cf
Use template class for ShenandoahResetBitmapClosure
pengxiaolong 11fdb12
Remove _generation from ShenandoahResetBitmapClosure
pengxiaolong 859f937
Remove assert
pengxiaolong bc278bd
Remove ShenandoahPrepareForMarkClosure used by ShenandoahFullGC
pengxiaolong 145a090
Merge Concurrent reset (Old) into Concurrent reset
pengxiaolong a689932
Renaming, comments, cleanup
pengxiaolong b43b10d
Not invoke set_mark_incomplete when reset bitmap after cycle
pengxiaolong 450ab17
Not reset_mark_bitmap after cycle when is_concurrent_old_mark_in_pro…
pengxiaolong ae6843e
fix
pengxiaolong f71d7d5
Add comments
pengxiaolong 022ac7b
Fix
pengxiaolong cf9e0a5
Always set_mark_incomplete when reset mark bitmap
pengxiaolong 1f748c0
Remove ShenandoahResetUpdateRegionStateClosure
pengxiaolong 2b9f28a
Merge branch 'openjdk:master' into reset-bitmap
pengxiaolong 36f1483
Address review comments
pengxiaolong f82fdfa
Merge branch 'openjdk:master' into reset-bitmap
pengxiaolong 4ae220f
Remove condition check !_do_old_gc_bootstrap && !heap->is_concurrent_…
pengxiaolong 6b4a892
Remove entry_reset_after_collect from ShenandoahOldGC
pengxiaolong 04299a7
Adding condition "!_do_old_gc_bootstrap && !heap->is_concurrent_old_m…
pengxiaolong 5a18147
Merge branch 'openjdk:master' into reset-bitmap
pengxiaolong 9e7f342
Merge branch 'openjdk:master' into reset-bitmap
pengxiaolong 92c6315
Merge branch 'openjdk:master' into reset-bitmap
pengxiaolong c7e9bff
Merge branch 'openjdk:master' into reset-bitmap
pengxiaolong 7eea955
Merge branch 'openjdk:master' into reset-bitmap
pengxiaolong 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
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
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.