mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8244778: Archive full module graph in CDS
Reviewed-by: erikj, coleenp, lfoltan, redestad, alanb, mchung
This commit is contained in:
parent
998ce78e53
commit
03a4df0acd
59 changed files with 2052 additions and 164 deletions
|
@ -797,6 +797,7 @@ class java_lang_Module {
|
|||
static void set_name(oop module, oop value);
|
||||
|
||||
static ModuleEntry* module_entry(oop module);
|
||||
static ModuleEntry* module_entry_raw(oop module);
|
||||
static void set_module_entry(oop module, ModuleEntry* module_entry);
|
||||
|
||||
friend class JavaClasses;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue