8293964: Unused check_for_duplicates parameter in ClassLoaderExt::process_jar_manifest

Reviewed-by: ccheung, dholmes
This commit is contained in:
Matias Saavedra Silva 2022-09-27 15:39:31 +00:00 committed by Calvin Cheung
parent 99017b06bf
commit 112ca2b863
3 changed files with 3 additions and 4 deletions

View file

@ -830,7 +830,7 @@ void ClassLoader::add_to_app_classpath_entries(JavaThread* current,
}
if (entry->is_jar_file()) {
ClassLoaderExt::process_jar_manifest(current, entry, check_for_duplicates);
ClassLoaderExt::process_jar_manifest(current, entry);
}
#endif
}