On Mon, 8 Jun 2026 15:31:01 GMT, Ilya Gavrilin <[email protected]> wrote:

> This small change enables support for the with-hsdis=capstone option for the 
> RISC-V target. 
> It could be done because libcapstone is available in apt repositories.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

make/Hsdis.gmk line 47:

> 45:     CAPSTONE_ARCH := CS_ARCH_$(CAPSTONE_ARCH_AARCH64_NAME)
> 46:     CAPSTONE_MODE := CS_MODE_ARM
> 47:   else ifeq ($(call isTargetCpuArch, arm), true)

Should we update the copyright year.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31424#discussion_r3377194142

Reply via email to