8129961: SIGSEGV when copying to survivor space

Remove "include_young" parameter from GenCollectedHeap::no_allocs_since_save_marks() since all existing uses pass true to always rescan young gen.

Reviewed-by: jmasa, kbarrett
This commit is contained in:
Eric Caspole 2015-07-13 11:49:23 -04:00
parent ef59ce7332
commit 34bcc977bc
4 changed files with 9 additions and 11 deletions

View file

@ -436,7 +436,7 @@ public:
// Returns "true" iff no allocations have occurred since the last
// call to "save_marks".
bool no_allocs_since_save_marks(bool include_young);
bool no_allocs_since_save_marks();
// Returns true if an incremental collection is likely to fail.
// We optionally consult the young gen, if asked to do so;