+1 with a caveat:
The boolean "flipBytes" would be better named "flipBits"
as it then sends one's understanding in the right direction a bit more
quickly.
You can do that before pushing.
-phil.
On 11/04/2016 02:36 PM, Brian Burkhalter wrote:
Please review at your convenience.
Issue: https://bugs.openjdk.java.net/browse/JDK-8154093
Patch: http://cr.openjdk.java.net/~bpb/8154093/webrev.00/
The problem was that the decompressor was ignoring the setting of the FillOrder
field which was in this case set to the non-default value of right-to-left,
i.e., lsb-to-msb.
Thanks,
Brian