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

changeset 704
850fdf70db2b
parent 631
d1605aabd0a1
parent 698
12eea04c8b06
child 1580
e018e6884bd8
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp	Fri Jul 25 11:29:03 2008 -0700
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp	Mon Jul 28 15:30:23 2008 -0700
     1.3 @@ -22,7 +22,6 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -
     1.8  // A FreeBlockDictionary is an abstract superclass that will allow
     1.9  // a number of alternative implementations in the future.
    1.10  class FreeBlockDictionary: public CHeapObj {

mercurial