src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp
Index
Unified diffs
Context diffs
Sdiffs
Patch
New
Old
Previous File
Next File
*** old/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp Tue May 21 15:13:49 2013
--- new/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp Tue May 21 15:13:49 2013
*** 53,63 ****
--- 53,62 ----
AllocationStats _allocation_stats; // allocation-related statistics
public:
AdaptiveFreeList();
AdaptiveFreeList(Chunk* fc);
using FreeList<Chunk>::assert_proper_lock_protection;
#ifdef ASSERT
using FreeList<Chunk>::protecting_lock;
#endif
src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp
Index
Unified diffs
Context diffs
Sdiffs
Patch
New
Old
Previous File
Next File