Details
Description
ResourceBundle.getBundle(String, Locale) performance is significantly slower in JDK 9 compared to JDK 8.
The bulk of the regression seems to be the attempt to load <baseName>Provider, something that it should not be doing when the consumer is in the unnamed module.
Attached to this bug is a simple test case.
The bulk of the regression seems to be the attempt to load <baseName>Provider, something that it should not be doing when the consumer is in the unnamed module.
Attached to this bug is a simple test case.