RFR: 8322927: Unused code in LIR_Assembler::verify_oop_map
Christian Hagedorn
chagedorn at openjdk.org
Wed Feb 7 10:23:52 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 and trivial.
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17721#pullrequestreview-1867440376
More information about the hotspot-compiler-dev
mailing list