[lworld] RFR: 8373510: [lworld] Remove dead code in ConstantPool::klass_at_impl()
duke
duke at openjdk.org
Thu Dec 18 08:58:49 UTC 2025
On Thu, 11 Dec 2025 16:45:22 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this removal of dead code in `ConstantPool::klass_at_impl`. The first is about the local `inline_type_signature` that is never written to after initialization, and the default value just disables some code, the other is an `else if` condition that is subsumed by the previous `if`.
>
> Testing: local compilation,:hotspot_valhalla does not show additional failures
>
> Thanks,
> Thomas
@tschatzl
Your change (at version 894645d99264c39c87212c199001a154482235fd) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/valhalla/pull/1788#issuecomment-3669173516
More information about the valhalla-dev
mailing list