On Fri, 15 Nov 2024 15:58:36 GMT, Roger Riggs <rri...@openjdk.org> wrote:
>> Eirik Bjørsnøs has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove redundant suppression > > src/java.base/share/classes/jdk/internal/util/ClassFileDumper.java line 82: > >> 80: >> 81: private ClassFileDumper(String key, String path) { >> 82: /* > > The comment might still be relevant if changed to System.getProperty. It's fine now: previously user defined security manager was effectively loading user code that uses java.lang.invoke, now users cannot specify security managers, so this problem does not exist any more. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22141#discussion_r1844121917