hotspot/src/os/solaris/vm/globals_solaris.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_SOLARIS_VM_GLOBALS_SOLARIS_HPP
    26 #define OS_SOLARIS_VM_GLOBALS_SOLARIS_HPP
    27 
    27 
    28 //
    28 //
    29 // Defines Solaris specific flags. They are not available on other platforms.
    29 // Defines Solaris 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, UseExtendedFileIO, true,                                       \
    41   product(bool, UseExtendedFileIO, true,                                       \
    34           "Enable workaround for limitations of stdio FILE structure")
    42           "Enable workaround for limitations of stdio FILE structure")
    35 
    43 
    36 //
    44 //