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

/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.cpp491 static int free_block_threshold = 10000; local
492 if (count > free_block_threshold) {
493 warning("CodeHeap: # of free blocks > %d", free_block_threshold);
495 free_block_threshold *= 2;

Completed in 32 milliseconds