We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829d7a8 commit d422abcCopy full SHA for d422abc
src/hotspot/share/cds/filemap.cpp
@@ -303,7 +303,7 @@ bool FileMapInfo::validate_class_location() {
303
assert(CDSConfig::is_using_archive(), "runtime only");
304
305
AOTClassLocationConfig* config = header()->class_location_config();
306
- bool has_extra_module_paths;
+ bool has_extra_module_paths = false;
307
if (!config->validate(header()->has_aot_linked_classes(), &has_extra_module_paths)) {
308
if (PrintSharedArchiveAndExit) {
309
MetaspaceShared::set_archive_loading_failed();
0 commit comments