src/hotspot/cpu/aarch64/globals_aarch64.hpp
changeset 57779 0a8407a78a2f
parent 57565 01bca26734bb
child 57804 9b7b9f16dfd9
equal deleted inserted replaced
57778:6768b0f490df 57779:0a8407a78a2f
    29 #include "utilities/globalDefinitions.hpp"
    29 #include "utilities/globalDefinitions.hpp"
    30 #include "utilities/macros.hpp"
    30 #include "utilities/macros.hpp"
    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 
       
    35 define_pd_global(bool, ShareVtableStubs,         true);
       
    36 
    34 
    37 define_pd_global(bool, ImplicitNullChecks,       true);  // Generate code for implicit null checks
    35 define_pd_global(bool, ImplicitNullChecks,       true);  // Generate code for implicit null checks
    38 define_pd_global(bool, TrapBasedNullChecks,  false);
    36 define_pd_global(bool, TrapBasedNullChecks,  false);
    39 define_pd_global(bool, UncommonNullCast,         true);  // Uncommon-trap NULLs past to check cast
    37 define_pd_global(bool, UncommonNullCast,         true);  // Uncommon-trap NULLs past to check cast
    40 
    38