hotspot/src/cpu/sparc/vm/globals_sparc.hpp
changeset 38273 2634194d7555
parent 36554 a7eb9ee4680c
child 39390 edf6a424a8b7
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
    90 
    90 
    91 define_pd_global(bool, CompactStrings, true);
    91 define_pd_global(bool, CompactStrings, true);
    92 
    92 
    93 define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
    93 define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
    94 
    94 
    95 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
    95 #define ARCH_FLAGS(develop, \
       
    96                    product, \
       
    97                    diagnostic, \
       
    98                    experimental, \
       
    99                    notproduct, \
       
   100                    range, \
       
   101                    constraint, \
       
   102                    writeable) \
    96                                                                             \
   103                                                                             \
    97   product(intx, UseVIS, 99,                                                 \
   104   product(intx, UseVIS, 99,                                                 \
    98           "Highest supported VIS instructions set on Sparc")                \
   105           "Highest supported VIS instructions set on Sparc")                \
    99           range(0, 99)                                                      \
   106           range(0, 99)                                                      \
   100                                                                             \
   107                                                                             \