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

/openjdk7/hotspot/src/share/vm/memory/
H A DreferencePolicy.cpp65 size_t max_heap = MaxHeapSize; local
66 max_heap -= Universe::get_heap_used_at_last_gc();
67 max_heap /= M;
69 _max_interval = max_heap * SoftRefLRUPolicyMSPerMB;
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1160 size_t max_heap = align_size_down(MaxHeapSize, local
1172 MIN2(max_heap/(NewRatio+1), ScaleForWordSize(young_gen_per_worker * parallel_gc_threads));
1201 " max_heap: " SIZE_FORMAT,
1202 min_heap_size(), InitialHeapSize, max_heap);
1208 if (max_heap > min_new && min_heap_size() > min_new) {
1222 if (max_heap > NewSize) {
1223 FLAG_SET_ERGO(uintx, OldSize, MIN2(NewRatio*NewSize, max_heap - NewSize));

Completed in 39 milliseconds