mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-18 06:59:29 +00:00
Initialize the field correctly in ContiguousSpace's constructor and initialize() methods, using the latter for the survivor spaces upon initial construction or a subsequent resizing of the young generation. Add some missing Space sub-class constructors. Reviewed-by: apetrusenko