mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
6407976: GC worker number should be unsigned
Reviewed-by: jwilhelm, tschatzl
This commit is contained in:
parent
4ff6849791
commit
19e80a1f8f
16 changed files with 91 additions and 95 deletions
|
@ -115,7 +115,7 @@ public:
|
|||
uint worker_i);
|
||||
|
||||
// Inform the root processor about the number of worker threads
|
||||
void set_num_workers(int active_workers);
|
||||
void set_num_workers(uint active_workers);
|
||||
};
|
||||
|
||||
#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1ROOTPROCESSOR_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue