hotspot/src/cpu/sparc/vm/globals_sparc.hpp
changeset 46593 97c895b9bec4
parent 46462 f92a713126b1
equal deleted inserted replaced
46592:6e357e2c8143 46593:97c895b9bec4
   115                                                                             \
   115                                                                             \
   116   product(intx, BlockCopyLowLimit, 2048,                                    \
   116   product(intx, BlockCopyLowLimit, 2048,                                    \
   117           "Minimum size in bytes when block copy will be used")             \
   117           "Minimum size in bytes when block copy will be used")             \
   118           range(1, max_jint)                                                \
   118           range(1, max_jint)                                                \
   119                                                                             \
   119                                                                             \
   120   develop(bool, UseV8InstrsOnly, false,                                     \
       
   121           "Use SPARC-V8 Compliant instruction subset")                      \
       
   122                                                                             \
       
   123   product(bool, UseNiagaraInstrs, false,                                    \
   120   product(bool, UseNiagaraInstrs, false,                                    \
   124           "Use Niagara-efficient instruction subset")                       \
   121           "Use Niagara-efficient instruction subset")                       \
   125                                                                             \
   122                                                                             \
   126   develop(bool, UseCASForSwap, false,                                       \
   123   develop(bool, UseCASForSwap, false,                                       \
   127           "Do not use swap instructions, but only CAS (in a loop) on SPARC")\
   124           "Do not use swap instructions, but only CAS (in a loop) on SPARC")\