hg: tiered-attrib/dev/langtools: 6 new changesets

vicente.romero at oracle.com vicente.romero at oracle.com
Thu Jun 18 21:04:41 UTC 2015


Changeset: 283c9951fd23
Author:    sadayapalam
Date:      2015-05-29 10:15 +0530
URL:       http://hg.openjdk.java.net/tiered-attrib/dev/langtools/rev/283c9951fd23

8080842: Using Lambda Expression with name clash results in ClassFormatError
Summary: Ensure ScopeImpl can cope properly with remove when a field and method share the name
Reviewed-by: mcimadamore, jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Scope.java
+ test/tools/javac/scope/RemoveSymbolTest.java
+ test/tools/javac/scope/RemoveSymbolUnitTest.java

Changeset: 6709549d97be
Author:    vromero
Date:      2015-05-29 14:04 -0700
URL:       http://hg.openjdk.java.net/tiered-attrib/dev/langtools/rev/6709549d97be

8073372: Redundant CONSTANT_Class entry not generated for inlined constant
Reviewed-by: jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
! test/tools/javac/7153958/CPoolRefClassContainingInlinedCts.java
- test/tools/javac/7153958/pkg/ClassToBeStaticallyImported.java
+ test/tools/javac/7153958/pkg/ClassToBeStaticallyImportedA.java
+ test/tools/javac/7153958/pkg/ClassToBeStaticallyImportedB.java

Changeset: e6f23289fcf8
Author:    jjg
Date:      2015-05-29 15:50 -0700
URL:       http://hg.openjdk.java.net/tiered-attrib/dev/langtools/rev/e6f23289fcf8

8081541: @ignore CheckEBCDICLocaleTest
Reviewed-by: vromero

! test/tools/javac/4846262/CheckEBCDICLocaleTest.java

Changeset: 39a1c81084ce
Author:    jjg
Date:      2015-05-29 17:15 -0700
URL:       http://hg.openjdk.java.net/tiered-attrib/dev/langtools/rev/39a1c81084ce

8081538: test CheckEBCDICLocaleTest is failing
Reviewed-by: vromero

! test/tools/javac/4846262/CheckEBCDICLocaleTest.java

Changeset: 4b962acc9e05
Author:    sadayapalam
Date:      2015-05-30 06:17 +0530
URL:       http://hg.openjdk.java.net/tiered-attrib/dev/langtools/rev/4b962acc9e05

8077667: 'variable may not have been initialized' error for parameter in lambda function
Summary: JDK-8077667: Fix bogus diagnostic about lambda parameter not being initialized
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Flow.java
+ test/tools/javac/lambda/LambdaParameterNeedsNoInitTest.java

Changeset: 39d9f7715a5f
Author:    vromero
Date:      2015-06-18 14:04 -0700
URL:       http://hg.openjdk.java.net/tiered-attrib/dev/langtools/rev/39d9f7715a5f

merge

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Flow.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
- test/tools/javac/7153958/pkg/ClassToBeStaticallyImported.java



More information about the tiered-attrib-dev mailing list