RFR: 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).
Thank you for your reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17721#issuecomment-1935328880
More information about the hotspot-compiler-dev
mailing list