[jdk11u-dev] Integrated: 8243210: ClhsdbScanOops fails with NullPointerException in FileMapHeader.inCopiedVtableSpace

Thomas Stuefe stuefe at openjdk.org
Mon Aug 7 18:16:55 UTC 2023


On Fri, 4 Aug 2023 15:09:49 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> We see this exact problem at customers, and the fix is trivial and no-risk, so lets get this fixed.
> 
> Unclean backport.
> 
> Differences:
> 
> - `src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/FileMapInfo.java` had been rewritten for `8263002: Remove CDS MiscCode region` but it does not affect the effectiveness of this patch.
> 
> - `test/hotspot/jtreg/ProblemList.txt`: the original patch re-includes the formerly excluded test `serviceability/sa/ClhsdbScanOops.java` for macos. That exclusion did not exist in 11, so I left the hunk out.
> 
> Tests:
> 
> I manually tested `serviceability/sa/ClhsdbScanOops.java` on Linux x64, seems fine.

This pull request has now been integrated.

Changeset: 9d15f3e6
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/9d15f3e6537bf7a5ba081b2a6b7339a601ab7ba5
Stats:     3 lines in 1 file changed: 3 ins; 0 del; 0 mod

8243210: ClhsdbScanOops fails with NullPointerException in FileMapHeader.inCopiedVtableSpace

Reviewed-by: clanger
Backport-of: 7f634155b5c4b9f07ab73ceb4c6042ac10dad65e

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/2066


More information about the jdk-updates-dev mailing list