On 19/05/2025 15:34, Robert Stupp wrote:
Hi,
I'd like to follow up on https://bugs.openjdk.org/browse/JDK-8350547.
TL;DR java.lang.ClassLoader.definePackage() (the one taking 8
arguments) clearly defines that a IllegalArgumentException is thrown,
"if a package of the given name is already
Hi,
I'd like to follow up on https://bugs.openjdk.org/browse/JDK-8350547.
TL;DR java.lang.ClassLoader.definePackage() (the one taking 8 arguments)
clearly defines that a IllegalArgumentException is thrown, "if a package
of the given name is already defined by this class loader".
However, it