On Fri, 2 Aug 2024 04:26:45 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Shaojin Wen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix performance regression caused by args.erase() > > Because we load the class in the bootstrap loader so it can access java.lang; > means our class cannot see user classes as a result. Great! according to @liach 's suggestion, we no longer use TrustedLookup, and it is safer to run with lower permissions. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20273#issuecomment-2285025974