8344575: Examine usage of ReflectUtil.forName() in java.sql.rowset - XmlReaderContentHandler

Reviewed-by: lancea, mchung, alanb, liach
This commit is contained in:
Brent Christian 2024-12-06 21:18:35 +00:00
parent 470701f0bb
commit e0d6398783
3 changed files with 8 additions and 14 deletions

View file

@ -32,10 +32,6 @@ public final class ReflectUtil {
private ReflectUtil() {
}
public static Class<?> forName(String name) throws ClassNotFoundException {
return Class.forName(name);
}
/**
* Ensures that access to a method or field is granted and throws
* IllegalAccessException if not. This method is not suitable for checking