mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6764622: IdealGraphVisualizer fixes
Reviewed-by: rasbold, jrose
This commit is contained in:
parent
8537533873
commit
7bcfb5965d
36 changed files with 331 additions and 207 deletions
|
@ -551,7 +551,7 @@ Compile::Compile( ciEnv* ci_env, C2Compiler* compiler, ciMethod* target, int osr
|
|||
rethrow_exceptions(kit.transfer_exceptions_into_jvms());
|
||||
}
|
||||
|
||||
print_method("Before RemoveUseless");
|
||||
print_method("Before RemoveUseless", 3);
|
||||
|
||||
// Remove clutter produced by parsing.
|
||||
if (!failing()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue