hotspot/src/share/vm/runtime/vm_version.cpp
changeset 38241 32eab2eb41fd
parent 38175 4e2bff1a5467
parent 38220 8d86b82e0ac7
child 40012 f69cfe79fe98
equal deleted inserted replaced
38206:a48ce92363a9 38241:32eab2eb41fd
    41 bool Abstract_VM_Version::_supports_atomic_getset8 = false;
    41 bool Abstract_VM_Version::_supports_atomic_getset8 = false;
    42 bool Abstract_VM_Version::_supports_atomic_getadd4 = false;
    42 bool Abstract_VM_Version::_supports_atomic_getadd4 = false;
    43 bool Abstract_VM_Version::_supports_atomic_getadd8 = false;
    43 bool Abstract_VM_Version::_supports_atomic_getadd8 = false;
    44 unsigned int Abstract_VM_Version::_logical_processors_per_package = 1U;
    44 unsigned int Abstract_VM_Version::_logical_processors_per_package = 1U;
    45 unsigned int Abstract_VM_Version::_L1_data_cache_line_size = 0;
    45 unsigned int Abstract_VM_Version::_L1_data_cache_line_size = 0;
    46 int Abstract_VM_Version::_reserve_for_allocation_prefetch = 0;
       
    47 
    46 
    48 #ifndef HOTSPOT_VERSION_STRING
    47 #ifndef HOTSPOT_VERSION_STRING
    49   #error HOTSPOT_VERSION_STRING must be defined
    48   #error HOTSPOT_VERSION_STRING must be defined
    50 #endif
    49 #endif
    51 
    50