mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-07 04:05:17 +00:00
8256416: ZGC: Lower ZMarkCompleteTimeout
Reviewed-by: ayang, eosterlund
This commit is contained in:
parent
10ba541846
commit
aeba9259b2
@ -153,6 +153,6 @@ const size_t ZMarkProactiveFlushMax = 10;
|
||||
const size_t ZMarkTerminateFlushMax = 3;
|
||||
|
||||
// Try complete mark timeout
|
||||
const uint64_t ZMarkCompleteTimeout = 1000; // us
|
||||
const uint64_t ZMarkCompleteTimeout = 200; // us
|
||||
|
||||
#endif // SHARE_GC_Z_ZGLOBALS_HPP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user