Skip to content

Commit aeba925

Browse files
committedNov 20, 2020
8256416: ZGC: Lower ZMarkCompleteTimeout
Reviewed-by: ayang, eosterlund
1 parent 10ba541 commit aeba925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/share/gc/z/zGlobals.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ const size_t ZMarkProactiveFlushMax = 10;
153153
const size_t ZMarkTerminateFlushMax = 3;
154154

155155
// Try complete mark timeout
156-
const uint64_t ZMarkCompleteTimeout = 1000; // us
156+
const uint64_t ZMarkCompleteTimeout = 200; // us
157157

158158
#endif // SHARE_GC_Z_ZGLOBALS_HPP

0 commit comments

Comments
 (0)