comparison src/share/vm/gc_implementation/shared/ageTable.hpp @ 579:0fbdb4381b99

6814575: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
author xdono
date Mon, 09 Mar 2009 13:28:46 -0700
parents 58054a18d735
children c18cbe5936b8
comparison
equal deleted inserted replaced
577:f9d5cfc2afa2 579:0fbdb4381b99
1 /* 1 /*
2 * Copyright 1997-2003 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
20 * CA 95054 USA or visit www.sun.com if you need additional information or 20 * CA 95054 USA or visit www.sun.com if you need additional information or
21 * have any questions. 21 * have any questions.
22 * 22 *
23 */ 23 */
24 24
25 /* Copyright 1992 Sun Microsystems, Inc. and Stanford University. 25 /* Copyright 1992-2009 Sun Microsystems, Inc. and Stanford University.
26 See the LICENSE file for license information. */ 26 See the LICENSE file for license information. */
27 27
28 // Age table for adaptive feedback-mediated tenuring (scavenging) 28 // Age table for adaptive feedback-mediated tenuring (scavenging)
29 // 29 //
30 // Note: all sizes are in oops 30 // Note: all sizes are in oops