hg: jdk8u/jdk8u/langtools: 9 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Fri Jul 11 21:32:11 UTC 2014
Changeset: eb284abd64fe
Author: rfield
Date: 2014-06-23 13:14 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/eb284abd64fe
8046060: Different results of floating point multiplication for lambda code block
Summary: propogate strictfp into lambda body
Reviewed-by: vromero, jlahoda
! src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/tools/javac/lambda/LambdaTestStrictFP.java
+ test/tools/javac/lambda/LambdaTestStrictFPFlag.java
+ test/tools/javac/lambda/LambdaTestStrictFPMethod.java
Changeset: a138f9c9ba33
Author: vromero
Date: 2014-03-18 22:12 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/a138f9c9ba33
8036007: javac crashes when encountering an unresolvable interface
Reviewed-by: vromero, jlahoda
Contributed-by: paul.govereau at oracle.com
! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/missingSuperRecovery/MissingInterfaceTest.java
+ test/tools/javac/missingSuperRecovery/MissingInterfaceTest.out
+ test/tools/javac/missingSuperRecovery/MissingInterfaceTestDep.java
Changeset: 3a31259481d8
Author: coffeys
Date: 2014-06-25 16:50 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/3a31259481d8
Merge
Changeset: fc2a01ba3d79
Author: vromero
Date: 2014-06-17 17:33 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/fc2a01ba3d79
8036953: Fix timing of varargs access check, per JDK-8016205
Reviewed-by: mcimadamore, dlsmith
! src/share/classes/com/sun/tools/javac/code/Source.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! test/tools/javac/varargs/6313164/T6313164.java
- test/tools/javac/varargs/6313164/T6313164.out
+ test/tools/javac/varargs/6313164/T6313164Source7.out
+ test/tools/javac/varargs/6313164/T6313164Source8AndHigher.out
! test/tools/javac/varargs/6313164/T7175433.java
+ test/tools/javac/varargs/6313164/T7175433.out
! test/tools/javac/varargs/6313164/p1/B.java
Changeset: c51ac16f339f
Author: mfang
Date: 2014-06-25 14:21 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/c51ac16f339f
8047145: 8u20 l10n resource file translation update 2
Reviewed-by: naoto
! src/share/classes/com/sun/tools/doclint/resources/doclint_ja.properties
! src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
! src/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties
! src/share/classes/com/sun/tools/javadoc/resources/javadoc_ja.properties
! src/share/classes/com/sun/tools/javah/resources/l10n_ja.properties
! src/share/classes/com/sun/tools/jdeps/resources/jdeps_ja.properties
Changeset: d30377ee2733
Author: mfang
Date: 2014-06-27 14:01 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/d30377ee2733
Merge
- test/tools/javac/varargs/6313164/T6313164.out
Changeset: 71a31843f550
Author: vromero
Date: 2014-06-27 20:32 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/71a31843f550
8047719: Incorrect LVT in switch statement
Reviewed-by: jjg, jlahoda
! src/share/classes/com/sun/tools/javac/jvm/Code.java
! src/share/classes/com/sun/tools/javac/jvm/Gen.java
! test/tools/javac/flow/LVTHarness.java
! test/tools/javac/flow/tests/TestCaseSwitch.java
Changeset: 4b4841501dd9
Author: vromero
Date: 2014-07-04 16:34 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/4b4841501dd9
8049075: javac, wildcards and generic vararg method invocation not accepted
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/varargs/T8049075/VarargsAndWildcardParameterizedTypeTest.java
Changeset: 856dc4030eaa
Author: lana
Date: 2014-07-07 18:03 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/856dc4030eaa
Merge
- test/tools/javac/varargs/6313164/T6313164.out
More information about the jdk8u-changes
mailing list