mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8064375: Change certain errors to warnings in CDS output
Change CDS non-fatal preloading errors to warnings. Reviewed-by: minqi, mseledtsov, coleenp
This commit is contained in:
parent
7a414a2c7d
commit
4f4c4bbd5c
3 changed files with 3 additions and 3 deletions
|
@ -1120,7 +1120,7 @@ instanceKlassHandle ClassLoader::load_classfile(Symbol* h_name, TRAPS) {
|
|||
h = context.record_result(classpath_index, e, result, THREAD);
|
||||
} else {
|
||||
if (DumpSharedSpaces) {
|
||||
tty->print_cr("Preload Error: Cannot find %s", class_name);
|
||||
tty->print_cr("Preload Warning: Cannot find %s", class_name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue