Integrated: 8319957: PhaseOutput::code_size is unused and should be removed

Sonia Zaldana Calles szaldana at openjdk.org
Tue May 7 16:02:57 UTC 2024


On Fri, 26 Apr 2024 17:31:45 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:

> Hi all, 
> 
> This PR removes the unused ```PhaseOutput::code_size / method_size```.
> 
> These were moved over from ```src/hotspot/share/opto/compile.hpp``` in the refactor from [8240363](https://bugs.openjdk.org/browse/JDK-8240363). Here's the git link for reference https://github.com/openjdk/jdk/commit/21cd75cb98f658639df14632680e9c5e58f11faa.
> 
> I also checked whether there were any usages prior to the refactor and couldn’t find anything so I think it’s safe to remove it. 
> 
> Thanks, 
> Sonia

This pull request has now been integrated.

Changeset: 524aaad9
Author:    Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/524aaad98317b1a50453e5a9a44922f481fb3b1e
Stats:     3 lines in 2 files changed: 0 ins; 3 del; 0 mod

8319957: PhaseOutput::code_size is unused and should be removed

Reviewed-by: thartmann, chagedorn

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

PR: https://git.openjdk.org/jdk/pull/18981


More information about the hotspot-compiler-dev mailing list