--- old/src/hotspot/share/gc/g1/satbMarkQueue.cpp 2018-02-15 12:32:17.087362282 +0100 +++ new/src/hotspot/share/gc/g1/satbMarkQueue.cpp 2018-02-15 12:32:16.825350997 +0100 @@ -41,7 +41,7 @@ // created during a cycle and its SATB queue needs to be activated // before the thread starts running, we'll need to set its active // field to true. This is done in G1SATBCardTableLoggingModRefBS:: - // on_thread_create(). + // on_thread_attach(). PtrQueue(qset, permanent, false /* active */) { }