OpenJDK / jdk / jdk
changeset 57808:134c76da87c9
8237752: Minimal VM build fails after JDK-8236236
Reviewed-by: dholmes
author | jiefu |
---|---|
date | Thu, 23 Jan 2020 13:51:23 +0800 |
parents | 7bae17e00566 |
children | 2a0e2304e68b |
files | src/hotspot/share/memory/metaspaceShared.hpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/memory/metaspaceShared.hpp Thu Jan 23 06:24:09 2020 +0100 +++ b/src/hotspot/share/memory/metaspaceShared.hpp Thu Jan 23 13:51:23 2020 +0800 @@ -360,8 +360,10 @@ static void write_core_archive_regions(FileMapInfo* mapinfo); private: +#if INCLUDE_CDS static void write_region(FileMapInfo* mapinfo, int region_idx, DumpRegion* dump_region, bool read_only, bool allow_exec); +#endif static void read_extra_data(const char* filename, TRAPS) NOT_CDS_RETURN; static FileMapInfo* open_static_archive(); static FileMapInfo* open_dynamic_archive();