< prev index next >

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

Print this page
rev 49834 : [mq]: 8202021-cleanup-referenceprocessor
rev 49835 : [mq]: 8202021-stefanj-review

@@ -51,11 +51,11 @@
                                                OopClosure*        keep_alive,
                                                BoolObjectClosure* is_alive):
   _refs_list(refs_list),
   _prev_discovered_addr(refs_list.adr_head()),
   _prev_discovered(NULL),
-  _ref(refs_list.head()),
+  _current_discovered(refs_list.head()),
 #ifdef ASSERT
   _first_seen(refs_list.head()),
 #endif
 #ifndef PRODUCT
   _processed(0),
< prev index next >