Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
View | Details | Raw Unified | Return to bug 708
Collapse All | Expand All

(-)ClientGIOPConnection.java (-2 / +5 lines)
Line 128 Link Here
128
        	//Solve potential deadlock caused by COMM_FAILURE.
129
        	//The strategy is getting write_lock before sync connect_sync when you need both of them.
130
        	getWriteLock();
Line 130 Link Here
130
                getWriteLock();
133
            	//Removed. See above.
131
--
134
                //getWriteLock();
(-)GIOPConnection.java (-4 / +4 lines)
Line 451 Link Here
451
        close();
451
        //Removed. See issue ID 708
452
--
452
        //close();
Line 987 Link Here
987
                close();
988
                //Removed. See issue ID 708
988
--
989
                //close();

Return to bug 708