--- old/src/share/vm/runtime/vm_version.hpp 2016-04-28 11:48:50.504973673 +0200 +++ new/src/share/vm/runtime/vm_version.hpp 2016-04-28 11:48:50.140973690 +0200 @@ -57,7 +57,6 @@ static int _vm_build_number; static unsigned int _parallel_worker_threads; static bool _parallel_worker_threads_initialized; - static int _reserve_for_allocation_prefetch; static unsigned int nof_parallel_worker_threads(unsigned int num, unsigned int dem, @@ -139,12 +138,6 @@ return _L1_data_cache_line_size; } - // Need a space at the end of TLAB for prefetch instructions - // which may fault when accessing memory outside of heap. - static int reserve_for_allocation_prefetch() { - return _reserve_for_allocation_prefetch; - } - // ARCH specific policy for the BiasedLocking static bool use_biased_locking() { return true; }