src/share/vm/runtime/vm_version.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/vm_version.cpp	Thu Apr 28 11:48:50 2016
--- new/src/share/vm/runtime/vm_version.cpp	Thu Apr 28 11:48:50 2016

*** 41,51 **** --- 41,50 ---- bool Abstract_VM_Version::_supports_atomic_getset8 = false; bool Abstract_VM_Version::_supports_atomic_getadd4 = false; bool Abstract_VM_Version::_supports_atomic_getadd8 = false; unsigned int Abstract_VM_Version::_logical_processors_per_package = 1U; unsigned int Abstract_VM_Version::_L1_data_cache_line_size = 0; int Abstract_VM_Version::_reserve_for_allocation_prefetch = 0; #ifndef HOTSPOT_VERSION_STRING #error HOTSPOT_VERSION_STRING must be defined #endif

src/share/vm/runtime/vm_version.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File