src/hotspot/os/linux/globals_linux.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff src/hotspot/os/linux/globals_linux.hpp

src/hotspot/os/linux/globals_linux.hpp

Print this page

        

*** 57,66 **** --- 57,69 ---- "Load DLLs with executable-stack attribute in the VM Thread") \ \ 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 ") // // Defines Linux-specific default values. The flags are available on all
src/hotspot/os/linux/globals_linux.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File