src/hotspot/cpu/arm/globals_arm.hpp
changeset 54631 3a3e4e473622
parent 53244 9807daeb47c4
child 57779 0a8407a78a2f
equal deleted inserted replaced
54630:04b17e84c87d 54631:3a3e4e473622
    37 define_pd_global(bool,  TrapBasedNullChecks,      false); // Not needed
    37 define_pd_global(bool,  TrapBasedNullChecks,      false); // Not needed
    38 
    38 
    39 define_pd_global(uintx, CodeCacheSegmentSize, 64 TIERED_ONLY(+64)); // Tiered compilation has large code-entry alignment.
    39 define_pd_global(uintx, CodeCacheSegmentSize, 64 TIERED_ONLY(+64)); // Tiered compilation has large code-entry alignment.
    40 define_pd_global(intx,  CodeEntryAlignment,       16);
    40 define_pd_global(intx,  CodeEntryAlignment,       16);
    41 define_pd_global(intx,  OptoLoopAlignment,        16);
    41 define_pd_global(intx,  OptoLoopAlignment,        16);
    42 
       
    43 define_pd_global(bool,  NeedsDeoptSuspend,        false); // only register window machines need this
       
    44 
    42 
    45 #define DEFAULT_STACK_YELLOW_PAGES (2)
    43 #define DEFAULT_STACK_YELLOW_PAGES (2)
    46 #define DEFAULT_STACK_RED_PAGES (1)
    44 #define DEFAULT_STACK_RED_PAGES (1)
    47 #define DEFAULT_STACK_SHADOW_PAGES (5 DEBUG_ONLY(+1))
    45 #define DEFAULT_STACK_SHADOW_PAGES (5 DEBUG_ONLY(+1))
    48 #define DEFAULT_STACK_RESERVED_PAGES (0)
    46 #define DEFAULT_STACK_RESERVED_PAGES (0)