mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8264842: IGV: different nodes sharing idx are treated as equal
Introduce IGV-specific node identifier and encapsulate it in IGV by showing a configurable 'short node text' string instead. Reviewed-by: iveresov, kvn
This commit is contained in:
parent
95f0fd6c4d
commit
b3a319c834
19 changed files with 182 additions and 107 deletions
|
@ -553,6 +553,7 @@ Compile::Compile( ciEnv* ci_env, ciMethod* target, int osr_bci,
|
|||
_do_cleanup(false),
|
||||
_has_reserved_stack_access(target->has_reserved_stack_access()),
|
||||
#ifndef PRODUCT
|
||||
_igv_idx(0),
|
||||
_trace_opto_output(directive->TraceOptoOutputOption),
|
||||
_print_ideal(directive->PrintIdealOption),
|
||||
#endif
|
||||
|
@ -859,6 +860,7 @@ Compile::Compile( ciEnv* ci_env,
|
|||
_inlining_incrementally(false),
|
||||
_has_reserved_stack_access(false),
|
||||
#ifndef PRODUCT
|
||||
_igv_idx(0),
|
||||
_trace_opto_output(directive->TraceOptoOutputOption),
|
||||
_print_ideal(directive->PrintIdealOption),
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue