On Sun, 18 Jan 2026 09:48:55 GMT, Eirik Bjørsnøs <[email protected]> wrote:
>> src/java.base/share/classes/jdk/internal/loader/URLClassPath.java line 107: >> >>> 105: >>> 106: /* A list of loader-discovered URLs, if any */ >>> 107: private ArrayList<URL> loaderPath; >> >> Document these three variables' accesses are guarded by monitor on `path`. >> >> In addition, this is probably more accurately called `dfsUrls`, because they >> are paths waiting for expansion from a DFS. > >> Document these three variables' accesses are guarded by monitor on `path`. > > Thanks, see above. > >> In addition, this is probably more accurately called `dfsUrls`, because they >> are paths waiting for expansion from a DFS. > > Excuse my ignorance, what do you mean by 'DFS' in this context? Depth-first search. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29288#discussion_r2702504594
