static void addToLongThreadLocal(ThreadLocal tl, long l) { tl.set(toLong(tl!)+l); }