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

changeset 5166
7c5a1b62f53d
parent 4196
685df3c6f84b
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp	Tue May 21 11:30:14 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp	Wed May 22 08:04:58 2013 +0200
     1.3 @@ -55,7 +55,6 @@
     1.4   public:
     1.5  
     1.6    AdaptiveFreeList();
     1.7 -  AdaptiveFreeList(Chunk* fc);
     1.8  
     1.9    using FreeList<Chunk>::assert_proper_lock_protection;
    1.10  #ifdef ASSERT

mercurial