[13] Review Request: 8220134 Cleanup the code in java.base which take care about multiple AppContext

Alan Bateman Alan.Bateman at oracle.com
Fri Apr 19 15:46:42 UTC 2019


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.

-Alan


More information about the core-libs-dev mailing list