src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-gc-g1-mmap Cdiff src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp

src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp

Print this page

        

*** 53,63 **** 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 --- 53,62 ----
src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File