From hirt at openjdk.org Thu May 1 20:34:26 2025 From: hirt at openjdk.org (Marcus Hirt) Date: Thu, 1 May 2025 20:34:26 GMT Subject: RFR: 8392: Memory view on MacOS keeps reverting to aggregate trace list Message-ID: Annoying issue. ------------- Commit messages: - Tracking and making the future cancellable for model updates - 8392: Fixing listener effect race by having one listener Changes: https://git.openjdk.org/jmc/pull/647/files Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=647&range=00 Issue: https://bugs.openjdk.org/browse/JMC-8392 Stats: 23 lines in 2 files changed: 16 ins; 0 del; 7 mod Patch: https://git.openjdk.org/jmc/pull/647.diff Fetch: git fetch https://git.openjdk.org/jmc.git pull/647/head:pull/647 PR: https://git.openjdk.org/jmc/pull/647 From headius at openjdk.org Thu May 1 21:32:53 2025 From: headius at openjdk.org (Charles Nutter) Date: Thu, 1 May 2025 21:32:53 GMT Subject: RFR: 8392: Memory view on MacOS keeps reverting to aggregate trace list In-Reply-To: References: Message-ID: On Thu, 1 May 2025 20:29:43 GMT, Marcus Hirt wrote: > Annoying issue. Makes sense. ? ------------- PR Comment: https://git.openjdk.org/jmc/pull/647#issuecomment-2845823574 From schaturvedi at openjdk.org Sun May 4 09:23:29 2025 From: schaturvedi at openjdk.org (Suchita Chaturvedi) Date: Sun, 4 May 2025 09:23:29 GMT Subject: RFR: 8385: Upgrade hashing algorithm [v2] In-Reply-To: References: Message-ID: > Upgrading hashing algorithm as part of this PR. Suchita Chaturvedi has updated the pull request incrementally with one additional commit since the last revision: Updated the name of hashing algorithm ------------- Changes: - all: https://git.openjdk.org/jmc/pull/641/files - new: https://git.openjdk.org/jmc/pull/641/files/523db613..7f906dd8 Webrevs: - full: https://webrevs.openjdk.org/?repo=jmc&pr=641&range=01 - incr: https://webrevs.openjdk.org/?repo=jmc&pr=641&range=00-01 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jmc/pull/641.diff Fetch: git fetch https://git.openjdk.org/jmc.git pull/641/head:pull/641 PR: https://git.openjdk.org/jmc/pull/641 From schaturvedi at openjdk.org Sun May 4 10:02:50 2025 From: schaturvedi at openjdk.org (Suchita Chaturvedi) Date: Sun, 4 May 2025 10:02:50 GMT Subject: RFR: 8385: Upgrade hashing algorithm In-Reply-To: <2uKj5HitnFi0ZTtBnbzuqkepffw_bs_PS3RZjGYH8yU=.18d9f29d-b44f-4d92-b955-725ebe7004db@github.com> References: <2uKj5HitnFi0ZTtBnbzuqkepffw_bs_PS3RZjGYH8yU=.18d9f29d-b44f-4d92-b955-725ebe7004db@github.com> Message-ID: On Fri, 25 Apr 2025 16:45:44 GMT, Brice Dutheil wrote: > I lack context on this, but what about older HmacSHA1 backward compat. As per my understanding, this will be called on the initialization of UIPlugin. So when, user will install new version of JMC (i.e. 10) the algorithm will be initialized to latest one instead of the older one. The older passwords saved for previous release will anyways be null and void and will not be applicable for new release. Hence backward compatibility is not required here. ------------- PR Comment: https://git.openjdk.org/jmc/pull/641#issuecomment-2849120259 From vpurnam at openjdk.org Tue May 6 10:40:30 2025 From: vpurnam at openjdk.org (Virag Purnam) Date: Tue, 6 May 2025 10:40:30 GMT Subject: RFR: 8395: Thread ID is not properly visible on hover for Mac Message-ID: In MAC, thread ID is not visible when user hover on thread name. Disabled the text wrap to fix the issue. **Issue:** 8395_Bug **Fix:** 8395_Fix ------------- Commit messages: - 8395: Thread ID is not properly visible on hover for Mac Changes: https://git.openjdk.org/jmc/pull/648/files Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=648&range=00 Issue: https://bugs.openjdk.org/browse/JMC-8395 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jmc/pull/648.diff Fetch: git fetch https://git.openjdk.org/jmc.git pull/648/head:pull/648 PR: https://git.openjdk.org/jmc/pull/648 From hirt at openjdk.org Wed May 7 17:11:25 2025 From: hirt at openjdk.org (Marcus Hirt) Date: Wed, 7 May 2025 17:11:25 GMT Subject: RFR: 8395: Thread ID is not properly visible on hover for Mac In-Reply-To: References: Message-ID: On Tue, 6 May 2025 10:36:29 GMT, Virag Purnam wrote: > In MAC, thread ID is not visible when user hover on thread name. > Disabled the text wrap to fix the issue. > > **Issue:** > 8395_Bug > > **Fix:** > 8395_Fix Marked as reviewed by hirt (Lead). ------------- PR Review: https://git.openjdk.org/jmc/pull/648#pullrequestreview-2822558393 From vpurnam at openjdk.org Thu May 8 04:37:57 2025 From: vpurnam at openjdk.org (Virag Purnam) Date: Thu, 8 May 2025 04:37:57 GMT Subject: Integrated: 8395: Thread ID is not properly visible on hover for Mac In-Reply-To: References: Message-ID: On Tue, 6 May 2025 10:36:29 GMT, Virag Purnam wrote: > In MAC, thread ID is not visible when user hover on thread name. > Disabled the text wrap to fix the issue. > > **Issue:** > 8395_Bug > > **Fix:** > 8395_Fix This pull request has now been integrated. Changeset: 62574d87 Author: Virag Purnam URL: https://git.openjdk.org/jmc/commit/62574d874b7c30b8080c083aa1ac27441fa04241 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8395: Thread ID is not properly visible on hover for Mac Reviewed-by: hirt ------------- PR: https://git.openjdk.org/jmc/pull/648