153154155156157158159160161162163
synchronized (ctx) { AllowedOperationsAssociation.popInMethodFlag(); // Release the lock ctx.unlock(); // Still free? Not free if create() was called successfully if (ctx.getId() == null) { pool.free(ctx);
385386387388389390391392393394395
lock.sync(); try { // release it ctx.unlock(); // if removed, remove from cache if (ctx.getId() == null) { // Remove from cache
152153154155156157158159160161162
7374757677787980818283
/* 151 */ synchronized (ctx) /* */ { /* */ Object localObject1; /* 153 */ AllowedOperationsAssociation.popInMethodFlag(); /* */ /* 156 */ ctx.unlock(); /* */ /* 159 */ if (ctx.getId() == null) /* */ { /* 161 */ pool.free(ctx); /* */ }