< prev index next >

src/share/vm/gc/parallel/objectStartArray.cpp

Print this page
rev 12906 : [mq]: gc_interface

*** 31,41 **** #include "services/memTracker.hpp" void ObjectStartArray::initialize(MemRegion reserved_region) { // We're based on the assumption that we use the same // size blocks as the card table. ! assert((int)block_size == (int)CardTableModRefBS::card_size, "Sanity"); assert((int)block_size <= 512, "block_size must be less than or equal to 512"); // Calculate how much space must be reserved _reserved_region = reserved_region; --- 31,41 ---- #include "services/memTracker.hpp" void ObjectStartArray::initialize(MemRegion reserved_region) { // We're based on the assumption that we use the same // size blocks as the card table. ! assert((int)block_size == (int)CardTable::card_size, "Sanity"); assert((int)block_size <= 512, "block_size must be less than or equal to 512"); // Calculate how much space must be reserved _reserved_region = reserved_region;
< prev index next >