> On 18 Jun 2020, at 14:56, Roger Riggs <[email protected]> wrote: > > Hi Chris, > > It may be prudent to check that the current value in the byte array is the > one you expect > before changing it. > That would help catch tests if something else changes the contents of the > stream.
Good idea Roger. Done. https://cr.openjdk.java.net/~chegar/8247789/webrev.01/ -Chris.
