< prev index next >

hotspot/src/share/vm/classfile/dictionary.cpp

Print this page
rev 6905 : 8064375: Change certain errors to warnings in CDS output.
Summary: Change CDS non-fatal preloading errors to warnings.
Reviewed-by: minqi, mseledtsov, coleenp

@@ -221,11 +221,11 @@
         if (probe == _current_class_entry) {
           _current_class_entry = NULL;
         }
         free_entry(probe);
         ResourceMark rm;
-        tty->print_cr("Removed error class: %s", ik->external_name());
+        tty->print_cr("Preload Warning: Removed error class: %s", ik->external_name());
         continue;
       }
 
       p = probe->next_addr();
     }
< prev index next >