hotspot/src/share/vm/gc_implementation/shared/ageTable.hpp
changeset 2105 347008ce7984
parent 2009 4adf43957a1b
child 5547 f4b087cbb361
equal deleted inserted replaced
2103:1c96ff6b4fc7 2105:347008ce7984
     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