Integrated: 8322927: Unused code in LIR_Assembler::verify_oop_map

Koichi Sakata ksakata at openjdk.org
Fri Feb 9 04:52:04 UTC 2024


On Tue, 6 Feb 2024 05:56:17 GMT, Koichi Sakata <ksakata at openjdk.org> wrote:

> This is a trivial change to remove unused code.
> 
> Methods like as_string() or freeze() are not called for the stringStream object, so these are unused code. The object was used before the SPARC port was removed (071bd521bca).

This pull request has now been integrated.

Changeset: b7976522
Author:    Koichi Sakata <ksakata at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b7976522094333c7a44caf6774d76000e5bc5709
Stats:     3 lines in 1 file changed: 0 ins; 2 del; 1 mod

8322927: Unused code in LIR_Assembler::verify_oop_map

Reviewed-by: tholenstein, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list