hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
changeset 360 21d113ecbf6a
parent 185 cda2a1eb4be5
child 670 ddf3e9583f2f
child 1374 4c24294029a9
equal deleted inserted replaced
357:f4edb0d9f109 360:21d113ecbf6a
   538 
   538 
   539   // Allocation support
   539   // Allocation support
   540   HeapWord* allocate(size_t size);
   540   HeapWord* allocate(size_t size);
   541   HeapWord* par_allocate(size_t size);
   541   HeapWord* par_allocate(size_t size);
   542 
   542 
   543   oop       promote(oop obj, size_t obj_size, oop* ref);
   543   oop       promote(oop obj, size_t obj_size);
   544   void      gc_prologue();
   544   void      gc_prologue();
   545   void      gc_epilogue();
   545   void      gc_epilogue();
   546 
   546 
   547   // This call is used by a containing CMS generation / collector
   547   // This call is used by a containing CMS generation / collector
   548   // to inform the CFLS space that a sweep has been completed
   548   // to inform the CFLS space that a sweep has been completed