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