comparison src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp @ 342:37f87013dfd8

6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
author ysr
date Thu, 05 Jun 2008 15:57:56 -0700
parents ba764ed4b6f2
children 1ee8caae33af
comparison
equal deleted inserted replaced
189:0b27f3512f9e 342:37f87013dfd8
500 CardTableModRefBS::PrecisionStyle precision, 500 CardTableModRefBS::PrecisionStyle precision,
501 HeapWord* boundary); 501 HeapWord* boundary);
502 502
503 void blk_iterate(BlkClosure* cl); 503 void blk_iterate(BlkClosure* cl);
504 void blk_iterate_careful(BlkClosureCareful* cl); 504 void blk_iterate_careful(BlkClosureCareful* cl);
505 HeapWord* block_start(const void* p) const; 505 HeapWord* block_start_const(const void* p) const;
506 HeapWord* block_start_careful(const void* p) const; 506 HeapWord* block_start_careful(const void* p) const;
507 size_t block_size(const HeapWord* p) const; 507 size_t block_size(const HeapWord* p) const;
508 size_t block_size_no_stall(HeapWord* p, const CMSCollector* c) const; 508 size_t block_size_no_stall(HeapWord* p, const CMSCollector* c) const;
509 bool block_is_obj(const HeapWord* p) const; 509 bool block_is_obj(const HeapWord* p) const;
510 bool obj_is_alive(const HeapWord* p) const; 510 bool obj_is_alive(const HeapWord* p) const;