Since there are a lot of nodes during parsing, it would be nice to know what are the current nodes in the local slots or in the stack when looking at a graph.
jio_snprintf(buffer, sizeof(buffer), "Bytecode %d: %s, map: %d", bci(), Bytecodes::name(bc()), map() == nullptr ? -1 : map()->_idx);
jio_snprintf(buffer, sizeof(buffer), "Bytecode %d: %s, map: %d", bci(), Bytecodes::name(bc()), map() == nullptr ? -1 : map()->_idx);
- relates to
-
JDK-8370569 IGV: dump more graph properties at bytecode parsing
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/6df01178
-
Review(master)
openjdk/jdk/27083