< prev index next >

src/hotspot/share/gc/shared/referenceProcessor.hpp

Print this page
rev 50051 : imported patch 8201491-precleaning
rev 50052 : imported patch 8201491-kbarrett-review
rev 50054 : imported patch 8202780-remove-enqueuetask-code
rev 50055 : imported patch 8202781-fix-typo-in-DiscoveredListIterator-complete_enqeue

@@ -145,11 +145,11 @@
 
   // Do enqueuing work, i.e. notifying the GC about the changed discovered pointers.
   void enqueue();
 
   // Move enqueued references to the reference pending list.
-  void complete_enqeue();
+  void complete_enqueue();
 
   // NULL out referent pointer.
   void clear_referent();
 
   // Statistics
< prev index next >