mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
Reviewed-by: alanb, mchung
This commit is contained in:
parent
b5b5cba7fe
commit
9f9d678591
4 changed files with 15 additions and 1 deletions
|
@ -878,7 +878,7 @@ public class Proxy implements java.io.Serializable {
|
|||
}
|
||||
if (type != c) {
|
||||
throw new IllegalArgumentException(c.getName() +
|
||||
" referenced from a method is not visible from class loader");
|
||||
" referenced from a method is not visible from class loader: " + JLA.getLoaderNameID(ld));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue