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

/openjdk7/hotspot/src/os/solaris/vm/
H A DosThread_solaris.cpp59 void OSThread::handle_spinlock_contention(int tries) { argument
62 if (tries > 10) {
63 os::yield_all(tries); // Yield to threads of any priority
64 } else if (tries > 5) {
/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DProviderConfig.java71 private int tries; field in class:ProviderConfig
117 tries = MAX_LOAD_TRIES;
127 return (tries < MAX_LOAD_TRIES);
132 tries = MAX_LOAD_TRIES;
186 tries++;

Completed in 40 milliseconds