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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp170 // example, we revoke the bias due to an identity hash code
328 (bulk_rebias ? "rebias" : "revoke"),
340 // Use the epoch in the klass of the object to implicitly revoke
373 // adjust the header of the given object to revoke its bias.
387 // Now walk all threads' stacks and forcibly revoke the biases of
530 // We can revoke the biases of anonymously-biased objects
536 // We are probably trying to revoke the bias of this object due to
537 // an identity hash code computation. Try to revoke the bias
565 // to rebias or revoke the bias of this object we can do it
569 // needing to revoke biase
631 void BiasedLocking::revoke(GrowableArray<Handle>* objs) { function in class:BiasedLocking
[all...]

Completed in 47 milliseconds