+1 -phil
On 8/1/16, 9:13 AM, Jayathirth D V wrote:
Hi, Please review the following fix in JDK9 at your convenience : Bug : https://bugs.openjdk.java.net/browse/JDK-8160736Webrev : http://cr.openjdk.java.net/~jdv/8160736/webrev.00/ <http://cr.openjdk.java.net/%7Ejdv/8160736/webrev.00/>Root Cause : KSS tool has detected usage of class.forName where it can be avoided.Solution : Use <Classname.class> instead of using class.forName. Thanks, Jay