Lines Matching refs:to

16  * 2 along with this work; if not, write to the Free Software Foundation,
106 // Update sizes to reflect the selected page size(s).
110 // move to the common code.
118 // Align old gen size down to preserve specified heap size.
145 // alignment" ReservedSpace ctor to avoid having to use the same page size for
153 // Failed to reserve at specified address - the requested memory
155 // Try again to reserver heap higher.
160 // Failed to reserve at specified address again - give up.
270 // Need to init the tenuring threshold
358 // in some cases to check that is_in_young() is correct.
370 // operation, transfer control to the VM thread, and await the results of a
378 // attempting garbage collection. It is okay to grab locks and
379 // expand the heap, if that can be done without coming to a safepoint.
384 // the basic allocation policy is unable to satisfy a mem_allocate
385 // request. This policy needs to cover the entire range of collection,
387 // attempt to allocate the requested memory.
396 // we rely on the size_policy object to force a bail out.
405 // set it so here and reset it to true only if the gc time
415 // We don't want to have multiple collections for a single filled generation.
441 // Failed to allocate without a gc.
456 fatal("Possible deadlock due to allocating while"
486 // gc overhead limit (although enough may have been collected to
567 // collection methods. This method decides where to attempt allocations,
568 // and when to attempt collections, but no collection specific policy.
630 // We don't want to have multiple collections for a single filled generation.
666 fatal("Possible deadlock due to allocating while"
682 // will succeeded if the applications decides to handle the
683 // out-of-memory and tries to go on.
713 // flag to avoid the following situation.
715 // the collection fails to return enough space and an OOM is thrown
742 // we do not set collection policy, only where & when to allocate and
798 // We don't need barriers for stores to objects in the
799 // young gen and, a fortiori, for initializing stores to
895 ensure_parsability(false); // no need to retire TLABs for verification
914 MutableSpace* to = young_gen()->to_space();
915 SpaceSummary to_space(to->bottom(), to->end(), to->used_in_bytes());
996 assert(_psh != NULL, "Uninitialized access to ParallelScavengeHeap::heap()");
1001 // Before delegating the resize to the young generation,
1003 // may be changed to accomodate the desired resize.
1014 // Delegate the resize to the generation.
1018 // Before delegating the resize to the old generation,
1020 // may be changed to accomodate the desired resize.
1030 // Delegate the resize to the generation.