hotspot/src/share/vm/opto/reg_split.cpp
changeset 36797 5fda2abf35bb
parent 34194 213af0859e7e
child 37248 11a660dbbb8e
--- a/hotspot/src/share/vm/opto/reg_split.cpp	Wed Mar 16 10:45:43 2016 +0100
+++ b/hotspot/src/share/vm/opto/reg_split.cpp	Thu Mar 17 09:41:46 2016 +0100
@@ -287,7 +287,7 @@
 Node* clone_node(Node* def, Block *b, Compile* C) {
   if (def->needs_anti_dependence_check()) {
 #ifdef ASSERT
-    if (Verbose) {
+    if (PrintOpto && WizardMode) {
       tty->print_cr("RA attempts to clone node with anti_dependence:");
       def->dump(-1); tty->cr();
       tty->print_cr("into block:");