RFR: 8228773: URLClassLoader constructors should include API note warning that the parent should not be null [v3]

Jaikiran Pai jpai at openjdk.org
Fri May 30 06:26:51 UTC 2025


On Thu, 29 May 2025 16:43:46 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>>> something like "See Run-time Built-in Class Loaders for information on the system class loader other and the other built-in class loaders". I think that might work.
>> 
>> Done. Updated the PR with this text.
>
> Ah, I see I said "system class loader" in error, I meant the bootstrap classloader because the that is what the first sentence is about. Sorry for the confusion.

No problem. Although I had seen that discrepancy, I assumed that you probably wanted to nudge users towards the use of system class loader for these constructors. I will replace it to bootstrap class loader shortly.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25517#discussion_r2115221587


More information about the net-dev mailing list