8253938: ZGC: Clean up argument names after JDK-8253030
Reviewed-by: tschatzl, ayang
This commit is contained in:
parent
777804759f
commit
22f091608d
@ -95,8 +95,8 @@ private:
|
||||
void work_with_timeout(ZMarkCache* cache,
|
||||
ZMarkStripe* stripe,
|
||||
ZMarkThreadLocalStacks* stacks,
|
||||
uint64_t timeout_in_millis);
|
||||
void work(uint64_t timeout_in_millis);
|
||||
uint64_t timeout_in_micros);
|
||||
void work(uint64_t timeout_in_micros);
|
||||
|
||||
void verify_all_stacks_empty() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user