hotspot/src/os/solaris/vm/globals_solaris.hpp
changeset 31371 311143309e73
parent 22234 da823d78ad65
child 38273 2634194d7555
equal deleted inserted replaced
31362:8957ccbb5821 31371:311143309e73
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2015, 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) \
    31 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \
    32                                                                                \
    32                                                                                \
    33   product(bool, UseExtendedFileIO, true,                                       \
    33   product(bool, UseExtendedFileIO, true,                                       \
    34           "Enable workaround for limitations of stdio FILE structure")
    34           "Enable workaround for limitations of stdio FILE structure")
    35 
    35 
    36 //
    36 //