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

/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp843 size_t total_max = 0; variable
867 total_max += u.max_size();
874 // as we never use total_init and total_max for them.
881 (heap ? Universe::heap()->max_capacity() : total_max));

Completed in 34 milliseconds