src/hotspot/share/include/cds.h
changeset 55698 284ac8027efa
parent 54927 1512d88b24c6
child 57898 5ddb746d45e0
--- a/src/hotspot/share/include/cds.h	Sat Jul 13 10:43:45 2019 +0000
+++ b/src/hotspot/share/include/cds.h	Mon Jul 15 09:53:23 2019 -0700
@@ -33,10 +33,10 @@
 //
 // Also, this is a C header file. Do not use C++ here.
 
-#define NUM_CDS_REGIONS 9
+#define NUM_CDS_REGIONS 8 // this must be the same as MetaspaceShared::n_regions
 #define CDS_ARCHIVE_MAGIC 0xf00baba2
 #define CDS_DYNAMIC_ARCHIVE_MAGIC 0xf00baba8
-#define CURRENT_CDS_ARCHIVE_VERSION 5
+#define CURRENT_CDS_ARCHIVE_VERSION 6
 #define INVALID_CDS_ARCHIVE_VERSION -1
 
 struct CDSFileMapRegion {