Alex Reicher

Results 1 comments of Alex Reicher

Hi @raphw , The [attempt to “warm-up” `ClassCircularityLock.Default`](https://github.com/raphw/byte-buddy/commit/41ce148fc578b6661603d4f8300f4fdd9414653d) will not solve the `ClassCircularityError` risk for Byte Buddy users because `ConcurrentHashMap::putIfAbsent` only loads `ThreadLocalRandom` if it detects thread contention. A quick...