< prev index next >

src/hotspot/os/solaris/globals_solaris.hpp

Print this page

*** 24,50 **** #ifndef OS_SOLARIS_GLOBALS_SOLARIS_HPP #define OS_SOLARIS_GLOBALS_SOLARIS_HPP // ! // Defines Solaris specific flags. They are not available on other platforms. // ! #define RUNTIME_OS_FLAGS(develop, \ ! develop_pd, \ ! product, \ ! product_pd, \ ! diagnostic, \ ! diagnostic_pd, \ ! notproduct, \ ! range, \ ! constraint) \ ! \ ! product(bool, UseExtendedFileIO, true, \ ! "Enable workaround for limitations of stdio FILE structure") // ! // Defines Solaris-specific default values. The flags are available on all // platforms, but they may have different default values on other platforms. // define_pd_global(bool, UseLargePages, true); define_pd_global(bool, UseLargePagesIndividualAllocation, false); define_pd_global(bool, UseOSErrorReporting, false); --- 24,41 ---- #ifndef OS_SOLARIS_GLOBALS_SOLARIS_HPP #define OS_SOLARIS_GLOBALS_SOLARIS_HPP // ! // Declare Solaris specific flags. They are not available on other platforms. // ! #include "runtime/flags/jvmFlag.hpp" ! PRODUCT_FLAG(bool, UseExtendedFileIO, true, JVMFlag::DEFAULT, ! "Enable workaround for limitations of stdio FILE structure"); // ! // Define Solaris-specific default values. The flags are available on all // platforms, but they may have different default values on other platforms. // define_pd_global(bool, UseLargePages, true); define_pd_global(bool, UseLargePagesIndividualAllocation, false); define_pd_global(bool, UseOSErrorReporting, false);
< prev index next >