RFR JDK-8191948 : jdb error: InvalidTypeException: Can't assign double[][][] to double[][][]
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Thu Jul 12 05:26:46 UTC 2018
Hi Daniil,
It looks good.
Thanks,
Serguei
On 7/11/18 22:23, Daniil Titov wrote:
> 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