Dmitry Cherepanov
Dmitry Cherepanov
Please review the patch that introduces an alternative Nashorn-based implementation for PAC (proxy-auto-config) functionality. Switching to Nashorn will help to fix various compatibilities issues (that worked fine with Oracle JRE)....
Attaching thread dump after deadlock reproducible with MS PowerAutomate tool installed [itw-dump.txt](https://github.com/AdoptOpenJDK/IcedTea-Web/files/12147453/itw-dump.txt) The main thread: - PowerAutomate tool registers itself as an Assistive technology, so AWTToolkit.getToolkit() will trigger the loading...
Proposing the change for parity with Oracle (fixed in 11.0.21-oracle). The change isn't a backport and it's implemented according to the description of https://bugs.openjdk.org/browse/JDK-8301118. New allow/disallow options for the java.security.manager...
Improves parsing of keywords in tzdata rules - The patch from 11u doesn't apply cleanly due to [JDK-8042369](https://bugs.openjdk.org/browse/JDK-8042369) missing in 8u. I backported new version of `parseYear` method (https://hg.openjdk.org/jdk9/jdk9/jdk/rev/6c26f18d9bc0#l8.347) with...