Java SE 6 HotSpot[tm] Virtual Machine Garbage Collection Tuning
The default arrangement of generations (for all collectors with the exception of the parallel collector) looks something like this. At initialization, a maximum address space is virtually reserved but not allocated to physical memory unless it is needed. ...