RFR JDK-8191948 : jdb error: InvalidTypeException: Can't assign double[][][] to double[][][]
Daniil Titov
daniil.x.titov at oracle.com
Thu Jul 12 05:23:18 UTC 2018
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
More information about the serviceability-dev
mailing list