hg: jdk8u/jdk8u-dev/langtools: 2 new changesets
eric.mccorkle at oracle.com
eric.mccorkle at oracle.com
Tue Nov 25 15:21:46 UTC 2014
Changeset: cb7e7928902f
Author: emc
Date: 2014-11-24 12:49 -0500
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/langtools/rev/cb7e7928902f
8029012: parameter_index for type annotation not updated after outer.this added
Summary: Fix javac's handling of type annotations when synthetic parameters are added
Reviewed-by: jjg, mcimadamore
! src/share/classes/com/sun/tools/javac/comp/Lower.java
+ test/tools/javac/annotations/typeAnnotations/classfile/ClassfileInspector.java
+ test/tools/javac/annotations/typeAnnotations/classfile/SyntheticParameters.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/Constructors.java
Changeset: 272300c8b557
Author: emc
Date: 2014-11-25 08:30 -0500
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/langtools/rev/272300c8b557
8065132: Parameter annotations not updated when synthetic parameters are prepended
Summary: Cause javac to add synthetic parameters to Runtime[In]VisibleParameterAnnotations attributes
Reviewed-by: jjg, jfranck
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
+ test/lib/annotations/annotations/classfile/ClassfileInspector.java
+ test/tools/javac/annotations/SyntheticParameters.java
- test/tools/javac/annotations/typeAnnotations/classfile/ClassfileInspector.java
! test/tools/javac/annotations/typeAnnotations/classfile/SyntheticParameters.java
More information about the jdk8u-dev-changes
mailing list