On Sun, 9 Aug 2026 13:01:37 GMT, ExE Boss <[email protected]> wrote: >> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Use shared implementation > > src/java.desktop/macosx/classes/sun/lwawt/macosx/CDesktopPeer.java line 96: > >> 94: .map(String::trim) >> 95: .anyMatch(allowed -> >> allowed.equalsIgnoreCase(scheme))); >> 96: } > > This whitelist computation should probably be in shared code and cached > somewhere
Computation is done now in shared code ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32247#discussion_r3827107577
