--- old/src/hotspot/os/linux/globals_linux.hpp 2017-10-20 09:44:53.694056989 -0400 +++ new/src/hotspot/os/linux/globals_linux.hpp 2017-10-20 09:44:52.373981704 -0400 @@ -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 ")