src/hotspot/os/linux/globals_linux.hpp
changeset 47903 7f22774a5f42
parent 47216 71c04702a3d5
child 49058 15765495db12
equal deleted inserted replaced
47896:7092940fbaff 47903:7f22774a5f42
    57           "Load DLLs with executable-stack attribute in the VM Thread") \
    57           "Load DLLs with executable-stack attribute in the VM Thread") \
    58                                                                         \
    58                                                                         \
    59   product(bool, UseSHM, false,                                          \
    59   product(bool, UseSHM, false,                                          \
    60           "Use SYSV shared memory for large pages")                     \
    60           "Use SYSV shared memory for large pages")                     \
    61                                                                         \
    61                                                                         \
       
    62   product(bool, UseContainerSupport, true,                              \
       
    63           "Enable detection and runtime container configuration support") \
       
    64                                                                         \
    62   diagnostic(bool, UseCpuAllocPath, false,                              \
    65   diagnostic(bool, UseCpuAllocPath, false,                              \
    63              "Use CPU_ALLOC code path in os::active_processor_count ")
    66              "Use CPU_ALLOC code path in os::active_processor_count ")
    64 
    67 
    65 //
    68 //
    66 // Defines Linux-specific default values. The flags are available on all
    69 // Defines Linux-specific default values. The flags are available on all