comparison src/share/vm/gc_implementation/concurrentMarkSweep/vmStructs_cms.hpp @ 7989:454d7cc622ab

Merge
author dcubed
date Wed, 06 Feb 2013 15:22:32 -0800
parents 3c327c2b6782 6cf2530f7fd3
children f6490a5f084a
comparison
equal deleted inserted replaced
7948:ef1e11845e18 7989:454d7cc622ab
1 /* 1 /*
2 * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2007, 2013, Oracle and/or its affiliates. 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.
30 static_field) \ 30 static_field) \
31 nonstatic_field(CompactibleFreeListSpace, _collector, CMSCollector*) \ 31 nonstatic_field(CompactibleFreeListSpace, _collector, CMSCollector*) \
32 nonstatic_field(CompactibleFreeListSpace, _bt, BlockOffsetArrayNonContigSpace) \ 32 nonstatic_field(CompactibleFreeListSpace, _bt, BlockOffsetArrayNonContigSpace) \
33 \ 33 \
34 nonstatic_field(CMSBitMap, _bmWordSize, size_t) \ 34 nonstatic_field(CMSBitMap, _bmWordSize, size_t) \
35 nonstatic_field(CMSBitMap, _shifter, const int) \ 35 nonstatic_field(CMSBitMap, _shifter, const int) \
36 nonstatic_field(CMSBitMap, _bm, BitMap) \ 36 nonstatic_field(CMSBitMap, _bm, BitMap) \
37 nonstatic_field(CMSBitMap, _virtual_space, VirtualSpace) \ 37 nonstatic_field(CMSBitMap, _virtual_space, VirtualSpace) \
38 nonstatic_field(CMSCollector, _markBitMap, CMSBitMap) \ 38 nonstatic_field(CMSCollector, _markBitMap, CMSBitMap) \
39 nonstatic_field(ConcurrentMarkSweepGeneration, _cmsSpace, CompactibleFreeListSpace*) \ 39 nonstatic_field(ConcurrentMarkSweepGeneration, _cmsSpace, CompactibleFreeListSpace*) \
40 static_field(ConcurrentMarkSweepThread, _collector, CMSCollector*) \ 40 static_field(ConcurrentMarkSweepThread, _collector, CMSCollector*) \
41 nonstatic_field(LinearAllocBlock, _word_size, size_t) \ 41 nonstatic_field(LinearAllocBlock, _word_size, size_t) \
42 nonstatic_field(AFLBinaryTreeDictionary, _total_size, size_t) \ 42 nonstatic_field(AFLBinaryTreeDictionary, _total_size, size_t) \