src/os/linux/vm/globals_linux.hpp

changeset 8940
eb9e617d6f64
parent 8619
3a38e441474d
child 8942
9187473df31d
equal deleted inserted replaced
8926:4df68abf9cd5 8940:eb9e617d6f64
1 /* 1 /*
2 * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2005, 2013, 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")
54 51
55 // 52 //
56 // Defines Linux-specific default values. The flags are available on all 53 // Defines Linux-specific default values. The flags are available on all
57 // platforms, but they may have different default values on other platforms. 54 // platforms, but they may have different default values on other platforms.
58 // 55 //

mercurial