On Mon, 2 Dec 2024 20:28:13 GMT, Roger Riggs <rri...@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