RFR: 8315038: Capstone disassembler stops when it sees a bad instruction [v2]
Andrew Haley
aph at openjdk.org
Mon Sep 18 10:18:05 UTC 2023
> At present, the Capstone disassembler stops whenever it encounters an undefined instruction. We really need it not to do that, because we use undefined instructions in JIT-generated code for many things.
>
> The fix is described here:
> https://www.capstone-engine.org/skipdata.html
Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
Comment text
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15763/files
- new: https://git.openjdk.org/jdk/pull/15763/files/0d082ed1..88829d91
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15763&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15763&range=00-01
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/15763.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15763/head:pull/15763
PR: https://git.openjdk.org/jdk/pull/15763
More information about the build-dev
mailing list