Searched defs:thread_increase_size (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp375 size_t thread_increase_size = threads_count * NewSizeThreadIncrease; local
376 desired_new_size = align_size_up(desired_new_size + thread_increase_size, alignment);
422 thread_increase_size/K, threads_count);

Completed in 33 milliseconds