RFR: 8315488: SA ciReplay support is no longer up-to-date with hotspot ciReplay support [v4]

Coleen Phillimore coleenp at openjdk.org
Fri Feb 28 15:59:09 UTC 2025


On Thu, 27 Feb 2025 18:06:19 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> This change removes the ci, c1 and c2 compiler code from the serviceability agent.  The ciReplay functionality is supported inside the jvm and this duplicated functionality in SA had bit rotted so is removed.
>> Tested with tier1-4.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   More friends.

Thanks for looking at the change Chris and Vladimir.

With this change, we can further remove these VM_STRUCTS macros like declare_c1_type, declare_c1_toplevel_type, etc.  It makes for a bigger change, but only more lines and more tedious.

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

PR Review: https://git.openjdk.org/jdk/pull/23782#pullrequestreview-2651124547


More information about the serviceability-dev mailing list