Integrated: 8315038: Capstone disassembler stops when it sees a bad instruction
Andrew Haley
aph at openjdk.org
Tue Sep 19 09:19:49 UTC 2023
On Fri, 15 Sep 2023 14:22:48 GMT, Andrew Haley <aph at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: 670b4567
Author: Andrew Haley <aph at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/670b4567cf8229c9fd40c639a04dd1f1b7cfd551
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
8315038: Capstone disassembler stops when it sees a bad instruction
Reviewed-by: jvernee, shade
-------------
PR: https://git.openjdk.org/jdk/pull/15763
More information about the hotspot-compiler-dev
mailing list