mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8324341: Remove redundant preprocessor #if's checks
Reviewed-by: kvn, ayang
This commit is contained in:
parent
9b64ece514
commit
6d718ae51a
6 changed files with 0 additions and 16 deletions
|
@ -560,9 +560,7 @@ void Modules::verify_archived_modules() {
|
|||
ModuleEntry::verify_archived_module_entries();
|
||||
}
|
||||
|
||||
#if INCLUDE_CDS_JAVA_HEAP
|
||||
char* Modules::_archived_main_module_name = nullptr;
|
||||
#endif
|
||||
|
||||
void Modules::dump_main_module_name() {
|
||||
const char* module_name = Arguments::get_property("jdk.module.main");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue