< prev index next >

src/share/vm/gc_implementation/g1/g1RootProcessor.hpp

Print this page
rev 8068 : 6407976: GC worker number should be unsigned
Reviewed-by: jwilhelm

*** 113,121 **** void scan_remembered_sets(G1ParPushHeapRSClosure* scan_rs, OopClosure* scan_non_heap_weak_roots, uint worker_i); // Inform the root processor about the number of worker threads ! void set_num_workers(int active_workers); }; #endif // SHARE_VM_GC_IMPLEMENTATION_G1_ROOTPROCESSOR_HPP --- 113,121 ---- void scan_remembered_sets(G1ParPushHeapRSClosure* scan_rs, OopClosure* scan_non_heap_weak_roots, uint worker_i); // Inform the root processor about the number of worker threads ! void set_num_workers(uint active_workers); }; #endif // SHARE_VM_GC_IMPLEMENTATION_G1_ROOTPROCESSOR_HPP
< prev index next >