From duke at openjdk.org Tue Jan 9 07:52:01 2024 From: duke at openjdk.org (duke) Date: Tue, 9 Jan 2024 07:52:01 GMT Subject: Withdrawn: CODETOOLS-7903176: Move LJV inside JOL In-Reply-To: References: Message-ID: On Tue, 3 May 2022 08:47:17 GMT, Ivan Ponomarev wrote: > This moves https://github.com/atp-mipt/ljv project inside JOL in order for LJV to get access to internal JOL's APIs. > > See blogposts about LJV [in Russian](https://habr.com/ru/post/599045/) / [in English](https://dzone.com/articles/what-can-we-learn-from-java-data-structures-visual). This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jol/pull/24 From shade at openjdk.org Thu Jan 25 13:28:05 2024 From: shade at openjdk.org (Aleksey Shipilev) Date: Thu, 25 Jan 2024 13:28:05 GMT Subject: RFR: 7903643: JOL: heapdump-duplicates does not print small array contents with non-power-of-2 sizes Message-ID: Clearly visible in reports: DUPS SIZE VALUE ------------------------------------------------------------------------------------------------ 5.955 390.219.240 byte[...] { 0, ..., 0 } 1.824 119.566.848 byte[...] { 0, ..., 0 } 1.666.703 40.000.872 byte[3] { } 1.269.514 30.468.336 byte[3] { } ------------- Commit messages: - Fix Changes: https://git.openjdk.org/jol/pull/56/files Webrev: https://webrevs.openjdk.org/?repo=jol&pr=56&range=00 Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903643 Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jol/pull/56.diff Fetch: git fetch https://git.openjdk.org/jol.git pull/56/head:pull/56 PR: https://git.openjdk.org/jol/pull/56 From duke at openjdk.org Thu Jan 25 13:49:58 2024 From: duke at openjdk.org (duke) Date: Thu, 25 Jan 2024 13:49:58 GMT Subject: git: openjdk/jol: 7903643: JOL: heapdump-duplicates does not print small array contents with non-power-of-2 sizes # Message-ID: Changeset: 2992aa42 Author: Aleksey Shipil?v Committer: GitHub Date: 2024-01-25 14:49:06 +0000 URL: https://git.openjdk.org/jol/commit/2992aa42d671358c61c3d1e3e2d5021348f31c6e 7903643: JOL: heapdump-duplicates does not print small array contents with non-power-of-2 sizes # ! jol-cli/src/main/java/org/openjdk/jol/operations/HeapDumpDuplicates.java From shade at openjdk.org Thu Jan 25 13:52:04 2024 From: shade at openjdk.org (Aleksey Shipilev) Date: Thu, 25 Jan 2024 13:52:04 GMT Subject: Withdrawn: 7903643: JOL: heapdump-duplicates does not print small array contents with non-power-of-2 sizes In-Reply-To: References: Message-ID: On Thu, 25 Jan 2024 13:24:41 GMT, Aleksey Shipilev wrote: > Clearly visible in reports: > > > DUPS SIZE VALUE > ------------------------------------------------------------------------------------------------ > 5.955 390.219.240 byte[...] { 0, ..., 0 } > 1.824 119.566.848 byte[...] { 0, ..., 0 } > 1.666.703 40.000.872 byte[3] { } > 1.269.514 30.468.336 byte[3] { } This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jol/pull/56