I have dump from JProfiler, where I was looking on performance and found blocked threads during test run. It looks like this:
Accordind to question here Understanding the Reference Handler thread, the lock on java.lang.ref.Reference$Lock would means object is locked for running finalizers for GC. Is this assumption correct? Also why in second row, it states, this lock is owned by my other own thread? Is that possible?
Does have any knowledge what happening here?