<i18n dev> RFR: 8345325: SM cleanup of GetPropertyAction in java.base [v2]

Eirik Bjørsnøs eirbjo at openjdk.org
Mon Dec 2 20:47:16 UTC 2024


On Mon, 2 Dec 2024 20:28:13 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> src/java.base/share/classes/java/lang/invoke/MethodHandleNatives.java line 710:
>> 
>>> 708: 
>>> 709:     static {
>>> 710:         Properties props = GetPropertyAction.privilegedGetProperties();
>> 
>> This is probably the last usage of Properties.
>
> Yes, with Sean's changes in #22418, GetPropertyAction et.al. is deleted.

@RogerRiggs Alan may have referred to the import of `java.util.Properties`.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22497#discussion_r1866579197


More information about the i18n-dev mailing list