-
Enhancement
-
Resolution: Fixed
-
P3
-
14
-
b14
MethodType::fromMethodDescriptorString default to use the system class loader in resolving classes per the given descriptor string if the loader parameter is null.
This API accesses to the system class loader on behalf of the caller should do a security permission check as ClassLoader::getSystemClassLoader.
This API accesses to the system class loader on behalf of the caller should do a security permission check as ClassLoader::getSystemClassLoader.
- csr for
-
JDK-8230777 MethodType::fromMethodDescriptorString should require security permission if loader is null
- Closed