Looks fine. On Jun 11 2013, at 03:12 , Paul Sandoz wrote:
> Hi > > Please review the following patch: > > http://cr.openjdk.java.net/~psandoz/tl/JDK-8016308-Node/webrev/ > > This syncs up java.util.stream.Node/Nodes from the lambda repo to the tl > repo. The main changes are related to reducing the code for primitive > specializations. There are some temporary functions added to > SliceOps.SliceTask, and changes to SliceOps, specifically to improve out of > memory issues with infinite or large streams, will follow later on (which > incidentally will also use the Node.truncate methods). > > This patch is based off the following patch that was previously sent out for > review: > > > http://cr.openjdk.java.net/~psandoz/tl/JDK-8016251-spinedBuffer-splitr/webrev/ > > Paul.