-
Enhancement
-
Resolution: Fixed
-
P4
-
22
-
b15
`GCDrainStackTargetSize` is a flag used only by Parallel and G1 to control #entries on the stack for work-stealing. Depending on the particular value, it's possible that the cmdline value is silently ignored, which can be surprising.
A simple workaround is to shrink the accepted range -- leaving too many entries on the stack is undesirable.
A simple workaround is to shrink the accepted range -- leaving too many entries on the stack is undesirable.
- duplicates
-
JDK-8315450 G1: Remove redundant adjustment to GCDrainStackTargetSize
- Closed