8231993: Remove redundant pkg_str param from is_shared_class_visible_for_classloader

Reviewed-by: hseigel, coleenp
This commit is contained in:
Claes Redestad 2019-10-08 15:48:36 +02:00
parent f412bfc34e
commit fe8c0edee0
3 changed files with 3 additions and 8 deletions

View file

@ -240,7 +240,6 @@ public:
static bool is_sharing_possible(ClassLoaderData* loader_data);
static bool is_shared_class_visible_for_classloader(InstanceKlass* ik,
Handle class_loader,
const char* pkg_string,
Symbol* pkg_name,
PackageEntry* pkg_entry,
ModuleEntry* mod_entry,