-
Enhancement
-
Resolution: Unresolved
-
P4
-
9
When copying chunks of references to the global mark stack, g1 first collects them in a local array, and then copies them over to the global mark stack.
The same in reverse during fetching items from the global mark stack.
This is an additional additional copy of the references both ways. Remove the need for the additional copy.
The same in reverse during fetching items from the global mark stack.
This is an additional additional copy of the references both ways. Remove the need for the additional copy.
- relates to
-
JDK-8159422 Very high Concurrent Mark mark stack contention
- Resolved