Yudi Zheng
Yudi Zheng
See description in https://github.com/capstone-engine/capstone/issues/2258
`cstool/cstool -d -s x64 "62 f1 76 08 c2 c9 03"` may yield different results: ``` op_count: 3 operands[0].type: REG = k1 operands[0].size: 2 operands[1].type: REG = xmm1 operands[1].size: 16...
This PR removes allocation routines that may throw exception from JVMCIRuntime. It also exports various symbols related to the hashed secondary supers table. --------- ### Progress - [x] Change must...