Summary: ensure that max and committed are non-zero (currently: at least as large as the region size). Reviewed-by: iveresov, mchung
Summary: size_t max_size() hides size_t max_size() const. Reviewed-by: jmasa, ysr
Summary: G1 reports committed memory instead of reserved memory from the Runtime.maxMemory() method Reviewed-by: ysr, jmasa
Summary: It introduces the necessary memory pools for G1. Reviewed-by: mchung, ysr