RFR: 8253757: Add LLVM-based backend for hsdis [v6]

Ludovic Henry luhenry at openjdk.java.net
Thu Oct 1 14:34:22 UTC 2020


> When bringing up Hotspot onto new platforms, it is not always possible to compile hsdis because gcc is not yet
> available. For example, for Windows-AArch64 and macOS-AArch64.
> For some such platforms, it is possible to use LLVM as an alternative backend as it also supports a disassembler
> feature.

Ludovic Henry has updated the pull request incrementally with one additional commit since the last revision:

  Match assembly notation with gcc

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/392/files
  - new: https://git.openjdk.java.net/jdk/pull/392/files/2a1c724c..84c63455

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=392&range=05
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=392&range=04-05

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/392.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/392/head:pull/392

PR: https://git.openjdk.java.net/jdk/pull/392


More information about the hotspot-dev mailing list