Searched refs:stack_commit_size (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3850 // If stack_commit_size is 0, windows will reserve the default size,
3852 size_t stack_commit_size = round_to(ThreadStackSize*K, os::vm_page_size()); local
3854 size_t actual_reserve_size = stack_commit_size;
3855 if (stack_commit_size < default_reserve_size) {
3856 // If stack_commit_size == 0, we want this too
3875 JavaThread::set_stack_size_at_create(stack_commit_size);

Completed in 45 milliseconds