RFR: JDK-8302335: IGV: Bytecode not showing [v2]
Xin Liu
xliu at openjdk.org
Wed Feb 15 18:15:42 UTC 2023
On Wed, 15 Feb 2023 15:35:49 GMT, Tobias Holenstein <tholenstein at openjdk.org> wrote:
> 0 bci: 1 VirtualCallData count(5119) nonprofiled_count(0) entries(0)
Those are methoddata. Should we add a leading character such as '#' to distinct them from real bytecode? I believe that would simplify matching logic in IGV.
-------------
PR: https://git.openjdk.org/jdk/pull/12537
More information about the hotspot-compiler-dev
mailing list