<i18n dev> RFR: 8345325: SM cleanup of GetPropertyAction in java.base
Alan Bateman
alanb at openjdk.org
Mon Dec 2 20:21:40 UTC 2024
On Mon, 2 Dec 2024 20:12:39 GMT, Roger Riggs <rriggs 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22497#discussion_r1866556255
More information about the i18n-dev
mailing list