-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b129
-
Not verified
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.