Re: 8181087: Module system implementation refresh (6/2017 update)

2017-06-14 Thread Mandy Chung
> On Jun 14, 2017, at 9:52 AM, Alan Bateman wrote: > > It's time to bring the changes accumulated in the jake forest into jdk9/dev. > I'm hoping we are near the end of these updates and that we can close the > jake forest soon. > > A summary of the changes that have

Re: 8181087: Module system implementation refresh (6/2017 update)

2017-06-14 Thread serguei.spit...@oracle.com
Hi Alan, I looked at the hotspot and top changes. They look good. Thanks, Serguei On 6/14/17 09:52, Alan Bateman wrote: It's time to bring the changes accumulated in the jake forest into jdk9/dev. I'm hoping we are near the end of these updates and that we can close the jake forest soon.

Re: 8181087: Module system implementation refresh (6/2017 update)

2017-06-14 Thread Peter Levart
Hi Alan, Looking just at changes in jdk part... On 06/14/2017 06:52 PM, Alan Bateman wrote: It's time to bring the changes accumulated in the jake forest into jdk9/dev. I'm hoping we are near the end of these updates and that we can close the jake forest soon. A summary of the changes that

8181087: Module system implementation refresh (6/2017 update)

2017-06-14 Thread Alan Bateman
It's time to bring the changes accumulated in the jake forest into jdk9/dev. I'm hoping we are near the end of these updates and that we can close the jake forest soon. A summary of the changes that have accumulated for this update are listed in this issue:

hg: jigsaw/jake/jdk: Restore paragraph on SM, removed in error

2017-06-14 Thread alan . bateman
Changeset: c488bbb509d9 Author:alanb Date: 2017-06-14 16:58 +0100 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/c488bbb509d9 Restore paragraph on SM, removed in error ! src/java.base/share/classes/java/lang/ModuleLayer.java

hg: jigsaw/jake/langtools: Clean up jdk.jdeps module-info.java

2017-06-14 Thread mandy . chung
Changeset: 046969a94992 Author:mchung Date: 2017-06-14 08:53 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/046969a94992 Clean up jdk.jdeps module-info.java ! src/jdk.jdeps/share/classes/module-info.java

hg: jigsaw/jake/jdk: 4 new changesets

2017-06-14 Thread alan . bateman
Changeset: 4d68e26297db Author:alanb Date: 2017-06-14 09:31 +0100 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/4d68e26297db More clean-up/clarification to jl.instrument spec ! src/java.instrument/share/classes/java/lang/instrument/package-info.java Changeset: 4c1a6e0ad708

Re: Accessing module internals from bytecode rewriting agent

2017-06-14 Thread Alan Bateman
On 14/06/2017 00:57, Jeremy Manson wrote: Hey folks, As a followup to this, given everything else that has happened in the mean time: I wonder if the same logic Mark put in his proposal to allow illegal access to internal APIs (

Re: Review Request JDK-8182032: Make java.compiler upgradeable

2017-06-14 Thread Erik Joelsson
Hello Mandy, Looks good to me. /Erik On 2017-06-13 07:35, Mandy Chung wrote: Webrev at: http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8182032/webrev.00/ java.compiler is a standalone technology that allows to be running on older JDK, in particular for IDE to support new language