mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8166931: Do not include classes which are unusable during run time in the classlist file
Added check to exclude classes found in the --patch-module list Reviewed-by: jiangli, lfoltan, iklam
This commit is contained in:
parent
3b1fe56bf5
commit
c5dc50c03f
4 changed files with 161 additions and 6 deletions
|
@ -451,7 +451,7 @@ class ClassLoader: AllStatic {
|
|||
static void set_first_append_entry(ClassPathEntry* entry);
|
||||
|
||||
// indicates if class path already contains a entry (exact match by name)
|
||||
static bool contains_entry(ClassPathEntry* entry);
|
||||
static bool contains_append_entry(const char* name);
|
||||
|
||||
// adds a class path list
|
||||
static void add_to_list(ClassPathEntry* new_entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue