Skip to content

Commit a0882bf

Browse files
committedJan 23, 2020
8237752: Minimal VM build fails after JDK-8236236
Reviewed-by: dholmes
1 parent 3c5a7e9 commit a0882bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/hotspot/share/memory/metaspaceShared.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,10 @@ class MetaspaceShared : AllStatic {
360360

361361
static void write_core_archive_regions(FileMapInfo* mapinfo);
362362
private:
363+
#if INCLUDE_CDS
363364
static void write_region(FileMapInfo* mapinfo, int region_idx, DumpRegion* dump_region,
364365
bool read_only, bool allow_exec);
366+
#endif
365367
static void read_extra_data(const char* filename, TRAPS) NOT_CDS_RETURN;
366368
static FileMapInfo* open_static_archive();
367369
static FileMapInfo* open_dynamic_archive();

0 commit comments

Comments
 (0)
Please sign in to comment.