From aharmaz at openjdk.org Fri Nov 7 14:05:10 2025 From: aharmaz at openjdk.org (Aymane Harmaz) Date: Fri, 7 Nov 2025 14:05:10 GMT Subject: RFR: 8469: Should make rules and page heading accessible through keyboard in JFR overview page Message-ID: This PR makes it possible to reach JFR result pages and expand / collapse rule text on the JFR result overview using keyboard enter and tab keys. focused-rule expanded-rule-using-enter-key ------------- Commit messages: - 8469: Should make rules and page heading accessible through keyboard in JFR overview page Changes: https://git.openjdk.org/jmc/pull/683/files Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=683&range=00 Issue: https://bugs.openjdk.org/browse/JMC-8469 Stats: 17 lines in 3 files changed: 15 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jmc/pull/683.diff Fetch: git fetch https://git.openjdk.org/jmc.git pull/683/head:pull/683 PR: https://git.openjdk.org/jmc/pull/683 From aharmaz at openjdk.org Mon Nov 10 08:58:55 2025 From: aharmaz at openjdk.org (Aymane Harmaz) Date: Mon, 10 Nov 2025 08:58:55 GMT Subject: RFR: 8470: Unresolved placeholders shown in JFR result overview's table mode Message-ID: This PR populates the summary, explanation, and solution fields of a rule displayed in the result overview table with the actual evaluated values. The following screenshots show the state before and after the change. unmapped-placeholders resolved placeholders ------------- Commit messages: - 8470: Unresolved placeholders shown in JFR result overview's table mode Changes: https://git.openjdk.org/jmc/pull/684/files Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=684&range=00 Issue: https://bugs.openjdk.org/browse/JMC-8470 Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod Patch: https://git.openjdk.org/jmc/pull/684.diff Fetch: git fetch https://git.openjdk.org/jmc.git pull/684/head:pull/684 PR: https://git.openjdk.org/jmc/pull/684 From aharmaz at openjdk.org Wed Nov 12 09:42:55 2025 From: aharmaz at openjdk.org (Aymane Harmaz) Date: Wed, 12 Nov 2025 09:42:55 GMT Subject: RFR: 8335: Duplicate values in tooltip for RSS and RSS (Peak) in memory tab Message-ID: This PR makes sure, we do not add attributes twice to the same renderer on the memory page The issue : - The supplier used for merging events was having a side effect (calls to methods adding attributes to the same renderer) - The supplier was consumed twice leading to the side effect being executed twice and that is mainly what causes the tooltip to contain duplicated attributes on the memory page The following screenshots respectively show the tooltips before and after the change tooltip-before tooltip-fixed ------------- Commit messages: - 8335: Duplicate values in tooltip for RSS and RSS (Peak) in memory tab Changes: https://git.openjdk.org/jmc/pull/685/files Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=685&range=00 Issue: https://bugs.openjdk.org/browse/JMC-8335 Stats: 6 lines in 1 file changed: 4 ins; 1 del; 1 mod Patch: https://git.openjdk.org/jmc/pull/685.diff Fetch: git fetch https://git.openjdk.org/jmc.git pull/685/head:pull/685 PR: https://git.openjdk.org/jmc/pull/685