We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa11ba commit c00ceacCopy full SHA for c00ceac
src/main/java/org/jsl/collider/ThreadPool.java
@@ -121,7 +121,7 @@ private Runnable getNext( int idx )
121
122
/* Schmidt D. algorithm suitable for the garbage collector
123
* environment can not be used here because the same Runnable
124
- * can be scheduled multiple times (to avoid useless object allocation).
+ * can be scheduled multiple times (to reduce GC pressure).
125
*/
126
127
if (runnable == LOCK)
0 commit comments