src/os/linux/vm/globals_linux.hpp

changeset 8619
3a38e441474d
parent 5857
263f2c796d6c
child 8856
ac27a9c85bea
child 8940
eb9e617d6f64
equal deleted inserted replaced
8618:90faa4a4b09f 8619:3a38e441474d
1 /* 1 /*
2 * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
45 \ 45 \
46 product(bool, LoadExecStackDllInVMThread, true, \ 46 product(bool, LoadExecStackDllInVMThread, true, \
47 "Load DLLs with executable-stack attribute in the VM Thread") \ 47 "Load DLLs with executable-stack attribute in the VM Thread") \
48 \ 48 \
49 product(bool, UseSHM, false, \ 49 product(bool, UseSHM, false, \
50 "Use SYSV shared memory for large pages") 50 "Use SYSV shared memory for large pages") \
51 \
52 diagnostic(bool, PrintActiveCpus, false, \
53 "Print the number of CPUs detected in os::active_processor_count")
51 54
52 // 55 //
53 // Defines Linux-specific default values. The flags are available on all 56 // Defines Linux-specific default values. The flags are available on all
54 // platforms, but they may have different default values on other platforms. 57 // platforms, but they may have different default values on other platforms.
55 // 58 //

mercurial