Skip to content

Commit 22f0916

Browse files
committed
8253938: ZGC: Clean up argument names after JDK-8253030
Reviewed-by: tschatzl, ayang
1 parent 7778047 commit 22f0916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/share/gc/z/zMark.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ class ZMark {
9595
void work_with_timeout(ZMarkCache* cache,
9696
ZMarkStripe* stripe,
9797
ZMarkThreadLocalStacks* stacks,
98-
uint64_t timeout_in_millis);
99-
void work(uint64_t timeout_in_millis);
98+
uint64_t timeout_in_micros);
99+
void work(uint64_t timeout_in_micros);
100100

101101
void verify_all_stacks_empty() const;
102102

0 commit comments

Comments
 (0)