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

Roger Riggs rriggs at openjdk.org
Mon Dec 2 20:31:39 UTC 2024


On Mon, 2 Dec 2024 20:19:23 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Remove sun/security/action/GetPropertyAction.java and all uses.
>> 
>> Dependent on PR#22418
>
> 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.

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

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


More information about the i18n-dev mailing list