-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: core-libs
-
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.