commit | 423717c15682589ca34bb0b56114f4be19d0f85d | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Wed Jun 22 10:34:01 2016 +0200 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Wed Jun 22 10:34:01 2016 +0200 |
tree | 01fa2125493a013adaca41bc9fca2ba3e96a4bce | |
parent | 161976b05f1dfb05867e218794ee946f5c77d9d5 [diff] |
8152438: Threads may do significant work out of the non-shared overflow buffer Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss