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:
Rachel Protacio 2016-12-05 11:45:20 -05:00
parent 78e6980e1a
commit 83ff43e737
5 changed files with 39 additions and 3 deletions

View file

@ -418,6 +418,8 @@ class ClassLoader: AllStatic {
}
}
static bool is_in_patch_mod_entries(Symbol* module_name);
#if INCLUDE_CDS
// Sharing dump and restore