make/templates/bsd-header

Wed, 09 Feb 2011 09:43:02 -0800

author
johnc
date
Wed, 09 Feb 2011 09:43:02 -0800
changeset 2535
59e20a452a2a
parent 2162
b2045e0af26e
permissions
-rw-r--r--

7017008: G1: Turn on compressed oops by default.
Summary: Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt.
Reviewed-by: jcoomes, brutisso, tonyp

trims@2162 1 Copyright (c) %YEARS%, Oracle and/or its affiliates. All rights reserved.
duke@435 2
duke@435 3 Redistribution and use in source and binary forms, with or without
duke@435 4 modification, are permitted provided that the following conditions
duke@435 5 are met:
duke@435 6
duke@435 7 - Redistributions of source code must retain the above copyright
duke@435 8 notice, this list of conditions and the following disclaimer.
duke@435 9
duke@435 10 - Redistributions in binary form must reproduce the above copyright
duke@435 11 notice, this list of conditions and the following disclaimer in the
duke@435 12 documentation and/or other materials provided with the distribution.
duke@435 13
trims@1907 14 - Neither the name of Oracle nor the names of its
duke@435 15 contributors may be used to endorse or promote products derived
duke@435 16 from this software without specific prior written permission.
duke@435 17
duke@435 18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
duke@435 19 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
duke@435 20 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
duke@435 21 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
duke@435 22 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
duke@435 23 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
duke@435 24 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
duke@435 25 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
duke@435 26 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
duke@435 27 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
duke@435 28 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

mercurial