src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpClientImpl.java
branchhttp-client-branch
changeset 56074 06459c34105f
parent 56010 782b2f2d1e76
equal deleted inserted replaced
56073:38d25d0eeae8 56074:06459c34105f
   972         }
   972         }
   973 
   973 
   974         // can be useful for debugging
   974         // can be useful for debugging
   975         if (toHandle != null && Log.trace()) {
   975         if (toHandle != null && Log.trace()) {
   976             Log.logTrace("purgeTimeoutsAndReturnNextDeadline: handling "
   976             Log.logTrace("purgeTimeoutsAndReturnNextDeadline: handling "
   977                     + (toHandle == null ? 0 : toHandle.size()) + " events, "
   977                     +  toHandle.size() + " events, "
   978                     + "remaining " + remaining
   978                     + "remaining " + remaining
   979                     + ", next deadline: " + (diff < 0 ? 0L : diff));
   979                     + ", next deadline: " + (diff < 0 ? 0L : diff));
   980         }
   980         }
   981 
   981 
   982         // handle timeout events out of critical section
   982         // handle timeout events out of critical section