mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8168850: Mark module entries that have been specified by --patch-module
Adds a boolean to ModuleEntry to specify whether the module has been patched using the command line --patch-module Reviewed-by: jiangli, lfoltan, dholmes
This commit is contained in:
parent
78e6980e1a
commit
83ff43e737
5 changed files with 39 additions and 3 deletions
|
@ -418,6 +418,8 @@ class ClassLoader: AllStatic {
|
|||
}
|
||||
}
|
||||
|
||||
static bool is_in_patch_mod_entries(Symbol* module_name);
|
||||
|
||||
#if INCLUDE_CDS
|
||||
// Sharing dump and restore
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue