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

changeset 548
ba764ed4b6f2
parent 447
6432c3bb6240
child 631
d1605aabd0a1
child 777
37f87013dfd8
equal deleted inserted replaced
545:a49a647afe9a 548:ba764ed4b6f2
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

mercurial