< prev index next >

src/share/vm/opto/gcm.cpp

Print this page

        

@@ -510,11 +510,11 @@
   // do not need anti-dependence edges.
   int load_alias_idx = C->get_alias_index(load->adr_type());
 #ifdef ASSERT
   if (load_alias_idx == Compile::AliasIdxBot && C->AliasLevel() > 0 &&
       (PrintOpto || VerifyAliases ||
-       PrintMiscellaneous && (WizardMode || Verbose))) {
+       (PrintMiscellaneous && (WizardMode || Verbose)))) {
     // Load nodes should not consume all of memory.
     // Reporting a bottom type indicates a bug in adlc.
     // If some particular type of node validly consumes all of memory,
     // sharpen the preceding "if" to exclude it, so we can catch bugs here.
     tty->print_cr("*** Possible Anti-Dependence Bug:  Load consumes all of memory.");
< prev index next >