JDK-8202693 : SA: clhsdb printall only displays the base bytecode for iload
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: svc-agent
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2018-05-07
  • Updated: 2020-03-11
  • Resolved: 2020-03-11
Related Reports
Relates :  
Description
clhsdb 'printall' only displays the base bytecode (iload) for fast_iload and nofast_iload bytecodes. 
Comments
Unclear if only iload is not showing fast/nofast info, or all bytecodes with fast/nofast variants have this problem. If anyone is interested in looking into this, it appears that src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/BytecodeDisassembler.java is the starting point. Closing as WNF for now.
11-03-2020