Please review the changes that fix jdb issue with evaluation of multidimensional arrays of primitives.
The problem here is that for N-dimensional arrays of the primitives with N greater then 2, JDI fails to find its component type (which is an array of dimension N-1) assuming that it is a boot type. Thanks! Issue: https://bugs.openjdk.java.net/browse/JDK-8191948 Webrev: http://cr.openjdk.java.net/~dtitov/8191948/webrev.01 Best regards, Daniil