On Thu, 11 Dec 2025 16:45:22 GMT, Thomas Schatzl <[email protected]> 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 <[email protected]> Committer: David Simms <[email protected]> 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
