diff src/share/vm/memory/metaspaceShared.cpp @ 20649:3375833a603e

8064375: Change certain errors to warnings in CDS output. Summary: Change CDS non-fatal preloading errors to warnings. Reviewed-by: minqi, mseledtsov, coleenp
author jiangli
date Mon, 10 Nov 2014 19:28:51 -0500
parents 4cb90023bf2b
children 0558eb13dcf3
line wrap: on
line diff
--- a/src/share/vm/memory/metaspaceShared.cpp	Wed Nov 12 13:12:35 2014 -0500
+++ b/src/share/vm/memory/metaspaceShared.cpp	Mon Nov 10 19:28:51 2014 -0500
@@ -851,7 +851,7 @@
     ik->link_class(THREAD);
     if (HAS_PENDING_EXCEPTION) {
       ResourceMark rm;
-      tty->print_cr("Preload Error: Verification failed for %s",
+      tty->print_cr("Preload Warning: Verification failed for %s",
                     ik->external_name());
       CLEAR_PENDING_EXCEPTION;
       ik->set_in_error_state();