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

changeset 698
12eea04c8b06
parent 622
790e66e5fbac
child 704
850fdf70db2b
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp	Fri Jun 27 19:12:11 2008 -0700
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp	Wed Jul 09 15:08:55 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