On Mon, 2 Dec 2024 20:19:23 GMT, Alan Bateman <al...@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