src/hotspot/share/runtime/globals.hpp
changeset 49405 e88237c5ac83
parent 49381 02e78f38e7d0
child 49460 e786d01c47f2
child 56348 f3b0961adb3c
--- a/src/hotspot/share/runtime/globals.hpp	Thu Mar 15 12:44:27 2018 +0100
+++ b/src/hotspot/share/runtime/globals.hpp	Thu Mar 15 07:43:07 2018 +0100
@@ -4057,7 +4057,12 @@
                                                                             \
   product(ccstr, AllocateHeapAt, NULL,                                      \
           "Path to the directoy where a temporary file will be created "    \
-          "to use as the backing store for Java Heap.")
+          "to use as the backing store for Java Heap.")                     \
+                                                                            \
+  develop(bool, VerifyMetaspace, false,                                     \
+          "Verify metaspace on chunk movements.")                           \
+                                                                            \
+
 
 
 /*