mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8197994: Move JavaThread::initialize_queues() logic to G1SATBCardTableLoggingModRefBS
Reviewed-by: tschatzl, eosterlund
This commit is contained in:
parent
b2de114d80
commit
75c57161f1
8 changed files with 46 additions and 66 deletions
|
@ -627,7 +627,7 @@ void CardTableModRefBS::flush_deferred_card_mark_barrier(JavaThread* thread) {
|
|||
#endif
|
||||
}
|
||||
|
||||
void CardTableModRefBS::flush_deferred_barriers(JavaThread* thread) {
|
||||
void CardTableModRefBS::on_thread_detach(JavaThread* thread) {
|
||||
// The deferred store barriers must all have been flushed to the
|
||||
// card-table (or other remembered set structure) before GC starts
|
||||
// processing the card-table (or other remembered set).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue