src/os/linux/vm/globals_linux.hpp

changeset 8942
9187473df31d
parent 8940
eb9e617d6f64
child 9041
95a08233f46c
child 9348
cb9634ab2906
     1.1 --- a/src/os/linux/vm/globals_linux.hpp	Tue Jan 31 15:20:20 2017 -0800
     1.2 +++ b/src/os/linux/vm/globals_linux.hpp	Thu Sep 22 02:04:40 2016 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -47,7 +47,10 @@
    1.11            "Load DLLs with executable-stack attribute in the VM Thread") \
    1.12                                                                          \
    1.13    product(bool, UseSHM, false,                                          \
    1.14 -          "Use SYSV shared memory for large pages")
    1.15 +          "Use SYSV shared memory for large pages")                     \
    1.16 +                                                                        \
    1.17 +  diagnostic(bool, PrintActiveCpus, false,                              \
    1.18 +          "Print the number of CPUs detected in os::active_processor_count")
    1.19  
    1.20  //
    1.21  // Defines Linux-specific default values. The flags are available on all

mercurial