hg: jdk9/jdk9/langtools: 8 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Wed Jun 11 18:25:56 UTC 2014
Changeset: 4e6234110d3a
Author: vromero
Date: 2014-05-30 18:21 +0100
URL: http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/4e6234110d3a
8042785: javac, bridge methods are not getting the flags from the original method
Reviewed-by: jjg, jlahoda
! src/share/classes/com/sun/tools/javac/code/Flags.java
! src/share/classes/com/sun/tools/javac/comp/TransTypes.java
+ test/tools/javac/T8042785/FlagsNotCopiedToBridgeMethodTest.java
Changeset: 62e5d13e3383
Author: vromero
Date: 2014-06-02 22:36 +0100
URL: http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/62e5d13e3383
8044487: Fix for 8042785 causes regression tests to fail with java.lang.VerifyError
Reviewed-by: jjg, ksrini
! src/share/classes/com/sun/tools/javac/code/Flags.java
! src/share/classes/com/sun/tools/javac/comp/TransTypes.java
- test/tools/javac/T8042785/FlagsNotCopiedToBridgeMethodTest.java
Changeset: b21c359c1fd1
Author: vromero
Date: 2014-06-04 20:01 +0100
URL: http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/b21c359c1fd1
8041713: Type inference of non-existent method references crashes the compiler
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/generics/diamond/T8041713/DiamondPlusUnexistingMethodRefCrashTest.java
+ test/tools/javac/generics/diamond/T8041713/DiamondPlusUnexistingMethodRefCrashTest.out
Changeset: 56b8da5c4eaf
Author: mcimadamore
Date: 2014-06-05 12:21 +0100
URL: http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/56b8da5c4eaf
8043893: Inference doesn't report error on incompatible upper bounds
Summary: Failure on type-equality check during incorporation doesn't trigger inference error
Reviewed-by: vromero
! src/share/classes/com/sun/tools/javac/comp/Infer.java
+ test/tools/javac/generics/inference/8043893/T8043893.java
+ test/tools/javac/generics/inference/8043893/T8043893.out
! test/tools/javac/generics/inference/EagerReturnTypeResolution/EagerReturnTypeResolutionTestb.out
Changeset: fe32d75d4d4f
Author: sogoel
Date: 2014-06-05 10:44 -0700
URL: http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/fe32d75d4d4f
8044064: Group 1: create .out files for cast and capture negative tests in tools/javac dir
Reviewed-by: jjg
! test/tools/javac/CaptureInSubtype.java
+ test/tools/javac/CaptureInSubtype.out
! test/tools/javac/capture/Capture2.java
+ test/tools/javac/capture/Capture2.out
! test/tools/javac/capture/Martin.java
+ test/tools/javac/capture/Martin.out
! test/tools/javac/capture/T6594284.java
+ test/tools/javac/capture/T6594284.out
! test/tools/javac/cast/5064736/T5064736.java
+ test/tools/javac/cast/5064736/T5064736.out
! test/tools/javac/cast/6219964/T6219964.java
+ test/tools/javac/cast/6219964/T6219964.out
! test/tools/javac/cast/6302956/T6302956.java
+ test/tools/javac/cast/6302956/T6302956.out
! test/tools/javac/cast/6548436/T6548436d.java
+ test/tools/javac/cast/6548436/T6548436d.out
! test/tools/javac/cast/BoxedArray.java
+ test/tools/javac/cast/BoxedArray.out
Changeset: 5eb7e8bb476b
Author: sogoel
Date: 2014-06-05 10:57 -0700
URL: http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/5eb7e8bb476b
8044072: Group 2: create .out files for OverrideChecks tests in tools/javac dir
Reviewed-by: jjg
! test/tools/javac/OverrideChecks/InconsistentReturn.java
+ test/tools/javac/OverrideChecks/InconsistentReturn.out
! test/tools/javac/OverrideChecks/Private.java
+ test/tools/javac/OverrideChecks/Private.out
! test/tools/javac/OverrideChecks/StaticOverride.java
+ test/tools/javac/OverrideChecks/StaticOverride.out
! test/tools/javac/OverrideChecks/T4720356a.java
+ test/tools/javac/OverrideChecks/T4720356a.out
! test/tools/javac/OverrideChecks/T4720359a.java
+ test/tools/javac/OverrideChecks/T4720359a.out
! test/tools/javac/OverrideChecks/T4721069.java
+ test/tools/javac/OverrideChecks/T4721069.out
! test/tools/javac/OverrideChecks/ThrowsConflict.java
+ test/tools/javac/OverrideChecks/ThrowsConflict.out
Changeset: 8ea3d41ba8f3
Author: jjg
Date: 2014-06-05 13:22 -0700
URL: http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/8ea3d41ba8f3
8046067: test/tools/javac/api/6410643/T6410643.java is broken
Reviewed-by: darcy, ksrini
! test/tools/javac/api/6410643/T6410643.java
Changeset: b64f8d5b97fa
Author: lana
Date: 2014-06-05 19:38 -0700
URL: http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/b64f8d5b97fa
Merge
More information about the jdk9-all-changes
mailing list