The correct link for the patches are https://gwt-review.googlesource.com/#/c/19000/ https://gwt-review.googlesource.com/#/c/19020/
On Wed, Jul 26, 2017 at 6:29 PM, Roberto Lublinerman <[email protected]> wrote: > I have uploaded two patches for review to allow GWT to run under a Java 9 > vm. > > https://gwt-review.googlesource.com/#/c/19000/ > https://gwt-review.googlesource.com/#/c/19001/ > > The main issue is (as noted by James) that the class loading has been > revamped and GWT can no longer assume that the class loaders are > UrlClassLoaders. > > The idea is first to be able to run GWT on a Java 9 vm compiling Java 8 > sources. > > On Wed, Jun 14, 2017 at 3:01 PM, James Nelson <[email protected]> > wrote: > >> >>> It is my understanding that we use ASM to load the annotation attributes >>> from source classes, and then create a Proxy to load member values / >>> classes / enums off the classpath. JDT is not involved at all (strange >>> that it isn't...). >>> >>> >> The most likely reason we aren't using JDT to compile the annotaitons is >> we are really only using the parser, but not the linker (no code to emit >> classfiles).... >> >> -- >> You received this message because you are subscribed to the Google Groups >> "GWT Contributors" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/google-web-toolkit-contributors/d08d7ad2-4f67-4118-bf81- >> 2924fedfddf3%40googlegroups.com >> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/d08d7ad2-4f67-4118-bf81-2924fedfddf3%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAC7T7gnO-OFBnzEKyoF1mi3W4Tqn%2BjE_CDTrNpGU2i98yKPjhA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
