hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp
changeset 38273 2634194d7555
parent 38144 0976c0c5c5d3
child 40023 49d647eeb7f0
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
    83 define_pd_global(intx, InlineSmallCode,          1000);
    83 define_pd_global(intx, InlineSmallCode,          1000);
    84 #endif
    84 #endif
    85 
    85 
    86 #ifdef BUILTIN_SIM
    86 #ifdef BUILTIN_SIM
    87 #define UseBuiltinSim           true
    87 #define UseBuiltinSim           true
    88 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
    88 #define ARCH_FLAGS(develop, \
       
    89                    product, \
       
    90                    diagnostic, \
       
    91                    experimental, \
       
    92                    notproduct, \
       
    93                    range, \
       
    94                    constraint, \
       
    95                    writeable) \
    89                                                                         \
    96                                                                         \
    90   product(bool, NotifySimulator, UseBuiltinSim,                         \
    97   product(bool, NotifySimulator, UseBuiltinSim,                         \
    91          "tell the AArch64 sim where we are in method code")            \
    98          "tell the AArch64 sim where we are in method code")            \
    92                                                                         \
    99                                                                         \
    93   product(bool, UseSimulatorCache, false,                               \
   100   product(bool, UseSimulatorCache, false,                               \
   115 #else
   122 #else
   116 #define UseBuiltinSim           false
   123 #define UseBuiltinSim           false
   117 #define NotifySimulator         false
   124 #define NotifySimulator         false
   118 #define UseSimulatorCache       false
   125 #define UseSimulatorCache       false
   119 #define DisableBCCheck          true
   126 #define DisableBCCheck          true
   120 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
   127 #define ARCH_FLAGS(develop, \
       
   128                    product, \
       
   129                    diagnostic, \
       
   130                    experimental, \
       
   131                    notproduct, \
       
   132                    range, \
       
   133                    constraint, \
       
   134                    writeable) \
   121                                                                         \
   135                                                                         \
   122   product(bool, NearCpool, true,                                        \
   136   product(bool, NearCpool, true,                                        \
   123          "constant pool is close to instructions")                      \
   137          "constant pool is close to instructions")                      \
   124                                                                         \
   138                                                                         \
   125   product(bool, UseBarriersForVolatile, false,                          \
   139   product(bool, UseBarriersForVolatile, false,                          \