chore[virtual]: mark java 21 code

This commit is contained in:
godotg
2023-09-21 22:47:15 +08:00
parent eeefb697a9
commit ce9cc21fea
3 changed files with 3 additions and 0 deletions
@@ -24,6 +24,7 @@ public class FastThreadLocalAdapter<T> {
}
public T get() {
// return Thread.currentThread().isVirtual() ? supplier.get() : fastThreadLocal.get();
return fastThreadLocal.get();
}
}