diff -r 821c80d31b43 -r 12f312d694cd hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp --- a/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp Wed May 06 11:04:44 2015 +0200 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp Wed Apr 29 15:12:33 2015 +0300 @@ -979,7 +979,7 @@ void set_refine_cte_cl_concurrency(bool concurrent); - RefToScanQueue *task_queue(int i) const; + RefToScanQueue *task_queue(uint i) const; // A set of cards where updates happened during the GC DirtyCardQueueSet& dirty_card_queue_set() { return _dirty_card_queue_set; }