Fixed 6806226: Signed integer overflow in growable array code causes JVM crash Workaround the overflow by doing the intermediate calculations in an unsigned variable. The full fix is being worked under 6731418. http://cr.openjdk.java.net/~jmasa/6806226/webrev.00/