hotspot/src/share/vm/memory/filemap.cpp
changeset 41182 dbd59c1da636
parent 40244 b3055c216762
child 41281 e1dc38ba642f
--- a/hotspot/src/share/vm/memory/filemap.cpp	Tue Sep 06 13:01:27 2016 +0200
+++ b/hotspot/src/share/vm/memory/filemap.cpp	Sun Sep 18 21:10:48 2016 -0400
@@ -649,7 +649,7 @@
 
 // Memory map a region in the address space.
 static const char* shared_region_name[] = { "ReadOnly", "ReadWrite", "MiscData", "MiscCode",
-                                            "String1", "String2" };
+                                            "String1", "String2", "OptionalData" };
 
 char* FileMapInfo::map_region(int i) {
   assert(!MetaspaceShared::is_string_region(i), "sanity");