hg: jdk8/tl/jdk: 8024643: Turn on javac lint checking in building the jdk repo

2013-09-12 Thread joe . darcy
Changeset: 262a625809fd
Author:darcy
Date:  2013-09-12 01:47 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/262a625809fd

8024643: Turn on javac lint checking in building the jdk repo
Reviewed-by: erikj, ihse, smarks

! makefiles/Setup.gmk



hg: jdk8/tl/jdk: 8024525: Make Logger log methods call isLoggable()

2013-09-12 Thread daniel . fuchs
Changeset: 631c8dcd91f4
Author:dfuchs
Date:  2013-09-12 17:01 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/631c8dcd91f4

8024525: Make Logger log methods call isLoggable()
Summary: This changeset makes the various Logger logging method call 
isLoggable() instead of inlining the level checks.
Reviewed-by: mchung, alanb

! src/share/classes/java/util/logging/Logger.java
+ test/java/util/logging/Logger/isLoggable/TestIsLoggable.java



hg: jdk8/tl/jdk: 8024618: Issues with French locale on compact1, 2: expected: but was:

2013-09-12 Thread roger . riggs
Changeset: 672f349fbad7
Author:rriggs
Date:  2013-09-12 10:58 -0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/672f349fbad7

8024618: Issues with French locale on compact1,2: expected: but 
was:
Summary: Tests against the data of the French locale are not valid as 
conformance tests and are redundant with testing of the US Locale above
Reviewed-by: alanb

! test/java/time/tck/java/time/format/TCKDateTimeTextPrinting.java



hg: jdk8/tl/jdk: 8015340: remove erroneous @since tag

2013-09-12 Thread lance . andersen
Changeset: 60d6f60416ca
Author:lancea
Date:  2013-09-12 13:20 -0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/60d6f60416ca

8015340: remove erroneous @since tag
Reviewed-by: darcy

! src/share/classes/java/sql/PreparedStatement.java



hg: jdk8/tl/langtools: 8023558: Javac creates invalid bootstrap methods for complex lambda/methodref case

2013-09-12 Thread vicente . romero
Changeset: 3ae1814f7c59
Author:vromero
Date:  2013-09-12 22:40 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3ae1814f7c59

8023558: Javac creates invalid bootstrap methods for complex lambda/methodref 
case
Reviewed-by: jjg
Contributed-by: maurizio.cimadam...@oracle.com, vicente.rom...@oracle.com

! src/share/classes/com/sun/tools/javac/comp/TransTypes.java
+ test/tools/javac/lambda/8023558/T8023558a.java
+ test/tools/javac/lambda/8023558/T8023558b.java
+ test/tools/javac/lambda/8023558/T8023558c.java