Details
-
Sub-task
-
Resolution: Fixed
-
P3
-
9
-
b13
Description
Need to specify the behavior of ResourceBundle::getBundle when invoked by JNI code with no caller frame and what module/class loader is the default (for the getBundle APIs without the module/class loader parameter).
The unnamed module defined by the system class loader may be an appropriate default to consider.
ResourceBundle::clearCache also needs to be looked at.
The unnamed module defined by the system class loader may be an appropriate default to consider.
ResourceBundle::clearCache also needs to be looked at.
Attachments
Issue Links
- csr for
-
JDK-8282575 ResourceBundle::getBundle may throw NPE when invoked by JNI code with no caller frame
- Closed