< prev index next >

src/share/vm/memory/collectorPolicy.hpp

Print this page
rev 7318 : 8064721: The card tables only ever need two covering regions

*** 150,163 **** #endif // INCLUDE_ALL_GCS virtual BarrierSet::Name barrier_set_name() = 0; ! // Create the remembered set (to cover the given reserved region, ! // allowing breaking up into at most "max_covered_regions"). ! virtual GenRemSet* create_rem_set(MemRegion reserved, ! int max_covered_regions); // This method controls how a collector satisfies a request // for a block of memory. "gc_time_limit_was_exceeded" will // be set to true if the adaptive size policy determine that // an excessive amount of time is being spent doing collections --- 150,160 ---- #endif // INCLUDE_ALL_GCS virtual BarrierSet::Name barrier_set_name() = 0; ! virtual GenRemSet* create_rem_set(MemRegion reserved); // This method controls how a collector satisfies a request // for a block of memory. "gc_time_limit_was_exceeded" will // be set to true if the adaptive size policy determine that // an excessive amount of time is being spent doing collections
< prev index next >