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

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java197 private transient volatile Object startupLock; field in class:Activation
247 synchronized (startupLock = new Object()) {
248 // all the remote methods briefly synchronize on startupLock
267 startupLock = null;
380 // its remote methods, then, must check startupLock (calling
469 // its remote methods, then, must check startupLock (calling
593 Object lock = startupLock;
612 Object lock = startupLock;

Completed in 42 milliseconds