On 19/04/2019 16:46, Alan Bateman wrote:
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.00
The 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.
Seconded :-)
I have double checked that the removed tests do not make sense
any longer with this "feature" gone.
Reviewed.
best regards,
-- daniel