comparison src/share/vm/classfile/classLoader.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 7848fc12602b
comparison
equal deleted inserted replaced
20648:10842d23f20a 20649:3375833a603e
1135 return h; 1135 return h;
1136 } 1136 }
1137 h = context.record_result(classpath_index, e, result, THREAD); 1137 h = context.record_result(classpath_index, e, result, THREAD);
1138 } else { 1138 } else {
1139 if (DumpSharedSpaces) { 1139 if (DumpSharedSpaces) {
1140 tty->print_cr("Preload Error: Cannot find %s", class_name); 1140 tty->print_cr("Preload Warning: Cannot find %s", class_name);
1141 } 1141 }
1142 } 1142 }
1143 1143
1144 return h; 1144 return h;
1145 } 1145 }