hotspot/src/cpu/ppc/vm/globals_ppc.hpp
changeset 33222 e0a340f4ab6e
parent 31783 dbc24ca25ee4
child 33628 09241459a8b8
equal deleted inserted replaced
33219:08f642d9214f 33222:e0a340f4ab6e
    38 
    38 
    39 
    39 
    40 define_pd_global(bool, ImplicitNullChecks,    true);  // Generate code for implicit null checks.
    40 define_pd_global(bool, ImplicitNullChecks,    true);  // Generate code for implicit null checks.
    41 define_pd_global(bool, TrapBasedNullChecks,   true);
    41 define_pd_global(bool, TrapBasedNullChecks,   true);
    42 define_pd_global(bool, UncommonNullCast,      true);  // Uncommon-trap NULLs passed to check cast.
    42 define_pd_global(bool, UncommonNullCast,      true);  // Uncommon-trap NULLs passed to check cast.
       
    43 
       
    44 #define DEFAULT_STACK_YELLOW_PAGES (6)
       
    45 #define DEFAULT_STACK_RED_PAGES (1)
       
    46 #define DEFAULT_STACK_SHADOW_PAGES (6 DEBUG_ONLY(+2))
       
    47 
       
    48 #define MIN_STACK_YELLOW_PAGES (1)
       
    49 #define MIN_STACK_RED_PAGES DEFAULT_STACK_RED_PAGES
       
    50 #define MIN_STACK_SHADOW_PAGES (1)
       
    51 
       
    52 define_pd_global(intx, StackYellowPages,      DEFAULT_STACK_YELLOW_PAGES);
       
    53 define_pd_global(intx, StackRedPages,         DEFAULT_STACK_RED_PAGES);
       
    54 define_pd_global(intx, StackShadowPages,      DEFAULT_STACK_SHADOW_PAGES);
    43 
    55 
    44 // Use large code-entry alignment.
    56 // Use large code-entry alignment.
    45 define_pd_global(intx, CodeEntryAlignment,    128);
    57 define_pd_global(intx, CodeEntryAlignment,    128);
    46 define_pd_global(intx, OptoLoopAlignment,     16);
    58 define_pd_global(intx, OptoLoopAlignment,     16);
    47 define_pd_global(intx, InlineFrequencyCount,  100);
    59 define_pd_global(intx, InlineFrequencyCount,  100);