comparison src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp @ 269:850fdf70db2b

Merge
author jmasa
date Mon, 28 Jul 2008 15:30:23 -0700
parents d1605aabd0a1 12eea04c8b06
children e018e6884bd8
comparison
equal deleted inserted replaced
238:3df2fe7c4451 269:850fdf70db2b
19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
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
25 24
26 // A FreeBlockDictionary is an abstract superclass that will allow 25 // A FreeBlockDictionary is an abstract superclass that will allow
27 // a number of alternative implementations in the future. 26 // a number of alternative implementations in the future.
28 class FreeBlockDictionary: public CHeapObj { 27 class FreeBlockDictionary: public CHeapObj {
29 public: 28 public: