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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp95 // revoke" operations using a "bias epoch" on a per-data-type basis.
176 // This should be called by JavaThreads to revoke the bias of an object
181 static void revoke(GrowableArray<Handle>* objs);
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...]
H A Ddeoptimization.cpp1092 BiasedLocking::revoke(objects_to_revoke);
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A Dgenerate.sh184 # revoke dumca
185 openssl ca -revoke dumca/dumca_cert.pem -config openssl.cnf \
195 # revoke for subca
212 # revoke susan
213 openssl ca -revoke subca/susan/susan_cert.pem -config openssl.cnf \
/openjdk7/jdk/test/java/security/cert/CertPathValidator/indirectCRL/
H A Dgenerate.sh184 # revoke dumca
185 openssl ca -revoke dumca/dumca_cert.pem -config openssl.cnf \
195 # revoke for subca
212 # revoke susan
213 openssl ca -revoke subca/susan/susan_cert.pem -config openssl.cnf \
/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A Dgenerate.sh240 # revoke alice's SHA1withRSA 1024 signed with RSA 1024
241 openssl ca -revoke subca/alice/alice_cert_sha1_1024_1024.pem \
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp845 BiasedLocking::revoke(objects_to_revoke);

Completed in 54 milliseconds