On Thu, 1 May 2025 18:52:22 GMT, Andrew Dinn <ad...@openjdk.org> wrote:
> @iklam We have seen this problem with Red Hat deployments in jdk24 as well as > jdk25-ea. > > I'm saying that mostly for information. However, I do have to ask: If this is > fixed for jdk25 is there any question of also fixing it in jdk24? I would be > content to receive a no answer -- a similar issue with patch that could be > backported from jdk26 -> jdk25 might be something to think about a bit more? Backporting this to jdk 24 would require a lot of effort. I think it might be easier to update CDSHeapVerifier to add more rules to filter out the false positives. CDSHeapVerifier is too conservative and reports error for things that are actually OK. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24956#issuecomment-2852698208