> On Nov 10, 2016, at 9:38 AM, David DeHaven <david.deha...@oracle.com> wrote: > > > Please review the (fairly straightforward) JDK changes needed to support > launching JavaFX applications in a named module. > > JBS: > https://bugs.openjdk.java.net/browse/JDK-8169289 > > Webrev: > http://cr.openjdk.java.net/~ddehaven/8169289/jdk.0/ > >
Would it be better to refactor line 557-563 and 612-624 and be called in the checkAndLoadMain method after the main class is loaded? Mandy