make/hotspot_distro

Mon, 23 Jun 2008 16:49:37 -0700

author
ysr
date
Mon, 23 Jun 2008 16:49:37 -0700
changeset 782
60fb9c4db4e6
parent 526
a294fd0c4b38
child 631
d1605aabd0a1
permissions
-rw-r--r--

6718086: CMS assert: _concurrent_iteration_safe_limit update missed
Summary: 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

kamg@526 1 #
kamg@526 2 # Copyright 2006-2007 Sun Microsystems, Inc. All rights reserved.
kamg@526 3 # SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
kamg@526 4 #
kamg@526 5
kamg@526 6 #
kamg@526 7 # This file format must remain compatible with both
kamg@526 8 # GNU Makefile and Microsoft nmake formats.
kamg@526 9 #
kamg@526 10
kamg@526 11 # Don't put quotes (fail windows build).
kamg@526 12 HOTSPOT_VM_DISTRO=Java HotSpot(TM)
kamg@526 13 COMPANY_NAME=Sun Microsystems, Inc.
kamg@526 14 PRODUCT_NAME=Java(TM) Platform SE

mercurial