src/hotspot/os/linux/globals_linux.hpp
changeset 47903 7f22774a5f42
parent 47216 71c04702a3d5
child 49058 15765495db12
--- a/src/hotspot/os/linux/globals_linux.hpp	Wed Nov 15 08:25:28 2017 -0500
+++ b/src/hotspot/os/linux/globals_linux.hpp	Wed Nov 15 10:34:17 2017 -0500
@@ -59,6 +59,9 @@
   product(bool, UseSHM, false,                                          \
           "Use SYSV shared memory for large pages")                     \
                                                                         \
+  product(bool, UseContainerSupport, true,                              \
+          "Enable detection and runtime container configuration support") \
+                                                                        \
   diagnostic(bool, UseCpuAllocPath, false,                              \
              "Use CPU_ALLOC code path in os::active_processor_count ")