src/hotspot/cpu/zero/globals_zero.hpp
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 54631 3a3e4e473622
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
    29 #include "utilities/globalDefinitions.hpp"
    29 #include "utilities/globalDefinitions.hpp"
    30 #include "utilities/macros.hpp"
    30 #include "utilities/macros.hpp"
    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 
       
    35 define_pd_global(bool,  ShareVtableStubs,     true);
       
    36 
    34 
    37 define_pd_global(bool,  ImplicitNullChecks,   true);
    35 define_pd_global(bool,  ImplicitNullChecks,   true);
    38 define_pd_global(bool,  TrapBasedNullChecks,  false);
    36 define_pd_global(bool,  TrapBasedNullChecks,  false);
    39 define_pd_global(bool,  UncommonNullCast,     true);
    37 define_pd_global(bool,  UncommonNullCast,     true);
    40 
    38 
    76 define_pd_global(bool, PreserveFramePointer, false);
    74 define_pd_global(bool, PreserveFramePointer, false);
    77 
    75 
    78 // No performance work done here yet.
    76 // No performance work done here yet.
    79 define_pd_global(bool, CompactStrings, false);
    77 define_pd_global(bool, CompactStrings, false);
    80 
    78 
    81 define_pd_global(bool, ThreadLocalHandshakes, false);
    79 define_pd_global(bool, ThreadLocalHandshakes, true);
    82 
    80 
    83 #define ARCH_FLAGS(develop, \
    81 #define ARCH_FLAGS(develop, \
    84                    product, \
    82                    product, \
    85                    diagnostic, \
    83                    diagnostic, \
    86                    experimental, \
    84                    experimental, \