// The following methods are used by the parallel scavenge collector
VM_ParallelGCFailedAllocationsymbol
uint gc_count) :
VM_CollectForAllocation(word_size, gc_count, GCCause::_allocation_failure) {
assert(word_size != 0, "An allocation should always be requested with this operation.");
}
GCCauseSetter gccs(heap, _gc_cause); if (!_full) {
/ If(nd only if) the java.lang.StringIndexOutOfBoundsException: Index 71 out of bounds for length 71
heap->invoke_scavenge();
} else {
heap->do_full_collection(false);
}
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.