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

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DObjectTable.java61 private static final Object tableLock = new Object(); field in class:ObjectTable
71 * Holders may NOT acquire a Target instance's lock or tableLock.
96 synchronized (tableLock) {
105 synchronized (tableLock) {
150 synchronized (tableLock) {
178 synchronized (tableLock) {
181 * holding tableLock to ensure that Reaper cannot process weakImpl in between
206 * the "tableLock" object, because it does not do so itself.
209 // assert Thread.holdsLock(tableLock);
230 synchronized (tableLock) {
[all...]

Completed in 43 milliseconds