8197994: Move JavaThread::initialize_queues() logic to G1SATBCardTableLoggingModRefBS

Reviewed-by: tschatzl, eosterlund
This commit is contained in:
Per Lidén 2018-02-16 12:18:09 +01:00
parent b2de114d80
commit 75c57161f1
8 changed files with 46 additions and 66 deletions

View file

@ -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).