Searched refs:claimValue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.hpp729 bool claimHeapRegion(int claimValue);
732 void set_claim_value(int claimValue) { _claimed = claimValue; } argument
H A DheapRegion.cpp445 bool HeapRegion::claimHeapRegion(jint claimValue) { argument
447 if (current != claimValue) {
448 jint res = Atomic::cmpxchg(claimValue, &_claimed, current);

Completed in 3242 milliseconds