src/share/vm/gc_implementation/shared/ageTable.cpp

changeset 1014
0fbdb4381b99
parent 980
58054a18d735
child 1907
c18cbe5936b8
equal deleted inserted replaced
1012:f9d5cfc2afa2 1014:0fbdb4381b99
1 /* 1 /*
2 * Copyright 1997-2004 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 # include "incls/_precompiled.incl" 28 # include "incls/_precompiled.incl"
29 # include "incls/_ageTable.cpp.incl" 29 # include "incls/_ageTable.cpp.incl"
30 30

mercurial