src/share/vm/memory/genCollectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/genCollectedHeap.hpp	Wed Apr 30 00:14:07 2014
--- new/src/share/vm/memory/genCollectedHeap.hpp	Wed Apr 30 00:14:07 2014

*** 451,461 **** --- 451,461 ---- // collection attempt failed with no corrective action as of yet. bool incremental_collection_will_fail(bool consult_young) { // Assumes a 2-generation system; the first disjunct remembers if an // incremental collection failed, even when we thought (second disjunct) // that it would not. ! assert(heap()->collector_policy()->is_two_generation_policy(), ! assert(heap()->collector_policy()->is_generation_policy(), "the following definition may not be suitable for an n(>2)-generation system"); return incremental_collection_failed() || (consult_young && !get_gen(0)->collection_attempt_is_safe()); }

src/share/vm/memory/genCollectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File