Searched defs:parallel (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.hpp59 // parallel GC workers.
130 // first if in parallel.
165 bool parallel, uint chunk_size) :
166 _chooser(chooser), _parallel(parallel), _chunk_size(chunk_size),
164 CSetChooserParUpdater(CollectionSetChooser* chooser, bool parallel, uint chunk_size) argument
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableRS.cpp87 void CardTableRS::prepare_for_younger_refs_iterate(bool parallel) { argument
90 if (parallel) {
91 // Find a parallel value to be used next.
118 // In the parallel case, we may have to do this several times.
473 // We'd normally expect that if we are in the parallel case,
526 // in some cases in the current parallel scanning algorithm.]
528 // The main point below is that the parallel card scanning code
H A DdefNewGeneration.cpp527 bool parallel) {
525 expand_and_allocate(size_t size, bool is_tlab, bool parallel) argument
H A Dgeneration.cpp496 bool parallel) {
498 if (parallel) {
494 expand_and_allocate(size_t word_size, bool is_tlab, bool parallel) argument

Completed in 38 milliseconds