comparison src/share/vm/gc_implementation/concurrentMarkSweep/vmStructs_cms.hpp @ 7171:7c15faa95ce7

8003879: Duplicate definitions in vmStructs Summary: Removed duplicate entries Reviewed-by: dholmes, sspitsyn
author mikael
date Tue, 27 Nov 2012 07:57:57 -0800
parents 685df3c6f84b
children 3c327c2b6782 6cf2530f7fd3
comparison
equal deleted inserted replaced
7170:ca1be5fbe6ff 7171:7c15faa95ce7
63 declare_toplevel_type(CompactibleFreeListSpace*) \ 63 declare_toplevel_type(CompactibleFreeListSpace*) \
64 declare_toplevel_type(CMSCollector*) \ 64 declare_toplevel_type(CMSCollector*) \
65 declare_toplevel_type(AFLBinaryTreeDictionary*) \ 65 declare_toplevel_type(AFLBinaryTreeDictionary*) \
66 declare_toplevel_type(LinearAllocBlock) \ 66 declare_toplevel_type(LinearAllocBlock) \
67 declare_toplevel_type(FreeBlockDictionary<FreeChunk>) \ 67 declare_toplevel_type(FreeBlockDictionary<FreeChunk>) \
68 declare_type(AFLBinaryTreeDictionary, FreeBlockDictionary<FreeChunk>) \ 68 declare_type(AFLBinaryTreeDictionary, FreeBlockDictionary<FreeChunk>)
69 declare_type(AFLBinaryTreeDictionary, FreeBlockDictionary<FreeChunk>) \
70 69
71 #define VM_INT_CONSTANTS_CMS(declare_constant) \ 70 #define VM_INT_CONSTANTS_CMS(declare_constant) \
72 declare_constant(Generation::ConcurrentMarkSweep) \ 71 declare_constant(Generation::ConcurrentMarkSweep) \
73 72
74 #endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_VMSTRUCTS_CMS_HPP 73 #endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_VMSTRUCTS_CMS_HPP