Changeset: b3e533ec494a
Author:jlahoda
Date: 2016-11-09 21:20 +0100
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/b3e533ec494a
Correcting reading of module-info.class with annotation with non-primitive
attributes.
! src/jdk.compiler/share/classes/com/sun/tools/javac/jv
Hi,
Looks OK. Is it 100% pass rate?
—Andrey
> On 9 Nov 2016, at 20:36, Denis Kononenko wrote:
>
>
>
> Hi,
>
> After discussion with Andrey we decided to add more tests for corner cases.
> The new changes are available by the link below.
>
> WEBREV: http://cr.openjdk.java.net/~dkononenko/8
Changeset: 6afd825302f0
Author:mchung
Date: 2016-11-09 09:57 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/jaxws/rev/6afd825302f0
open classes passed to JAXB context for deep reflection
! src/java.xml.ws/share/classes/module-info.java
Hi,
After discussion with Andrey we decided to add more tests for corner cases.
The new changes are available by the link below.
WEBREV: http://cr.openjdk.java.net/~dkononenko/8167240/webrev.03/
BUGURL: https://bugs.openjdk.java.net/browse/JDK-8167240
Thank you,
Denis.
> Hi,
>
> Looks OK to
Changeset: a413852e34a8
Author:jlahoda
Date: 2016-11-09 15:12 +0100
URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/a413852e34a8
Cleanup of deprecation warnings on modules in qualified exports, adjusting
j.l.Deprecated javadoc.
! src/java.base/share/classes/java/lang/Deprecate
Changeset: 1b2b41b41d73
Author:jlahoda
Date: 2016-11-09 15:10 +0100
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/1b2b41b41d73
Cleanup of deprecation warnings on modules in qualified exports.
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.
I'm wondering if we could improve the information provided in the
exception message. I don't think end users should have to turn on debug
flags in all scenarios if the information could easily be inserted into
the exception message.
e.g.
src/jdk.jlink/share/classes/jdk/tools/jlink/internal/Im