src/hotspot/share/gc/g1/g1CollectedHeap.cpp
changeset 50416 ef980b9ac191
parent 50281 bc1336220671
child 50429 83aec1d357d4
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.cpp	Tue Jun 05 23:10:54 2018 +0530
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.cpp	Wed May 02 11:28:49 2018 -0400
@@ -3355,7 +3355,7 @@
       add_to_postponed_list(nm);
     }
 
-    // Mark that this thread has been cleaned/unloaded.
+    // Mark that this nmethod has been cleaned/unloaded.
     // After this call, it will be safe to ask if this nmethod was unloaded or not.
     nm->set_unloading_clock(CompiledMethod::global_unloading_clock());
   }