Request for Review (xs): 8151101 (original) (raw)
Request for Review (xs): 8151101 - Improve UseParallelGC parallelization of object array processing
Thomas Schatzl thomas.schatzl at oracle.com
Thu Mar 3 19:03:22 UTC 2016
- Previous message (by thread): Request for Review (xs): 8151101 - Improve UseParallelGC parallelization of object array processing
- Next message (by thread): Request for Review (xs): 8151101 - Improve UseParallelGC parallelization of object array processing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
On Thu, 2016-03-03 at 10:50 -0800, Jon Masamitsu wrote:
This is a contribution from richard.reingruber at sap.com
When long object arrays are processed, a GC worker will take the front of the array to process and push the remained of the array onto a stack to make it available to other GC workers. The current code does "process my part of array" and then "push the remainder". This changes that to "push remainder" and then "process my part of array".
looks good to me.
Thomas
- Previous message (by thread): Request for Review (xs): 8151101 - Improve UseParallelGC parallelization of object array processing
- Next message (by thread): Request for Review (xs): 8151101 - Improve UseParallelGC parallelization of object array processing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]