annotate make/hotspot_distro @ 1314:3f0549ed0c98

6921710: G1: assert(new_finger >= _finger && new_finger < _region_limit,"invariant") Summary: If CM task was aborted while scanning the last object of the specified region and the size of that object is equal to bitmap's granularity then the next offset would be equal or over the region limit which is exactly what the assertion states. Reviewed-by: ysr, tonyp, jmasa
author apetrusenko
date Thu, 18 Mar 2010 01:48:28 -0700
parents f1ecf9191140
children f43b5e9f7881
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
386
f1ecf9191140 6755406: minor mistakes in copyright notices
trims
parents: 285
diff changeset
1 #
285
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
2 # Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved.
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
4 #
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
5 # This code is free software; you can redistribute it and/or modify it
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
6 # under the terms of the GNU General Public License version 2 only, as
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
7 # published by the Free Software Foundation.
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
8 #
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
9 # This code is distributed in the hope that it will be useful, but WITHOUT
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
12 # version 2 for more details (a copy is included in the LICENSE file that
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
13 # accompanied this code).
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
14 #
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
15 # You should have received a copy of the GNU General Public License version
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
16 # 2 along with this work; if not, write to the Free Software Foundation,
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
18 #
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
20 # CA 95054 USA or visit www.sun.com if you need additional information or
51ae48d8072f 6736718: more copyright headers wrong
kamg
parents: 196
diff changeset
21 # have any questions.
386
f1ecf9191140 6755406: minor mistakes in copyright notices
trims
parents: 285
diff changeset
22 #
91
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
23
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
24 #
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
25 # This file format must remain compatible with both
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
26 # GNU Makefile and Microsoft nmake formats.
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
27 #
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
28
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
29 # Don't put quotes (fail windows build).
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
30 HOTSPOT_VM_DISTRO=Java HotSpot(TM)
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
31 COMPANY_NAME=Sun Microsystems, Inc.
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents:
diff changeset
32 PRODUCT_NAME=Java(TM) Platform SE