[jdk21u-dev] Integrated: 8322475: Extend printing for System.map
Andreas Steiner
asteiner at openjdk.org
Tue Apr 15 07:45:53 UTC 2025
On Wed, 9 Apr 2025 09:35:27 GMT, Andreas Steiner <asteiner at openjdk.org> wrote:
> This pull request contains a backport of commit [8aaec37a](https://github.com/openjdk/jdk/commit/8aaec37ace102b55ee1387cfd1967ec3ab662083) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit being backported was authored by Thomas Stuefe on 3 Jul 2024 and was reviewed by Severin Gehwolf and Johan Sjölen.
>
> Follow up change for https://bugs.openjdk.org/browse/JDK-8318636 as mentioned in https://github.com/openjdk/jdk21u-dev/pull/1415
>
> Resolved conflicts:
> src/hotspot/share/nmt/memMapPrinter.cpp
> - include order
>
> src/hotspot/share/runtime/java.cpp
> - Removed PrintMemoryMapAtExit as this was not backported to 21
>
> src/hotspot/share/services/diagnosticCommand.cpp
> - missing default_filename definition added for the changed SystemDumpMapDCmd
>
> src/hotspot/share/utilities/ostream.cpp
> - Removed print_raw as this was not backported to 21
> - didn't change the write method as base change JDK-8319318 was not 21
>
> test/hotspot/jtreg/serviceability/dcmd/vm/SystemMapTest.java
> - OutputAnalyzer in 21 is missing the convenience contains method
This pull request has now been integrated.
Changeset: fe1a91c4
Author: Andreas Steiner <asteiner at openjdk.org>
Committer: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/fe1a91c43bc65542b72d6c6a24c1333c075c9c44
Stats: 617 lines in 13 files changed: 426 ins; 104 del; 87 mod
8322475: Extend printing for System.map
Reviewed-by: stuefe
Backport-of: 8aaec37ace102b55ee1387cfd1967ec3ab662083
-------------
PR: https://git.openjdk.org/jdk21u-dev/pull/1619
More information about the jdk-updates-dev
mailing list