src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
changeset 54923 23837d614c17
parent 54843 25c329958c70
child 54934 39814e0a8964
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp	Fri May 17 12:06:03 2019 +0200
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp	Fri May 17 12:33:37 2019 +0200
@@ -296,7 +296,7 @@
 inline void G1CollectedHeap::set_humongous_is_live(oop obj) {
   uint region = addr_to_region((HeapWord*)obj);
   // Clear the flag in the humongous_reclaim_candidates table.  Also
-  // reset the entry in the _in_cset_fast_test table so that subsequent references
+  // reset the entry in the region attribute table so that subsequent references
   // to the same humongous object do not go into the slow path again.
   // This is racy, as multiple threads may at the same time enter here, but this
   // is benign.