Skip to content

Commit 344fffd

Browse files
author
Dmytro Ukhlov
committed
Add mail.openjdk.org link
1 parent 4cf9156 commit 344fffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/jenkins/util/URLClassLoader2.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public Class<?> findLoadedClass2(String name) {
7777

7878
/**
7979
* 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">
8081
*
8182
* <p>Parallel-capable {@link ClassLoader} implementations keep a distinct lock object per class
8283
* name indefinitely, which can retain huge maps when there are many misses. Returning an

0 commit comments

Comments
 (0)