On 18/04/2019 23:41, Sergey Bylokhov wrote:
Hello. Please review the fix for JDK 13.Bug: https://bugs.openjdk.java.net/browse/JDK-8220134 Fix: http://cr.openjdk.java.net/~serb/8220134/webrev.00The AppContext class was used as a kind of "sandbox" in case of applets/webstart. Both applets and webstart were removed from the jdk11, since then we always use only one "MainAppcontext", which means that AppContext itself became useless.
Good riddance :-) The changes look fine. -Alan