Integrated: 7903652: JOL: Fix empty arrays visualization in LJV
Ivan Ponomarev
duke at openjdk.org
Wed Feb 7 10:57:09 UTC 2024
On Tue, 6 Feb 2024 08:51:38 GMT, Ivan Ponomarev <duke at openjdk.org> wrote:
> Currently, visualization of an empty array produces invalid DOT (see https://github.com/atp-mipt/ljv/issues/28)
>
> The solution proposed is as discussed in that issue in 2021 (we now show array component type as well, also treating primitive types and "multidimensional" arrays correctly, that is `int[]`, `int[][]` etc).
>
> This PR also changes the expected version of Java for LJV approval tests from 11 to 8 in order to simplify development of LJV as a part of JOL.
This pull request has now been integrated.
Changeset: faefa00a
Author: Ivan Ponomarev <iponomarev at mail.ru>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jol/commit/faefa00ad094205e83fbbd97a300e93766627059
Stats: 196 lines in 25 files changed: 72 ins; 34 del; 90 mod
7903652: JOL: Fix empty arrays visualization in LJV
Reviewed-by: shade
-------------
PR: https://git.openjdk.org/jol/pull/57
More information about the jol-dev
mailing list