8256416: ZGC: Lower ZMarkCompleteTimeout

Reviewed-by: ayang, eosterlund
This commit is contained in:
Per Liden 2020-11-20 12:36:42 +00:00
parent 10ba541846
commit aeba9259b2

View File

@ -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