[lworld] Integrated: 8373510: [lworld] Remove dead code in ConstantPool::klass_at_impl()
Thomas Schatzl
tschatzl at openjdk.org
Thu Dec 18 12:09:10 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
This pull request has now been integrated.
Changeset: cd7c36e7
Author: Thomas Schatzl <tschatzl at openjdk.org>
Committer: David Simms <dsimms at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/cd7c36e72da82c55050d0087b053a4b131f5bd00
Stats: 25 lines in 1 file changed: 1 ins; 19 del; 5 mod
8373510: [lworld] Remove dead code in ConstantPool::klass_at_impl()
Reviewed-by: fparain, stefank
-------------
PR: https://git.openjdk.org/valhalla/pull/1788
More information about the valhalla-dev
mailing list