git: openjdk/jdk: master: 8377797: Remove SA support for MethodData and the printmdo command

Coleen Phillimore coleenp at openjdk.org
Thu Feb 19 17:42:45 UTC 2026


Changeset: 82fe8b9c
Branch: master
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2026-02-19 17:39:38 +0000
URL:       https://git.openjdk.org/jdk/commit/82fe8b9cd0f2985327a4bd6efcaef539b751f667

8377797: Remove SA support for MethodData and the printmdo command

Reviewed-by: kevinw, ysuenaga, cjplummer, kvn

! src/hotspot/share/runtime/vmStructs.cpp
! src/jdk.hotspot.agent/doc/clhsdb.html
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/CommandProcessor.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ArgInfoData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ArrayData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/BitData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/BranchData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/CallTypeData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/CallTypeDataInterface.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/CounterData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/DataLayout.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/JumpData.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Metadata.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Method.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/MethodData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/MethodDataInterface.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/MultiBranchData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ParametersTypeData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ProfileData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ReceiverTypeData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/RetData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ReturnTypeEntry.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/SpeculativeTrapData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/TypeEntries.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/TypeEntriesAtCall.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/TypeStackSlotEntries.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/VirtualCallData.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/VirtualCallTypeData.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java
- test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java



More information about the jdk-changes mailing list