src/hotspot/cpu/zero/globals_zero.hpp
changeset 54631 3a3e4e473622
parent 53244 9807daeb47c4
child 57779 0a8407a78a2f
child 58678 9cf78a70fa4f
equal deleted inserted replaced
54630:04b17e84c87d 54631:3a3e4e473622
    31 
    31 
    32 // Set the default values for platform dependent flags used by the
    32 // Set the default values for platform dependent flags used by the
    33 // runtime system.  See globals.hpp for details of what they do.
    33 // runtime system.  See globals.hpp for details of what they do.
    34 
    34 
    35 define_pd_global(bool,  ShareVtableStubs,     true);
    35 define_pd_global(bool,  ShareVtableStubs,     true);
    36 define_pd_global(bool,  NeedsDeoptSuspend,    false);
       
    37 
    36 
    38 define_pd_global(bool,  ImplicitNullChecks,   true);
    37 define_pd_global(bool,  ImplicitNullChecks,   true);
    39 define_pd_global(bool,  TrapBasedNullChecks,  false);
    38 define_pd_global(bool,  TrapBasedNullChecks,  false);
    40 define_pd_global(bool,  UncommonNullCast,     true);
    39 define_pd_global(bool,  UncommonNullCast,     true);
    41 
    40