hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.hpp

Print this page
rev 611 : Merge

*** 1,10 **** #ifdef USE_PRAGMA_IDENT_HDR #pragma ident "@(#)psPromotionLAB.hpp 1.13 07/05/05 17:05:30 JVM" #endif /* ! * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,10 ---- #ifdef USE_PRAGMA_IDENT_HDR #pragma ident "@(#)psPromotionLAB.hpp 1.13 07/05/05 17:05:30 JVM" #endif /* ! * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 33,43 **** class ObjectStartArray; class PSPromotionLAB : public CHeapObj { protected: ! static const size_t filler_header_size; enum LabState { needs_flush, flushed, zero_size --- 33,43 ---- class ObjectStartArray; class PSPromotionLAB : public CHeapObj { protected: ! static size_t filler_header_size; enum LabState { needs_flush, flushed, zero_size