On Mon, 9 Dec 2024 08:58:19 GMT, Eirik Bjørsnøs wrote:
>>> Seems like we could simply use
>>> `Boolean.getBoolean("resource.bundle.debug")` instead?
>>
>> Naoto may know the history on this property. It may have been introduced for
>> debugging when working on the RB implementation or maybe it
On Mon, 9 Dec 2024 07:58:35 GMT, Alan Bateman wrote:
> If the former, and it was never documented, there is a lot more flexibility
> to change.
Fair enough. However, this SM change seems to accidentally have introduced a
bug where the system property is read twice, first calling System.getProp
On Sat, 7 Dec 2024 19:44:05 GMT, Eirik Bjørsnøs wrote:
> Seems like we could simply use `Boolean.getBoolean("resource.bundle.debug")`
> instead?
Naoto may know the history on this property. It may have been introduced for
debugging when working on the RB implementation or maybe it was introduc
On Fri, 15 Nov 2024 17:52:28 GMT, Roger Riggs wrote:
>> Remove use of doPrivileged and SecurityManager in java.util.
>
> Roger Riggs has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Correct @see link syntax in AbstractResourceBundleProvider
> Remove use of doPrivileged and SecurityManager in java.util.
Roger Riggs has updated the pull request incrementally with one additional
commit since the last revision:
Correct @see link syntax in AbstractResourceBundleProvider
-
Changes:
- all: https://git.openjdk.org/jdk/pul
On Fri, 15 Nov 2024 17:52:28 GMT, Roger Riggs wrote:
>> Remove use of doPrivileged and SecurityManager in java.util.
>
> Roger Riggs has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Correct @see link syntax in AbstractResourceBundleProvider