Joe, > On 29 Mar 2020, at 20:03, Joe Darcy <joe.da...@oracle.com> wrote: > > Hi Stuart, > > Full webrev for review include including tests: > > http://cr.openjdk.java.net/~darcy/8241374.0/ > > and the companion CSR: > > https://bugs.openjdk.java.net/browse/JDK-8241805
Looks good to me. I do like the explanatory paragraph about the asymmetry in the range of two's complement integer values. An alternative, or addition, would be a link to JLS 4.2.1 - Integral Types and Values [1], which shows the asymmetry from a language perspective. -Chris. [1] https://docs.oracle.com/javase/specs/jls/se14/html/jls-4.html#jls-4.2.1