hotspot/src/share/vm/gc/g1/g1ParScanThreadState.hpp
changeset 33224 bc5da96c1f0e
parent 33213 b937f634f56e
child 34131 d5fc001452bb
--- a/hotspot/src/share/vm/gc/g1/g1ParScanThreadState.hpp	Fri Oct 16 00:01:49 2015 +0000
+++ b/hotspot/src/share/vm/gc/g1/g1ParScanThreadState.hpp	Thu Oct 15 10:10:13 2015 -0400
@@ -98,7 +98,7 @@
 
   template <class T> void push_on_queue(T* ref);
 
-  template <class T> void update_rs(HeapRegion* from, T* p, uint tid) {
+  template <class T> void update_rs(HeapRegion* from, T* p) {
     // If the new value of the field points to the same region or
     // is the to-space, we don't need to include it in the Rset updates.
     if (!from->is_in_reserved(oopDesc::load_decode_heap_oop(p)) && !from->is_survivor()) {