src/hotspot/share/gc/g1/satbMarkQueue.cpp
changeset 49007 82d9d5744e5f
parent 48105 8d15b1369c7a
child 49347 edb65305d3ac
--- a/src/hotspot/share/gc/g1/satbMarkQueue.cpp	Fri Feb 16 12:18:09 2018 +0100
+++ b/src/hotspot/share/gc/g1/satbMarkQueue.cpp	Fri Feb 16 12:18:09 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -40,7 +40,8 @@
   // them with their active field set to false. If a thread is
   // 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 JavaThread::initialize_queues().
+  // field to true. This is done in G1SATBCardTableLoggingModRefBS::
+  // on_thread_attach().
   PtrQueue(qset, permanent, false /* active */)
 { }