--- old/src/share/vm/gc_implementation/g1/g1RemSet.hpp 2014-09-23 09:51:13.665148119 -0700 +++ new/src/share/vm/gc_implementation/g1/g1RemSet.hpp 2014-09-23 09:51:13.585148120 -0700 @@ -119,7 +119,7 @@ // Record, if necessary, the fact that *p (where "p" is in region "from", // which is required to be non-NULL) has changed to a new non-NULL value. template void write_ref(HeapRegion* from, T* p); - template void par_write_ref(HeapRegion* from, T* p, int tid); + template void par_write_ref(HeapRegion* from, T* p, uint tid); // Requires "region_bm" and "card_bm" to be bitmaps with 1 bit per region // or card, respectively, such that a region or card with a corresponding