RFR: 8322927: Unused code in LIR_Assembler::verify_oop_map
Tobias Holenstein
tholenstein at openjdk.org
Wed Feb 7 10:04:55 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).
Looks good to me
-------------
Marked as reviewed by tholenstein (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17721#pullrequestreview-1867401065
More information about the hotspot-compiler-dev
mailing list