hotspot/src/cpu/zero/vm/globals_zero.hpp
changeset 35071 a0910b1d3e0d
parent 33628 09241459a8b8
child 36099 bb0cc62ab037
equal deleted inserted replaced
35066:cd4ac076bf7f 35071:a0910b1d3e0d
    46 define_pd_global(intx,  InlineSmallCode,      1000 );
    46 define_pd_global(intx,  InlineSmallCode,      1000 );
    47 
    47 
    48 #define DEFAULT_STACK_YELLOW_PAGES (2)
    48 #define DEFAULT_STACK_YELLOW_PAGES (2)
    49 #define DEFAULT_STACK_RED_PAGES (1)
    49 #define DEFAULT_STACK_RED_PAGES (1)
    50 #define DEFAULT_STACK_SHADOW_PAGES (5 LP64_ONLY(+1) DEBUG_ONLY(+3))
    50 #define DEFAULT_STACK_SHADOW_PAGES (5 LP64_ONLY(+1) DEBUG_ONLY(+3))
       
    51 #define DEFAULT_STACK_RESERVED_PAGES (0)
    51 
    52 
    52 #define MIN_STACK_YELLOW_PAGES DEFAULT_STACK_YELLOW_PAGES
    53 #define MIN_STACK_YELLOW_PAGES DEFAULT_STACK_YELLOW_PAGES
    53 #define MIN_STACK_RED_PAGES DEFAULT_STACK_RED_PAGES
    54 #define MIN_STACK_RED_PAGES DEFAULT_STACK_RED_PAGES
    54 #define MIN_STACK_SHADOW_PAGES DEFAULT_STACK_SHADOW_PAGES
    55 #define MIN_STACK_SHADOW_PAGES DEFAULT_STACK_SHADOW_PAGES
       
    56 #define MIN_STACK_RESERVED_PAGES (0)
    55 
    57 
    56 define_pd_global(intx,  StackYellowPages,     DEFAULT_STACK_YELLOW_PAGES);
    58 define_pd_global(intx,  StackYellowPages,     DEFAULT_STACK_YELLOW_PAGES);
    57 define_pd_global(intx,  StackRedPages,        DEFAULT_STACK_RED_PAGES);
    59 define_pd_global(intx,  StackRedPages,        DEFAULT_STACK_RED_PAGES);
    58 define_pd_global(intx,  StackShadowPages,     DEFAULT_STACK_SHADOW_PAGES);
    60 define_pd_global(intx,  StackShadowPages,     DEFAULT_STACK_SHADOW_PAGES);
       
    61 define_pd_global(intx,  StackReservedPages,   DEFAULT_STACK_RESERVED_PAGES);
    59 
    62 
    60 define_pd_global(bool,  RewriteBytecodes,     true);
    63 define_pd_global(bool,  RewriteBytecodes,     true);
    61 define_pd_global(bool,  RewriteFrequentPairs, true);
    64 define_pd_global(bool,  RewriteFrequentPairs, true);
    62 
    65 
    63 define_pd_global(bool,  UseMembar,            true);
    66 define_pd_global(bool,  UseMembar,            true);