Integrated: 8319165: hsdis binutils: warns on empty string as option string
Robbin Ehn
rehn at openjdk.org
Mon Nov 6 05:51:18 UTC 2023
On Tue, 31 Oct 2023 13:05:44 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> Hi, please consider.
>
> insn_options[0] is set to empty string if there is no options (NULL or empty strings).
> Checking it for empty string should cover both cases, caller option is NULL or caller option is empty string.
>
> Tested hsdis no longer gives me the warning.
This pull request has now been integrated.
Changeset: c146685c
Author: Robbin Ehn <rehn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c146685ca9354ce4bf99c9b262119a4643df1e69
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
8319165: hsdis binutils: warns on empty string as option string
Reviewed-by: mli, jwilhelm, aph
-------------
PR: https://git.openjdk.org/jdk/pull/16433
More information about the hotspot-compiler-dev
mailing list