src/hotspot/cpu/ppc/globals_ppc.hpp
changeset 54631 3a3e4e473622
parent 53244 9807daeb47c4
child 57779 0a8407a78a2f
equal deleted inserted replaced
54630:04b17e84c87d 54631:3a3e4e473622
    31 
    31 
    32 // Sets the default values for platform dependent flags used by the runtime system.
    32 // Sets the default values for platform dependent flags used by the runtime system.
    33 // (see globals.hpp)
    33 // (see globals.hpp)
    34 
    34 
    35 define_pd_global(bool, ShareVtableStubs,      true);
    35 define_pd_global(bool, ShareVtableStubs,      true);
    36 define_pd_global(bool, NeedsDeoptSuspend,     false); // Only register window machines need this.
       
    37 
       
    38 
    36 
    39 define_pd_global(bool, ImplicitNullChecks,    true);  // Generate code for implicit null checks.
    37 define_pd_global(bool, ImplicitNullChecks,    true);  // Generate code for implicit null checks.
    40 define_pd_global(bool, TrapBasedNullChecks,   true);
    38 define_pd_global(bool, TrapBasedNullChecks,   true);
    41 define_pd_global(bool, UncommonNullCast,      true);  // Uncommon-trap NULLs passed to check cast.
    39 define_pd_global(bool, UncommonNullCast,      true);  // Uncommon-trap NULLs passed to check cast.
    42 
    40