Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
PlatformDependent.threadLocalRandom()
to reduce memory footprint (
#13977) Motivation: Direct use of `io.netty.util.internal.ThreadLocalRandom` and `j.u.c.ThreadLocalRandom` could cause a lot of memory waste. Modifications: Use `PlatformDependent.threadLocalRandom()`. Result: Reduced Memory footprint.
- Loading branch information