8230385: [cds] No message is logged when shared image cannot be used due to mismatched configuration
Reviewed-by: stuefe, dholmes, ccheung
--- a/src/hotspot/share/runtime/arguments.cpp Fri Nov 29 17:31:01 2019 +0100
+++ b/src/hotspot/share/runtime/arguments.cpp Fri Nov 29 14:11:50 2019 -0800
@@ -1645,6 +1645,7 @@
"Class data sharing is inconsistent with other specified options.\n");
vm_exit_during_initialization("Unable to use shared archive", message);
} else {
+ log_info(cds)("Unable to use shared archive: %s", message);
FLAG_SET_DEFAULT(UseSharedSpaces, false);
}
}