Review Request: JDK-8177980: ResourceBundle.getBundle throws NoClassDefFoundError when fails to define a class

Mandy Chung mandy.chung at oracle.com
Tue Apr 4 20:28:38 UTC 2017


http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8177980/webrev.00/

This is a simple fix.  ResourceBundle::getBundle should handle LinkageError that may be thrown by Class.forName when finding a class.

Mandy


More information about the jigsaw-dev mailing list