make/templates/gpl-cp-header
author johnc
Thu, 27 Sep 2012 15:44:01 -0700
changeset 13919 01f6d01a9004
parent 7357 772fec2fe334
permissions -rw-r--r--
7200261: G1: Liveness counting inconsistencies during marking verification Summary: The clipping code in the routine that sets the bits for a range of cards, in the liveness accounting verification code was incorrect. It set all the bits in the card bitmap from the given starting index which would lead to spurious marking verification failures. Reviewed-by: brutisso, jwilhelm, jmasa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7357
772fec2fe334 7001720: copyright templates not rebranded
ohair
parents: 6368
diff changeset
     1
Copyright (c) %YEARS% Oracle and/or its affiliates. All rights reserved.
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     2
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
fd16c54261b3 Initial load
duke
parents:
diff changeset
     3
fd16c54261b3 Initial load
duke
parents:
diff changeset
     4
This code is free software; you can redistribute it and/or modify it
fd16c54261b3 Initial load
duke
parents:
diff changeset
     5
under the terms of the GNU General Public License version 2 only, as
5499
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 0
diff changeset
     6
published by the Free Software Foundation.  Oracle designates this
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     7
particular file as subject to the "Classpath" exception as provided
5499
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 0
diff changeset
     8
by Oracle in the LICENSE file that accompanied this code.
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     9
fd16c54261b3 Initial load
duke
parents:
diff changeset
    10
This code is distributed in the hope that it will be useful, but WITHOUT
fd16c54261b3 Initial load
duke
parents:
diff changeset
    11
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fd16c54261b3 Initial load
duke
parents:
diff changeset
    12
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
fd16c54261b3 Initial load
duke
parents:
diff changeset
    13
version 2 for more details (a copy is included in the LICENSE file that
fd16c54261b3 Initial load
duke
parents:
diff changeset
    14
accompanied this code).
fd16c54261b3 Initial load
duke
parents:
diff changeset
    15
fd16c54261b3 Initial load
duke
parents:
diff changeset
    16
You should have received a copy of the GNU General Public License version
fd16c54261b3 Initial load
duke
parents:
diff changeset
    17
2 along with this work; if not, write to the Free Software Foundation,
fd16c54261b3 Initial load
duke
parents:
diff changeset
    18
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
fd16c54261b3 Initial load
duke
parents:
diff changeset
    19
6368
b47813af8ae5 6982137: Rebranding pass 2 - missed copyright changes
ohair
parents: 5499
diff changeset
    20
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b47813af8ae5 6982137: Rebranding pass 2 - missed copyright changes
ohair
parents: 5499
diff changeset
    21
or visit www.oracle.com if you need additional information or have any
b47813af8ae5 6982137: Rebranding pass 2 - missed copyright changes
ohair
parents: 5499
diff changeset
    22
questions.
7357
772fec2fe334 7001720: copyright templates not rebranded
ohair
parents: 6368
diff changeset
    23