Hi Joe, On Feb 15, 2016, at 11:15 PM, joe darcy <joe.da...@oracle.com> wrote:
> On 2/15/2016 1:58 PM, Phil Race wrote: >> Assuming it works, this approach seems better. > > A slightly modified version of Brian's change does the trick. > > Patch below and updated webrev at > > http://cr.openjdk.java.net/~darcy/8148914.1/ Picayune remarks (line numbers refer to new version): 1. Line 121: Would prefer “tiff” to “tif” as the former is the format acronym and consistent with the other array elements. 2. Line 155: So a write failure appends to a log of failures on System.out as opposed to an actual test failure, or am I mistaken? Thanks, Brian