hg: jdk8u/jdk8u-dev/langtools: 2 new changesets
jan.lahoda at oracle.com
jan.lahoda at oracle.com
Mon Mar 24 15:33:47 UTC 2014
Changeset: dac1b0a17386
Author: jlahoda
Date: 2014-01-15 13:49 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/langtools/rev/dac1b0a17386
8028576: Incorrect RuntimeVisibleTypeAnnotations for exception parameters when not generating debuging info
Summary: The exception parameters with type annotations need to be added into the varBuffer even if not generating debug info
Reviewed-by: jjg, emc
! src/share/classes/com/sun/tools/javac/jvm/Code.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/Driver.java
! test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java
Changeset: d0d60825c09d
Author: jlahoda
Date: 2014-03-07 13:35 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/langtools/rev/d0d60825c09d
8034854: outer_class_info_index of synthetic class is not zero
Summary: Auxiliary synthetic anonymous classes should not have an outer class specified in the InnerClasses attribute.
Reviewed-by: vromero, jjg, abuckley
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
+ test/tools/javac/classfiles/InnerClasses/SyntheticClasses.java
More information about the jdk8u-dev-changes
mailing list