I am continuing my path to deep understanding of Java Thread. Unfortunately my Java Certification didn\'t cover that part, so the only way of learning is to post a series of dum
java.lang.ref.Reference$Lock
was locked in the method mentioned in the line preceding it (i.e in ReferenceHandler.run()
..class
file doesn't contain any source code location information (at least for this specific point). This can happen either when the method is a synthetic one (doesn't look like it here), or the class was compiled without debug information.waiting on
without a corresponding locked
.