-
Enhancement
-
Resolution: Unresolved
-
P4
-
14
-
Fix Understood
-
generic
-
generic
When there is no disassembler library (hsdis*.so) available, the VM will print an abstract disassembly (basically a hex dump) when requested to print a piece of code.
This enhancement will enable the VM to read the output files from a previous run, detect abstract disassembly sections, and replace those sections with a "real" disassembly.
This enhancement supplementsJDK-8213084.
This enhancement will enable the VM to read the output files from a previous run, detect abstract disassembly sections, and replace those sections with a "real" disassembly.
This enhancement supplements