We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf9156 commit 344fffdCopy full SHA for 344fffd
core/src/main/java/jenkins/util/URLClassLoader2.java
@@ -77,6 +77,7 @@ public Class<?> findLoadedClass2(String name) {
77
78
/**
79
* Replace the JDK's per-name lock map with a GC-collectable lock object.
80
+ * See also: <a href="https://mail.openjdk.org/pipermail/core-libs-dev/2025-May/146392.html">
81
*
82
* <p>Parallel-capable {@link ClassLoader} implementations keep a distinct lock object per class
83
* name indefinitely, which can retain huge maps when there are many misses. Returning an
0 commit comments