hotspot/src/os/bsd/vm/globals_bsd.hpp
changeset 38273 2634194d7555
parent 31371 311143309e73
child 39117 59fa99a45873
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2015, 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.
    26 #define OS_BSD_VM_GLOBALS_BSD_HPP
    26 #define OS_BSD_VM_GLOBALS_BSD_HPP
    27 
    27 
    28 //
    28 //
    29 // Defines Bsd specific flags. They are not available on other platforms.
    29 // Defines Bsd specific flags. They are not available on other platforms.
    30 //
    30 //
    31 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \
    31 #define RUNTIME_OS_FLAGS(develop, \
       
    32                          develop_pd, \
       
    33                          product, \
       
    34                          product_pd, \
       
    35                          diagnostic, \
       
    36                          notproduct, \
       
    37                          range, \
       
    38                          constraint, \
       
    39                          writeable) \
    32                                                                                 \
    40                                                                                 \
    33   product(bool, UseOprofile, false,                                             \
    41   product(bool, UseOprofile, false,                                             \
    34         "enable support for Oprofile profiler")                                 \
    42         "enable support for Oprofile profiler")                                 \
    35                                                                                 \
    43                                                                                 \
    36   /*  NB: The default value of UseBsdPosixThreadCPUClocks may be  */            \
    44   /*  NB: The default value of UseBsdPosixThreadCPUClocks may be  */            \