hg: hsx/hotspot-comp/langtools: 13 new changesets
john.coomes at oracle.com
john.coomes at oracle.com
Thu Dec 5 11:30:54 PST 2013
Changeset: 8043b9cf31ab
Author: ihse
Date: 2013-11-04 11:08 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/8043b9cf31ab
8027566: Remove the old build system
Reviewed-by: erikj, tbell
+ make/BuildLangtools.gmk
! make/Makefile
- make/jprt.properties
- makefiles/BuildLangtools.gmk
- makefiles/Makefile
Changeset: f42a22e2b2cd
Author: kizune
Date: 2013-11-19 22:14 +0400
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/f42a22e2b2cd
6726154: javadoc generated with incorrect version in comment
Reviewed-by: jjg, bpatel, erikj, tbell
! make/BuildLangtools.gmk
! src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java
! src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlDocWriter.java
Changeset: 66bcd5d4b3d1
Author: vromero
Date: 2013-11-19 23:35 +0000
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/66bcd5d4b3d1
8028504: javac generates LocalVariableTable even with -g:none
Reviewed-by: jjg, jlahoda
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
+ test/tools/javac/T8028504/DontGenerateLVTForGNoneOpTest.java
Changeset: 7c89d200781b
Author: jlahoda
Date: 2013-11-20 13:44 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/7c89d200781b
6557966: Multiple upper bounds of the TypeVariable
Summary: Adjusting javax.lang.model javadoc regarding IntersectionType, IntersectionType.accept now calls visitIntersection for all kinds of IntersectionTypes.
Reviewed-by: darcy, vromero
Contributed-by: joe.darcy at oracle.com, jan.lahoda at oracle.com
! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/javax/lang/model/type/DeclaredType.java
! src/share/classes/javax/lang/model/type/IntersectionType.java
! src/share/classes/javax/lang/model/type/TypeVariable.java
! test/tools/javac/processing/model/type/IntersectionPropertiesTest.java
Changeset: ef44a2971cb1
Author: bpatel
Date: 2013-11-20 10:53 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/ef44a2971cb1
8027977: javadoc dies on NumberFormat/DateFormat subclass
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javadoc/DocEnv.java
+ test/com/sun/javadoc/testCompletionFailure/TestCompletionFailure.java
+ test/com/sun/javadoc/testCompletionFailure/pkg1/NumberFormatTest.java
Changeset: 4fa835472e3c
Author: rfield
Date: 2013-11-22 17:07 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/4fa835472e3c
8028739: javac generates incorrect descriptor for MethodHandle::invoke
Summary: introduce special handling for signature polymorphic methods
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestMethodHandle.java
Changeset: 7ef88faaa16c
Author: lana
Date: 2013-11-25 09:41 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/7ef88faaa16c
Merge
Changeset: a78f51d6bd5e
Author: jjg
Date: 2013-11-25 17:42 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/a78f51d6bd5e
8028318: [doclint] doclint will reject existing user-written doc comments using custom tags that follow the recommended rules
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/parser/DocCommentParser.java
! test/tools/doclint/CustomTagTest.java
! test/tools/doclint/CustomTagTest.out
! test/tools/doclint/CustomTagTestWithOption.out
Changeset: 3ea55d523981
Author: jfranck
Date: 2013-11-26 13:33 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/3ea55d523981
8028428: strictfp allowed as annotation element modifier
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Flags.java
+ test/tools/javac/annotations/AnnotationTypeElementModifiers.java
+ test/tools/javac/annotations/AnnotationTypeElementModifiers.out
Changeset: 8acb838c9b79
Author: jlahoda
Date: 2013-11-26 15:27 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/8acb838c9b79
8026374: javac accepts void as a method parameter
Summary: Changing Check.validate to reject void types.
Reviewed-by: jjg, vromero
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/declaration/method/MethodVoidParameter.java
+ test/tools/javac/declaration/method/MethodVoidParameter.out
Changeset: 756ae3791c45
Author: jlahoda
Date: 2013-11-26 15:33 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/756ae3791c45
8027789: Access method for Outer.super.m() references indirect superclass
Summary: Internally convert the qualified super access to an equivalent of an unqualified super access inside the access method.
Reviewed-by: vromero, jjg
! src/share/classes/com/sun/tools/javac/comp/Lower.java
! src/share/classes/com/sun/tools/javac/jvm/Gen.java
+ test/tools/javac/expression/_super/NonDirectSuper/Base.java
+ test/tools/javac/expression/_super/NonDirectSuper/NonDirectSuper.java
+ test/tools/javac/expression/_super/NonDirectSuper/Target11.java
Changeset: 43a80d75d06e
Author: lana
Date: 2013-12-03 10:47 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/43a80d75d06e
Merge
Changeset: 1670108bec25
Author: katleman
Date: 2013-12-04 23:11 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/1670108bec25
Added tag jdk8-b119 for changeset 43a80d75d06e
! .hgtags
More information about the hotspot-compiler-dev
mailing list