On Tue, 7 Apr 2026 15:51:04 GMT, Kerem Kat <[email protected]> wrote:

> For example, `--with-print-assembly-options=intel` makes `-XX:+PrintAssembly` 
> emit Intel syntax for x86 by default. Value is forwarded verbatim and the 
> `PrintAssemblyOptions` flag overrides still win.

make/autoconf/lib-hsdis.m4 line 435:

> 433:     DEFAULT_PRINT_ASSEMBLY_OPTIONS=$with_print_assembly_options
> 434:   fi
> 435:   AC_SUBST(DEFAULT_PRINT_ASSEMBLY_OPTIONS)

I would recommend using `UTIL_ARG_WITH` for defining new configure options for 
uniform behavior.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30607#discussion_r3060727931

Reply via email to