RFR JDK-8191948 : jdb error: InvalidTypeException: Can't assign double[][][] to double[][][]
Alex Menkov
alexey.menkov at oracle.com
Thu Jul 12 18:21:55 UTC 2018
+1
--alex
On 07/11/2018 22:26, serguei.spitsyn at oracle.com wrote:
> 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