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

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

Commit messages:
 - 8315038: Capstone disassembler stops when it sees a bad instruction

Changes: https://git.openjdk.org/jdk/pull/15763/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15763&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8315038
  Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 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

Reply via email to