On Fri, 17 Sep 2021 08:38:09 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> Currently compiled `hsdis-riscv64.so` binary complains: > > > hsdis: bad native mach=architecture not set in Makefile!; please port hsdis > to this platform > > > It seems to be as simple as point to the right BFD arch. > > Additional testing: > - [x] Linux RISC-V port, `-XX:+PrintAssembly` works This pull request has now been integrated. Changeset: 240fa6ef Author: Aleksey Shipilev <sh...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/240fa6efa266bc9c9f269c6215aa9df469b6eaa8 Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod 8273927: Enable hsdis for riscv64 Reviewed-by: ihse ------------- PR: https://git.openjdk.java.net/jdk/pull/5558