comparison src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp @ 10334:7c5a1b62f53d

8014971: Minor code cleanup of the freelist management Reviewed-by: jwilhelm, jmasa, tschatzl
author brutisso
date Wed, 22 May 2013 08:04:58 +0200
parents 685df3c6f84b
children de6a9e811145
comparison
equal deleted inserted replaced
10333:6702da6b6082 10334:7c5a1b62f53d
53 AllocationStats _allocation_stats; // allocation-related statistics 53 AllocationStats _allocation_stats; // allocation-related statistics
54 54
55 public: 55 public:
56 56
57 AdaptiveFreeList(); 57 AdaptiveFreeList();
58 AdaptiveFreeList(Chunk* fc);
59 58
60 using FreeList<Chunk>::assert_proper_lock_protection; 59 using FreeList<Chunk>::assert_proper_lock_protection;
61 #ifdef ASSERT 60 #ifdef ASSERT
62 using FreeList<Chunk>::protecting_lock; 61 using FreeList<Chunk>::protecting_lock;
63 #endif 62 #endif