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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp481 bool claim_oops_do_par_case(int collection_parity);
483 // Requires that "collection_parity" is that of the current strong roots
485 // "collection_parity", and returns "true". If "is_par" is true,
487 // "collection_parity", if it is not already. Returns "true" iff the
491 bool claim_oops_do(bool is_par, int collection_parity) { argument
493 _oops_do_parity = collection_parity;
496 return claim_oops_do_par_case(collection_parity);

Completed in 42 milliseconds