src/hotspot/cpu/aarch64/globals_aarch64.hpp
changeset 54631 3a3e4e473622
parent 53244 9807daeb47c4
child 57565 01bca26734bb
child 58678 9cf78a70fa4f
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 
    36 
    38 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
    39 define_pd_global(bool, TrapBasedNullChecks,  false);
    38 define_pd_global(bool, TrapBasedNullChecks,  false);
    40 define_pd_global(bool, UncommonNullCast,         true);  // Uncommon-trap NULLs past to check cast
    39 define_pd_global(bool, UncommonNullCast,         true);  // Uncommon-trap NULLs past to check cast
    41 
    40