hg: jdk8/tl/jdk: 8006995: java launcher fails to open executable JAR > 2GB

2013-02-06 Thread martinrb
Changeset: 2f1505c49e79
Author:martin
Date:  2013-02-06 17:59 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2f1505c49e79

8006995: java launcher fails to open executable JAR > 2GB
Summary: Use O_LARGEFILE consistently when opening jar files
Reviewed-by: alanb, sherman

! src/share/bin/parse_manifest.c



hg: jdk8/tl/jdk: 8006505: additional changes for JSR 310 support

2013-02-06 Thread lance . andersen
Changeset: 1574fa3df1c0
Author:lancea
Date:  2013-02-06 14:15 -0500
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1574fa3df1c0

8006505: additional changes for JSR 310 support
Reviewed-by: naoto, ulfzibis

! src/share/classes/java/sql/JDBCType.java
! src/share/classes/java/sql/SQLInput.java
! src/share/classes/java/sql/SQLOutput.java
! src/share/classes/java/sql/Types.java



hg: jdk8/tl: 8004726: Link bug ids to jbs rather than monaco.

2013-02-06 Thread mike . duigou
Changeset: 168dd033604a
Author:mduigou
Date:  2013-02-06 11:09 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/rev/168dd033604a

8004726: Link bug ids to jbs rather than monaco.
Reviewed-by: ohair, chegar, katleman

! make/scripts/webrev.ksh



hg: jdk8/tl/langtools: 8007566: DocLint too aggressive with not allowed here:

2013-02-06 Thread jonathan . gibbons
Changeset: 153d20d0cac5
Author:jjg
Date:  2013-02-06 07:49 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/153d20d0cac5

8007566: DocLint too aggressive with not allowed here: 
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/doclint/Checker.java
+ test/tools/doclint/ParaTagTest.java



hg: jdk8/tl/langtools: 2 new changesets

2013-02-06 Thread maurizio . cimadamore
Changeset: 1df20330f6bd
Author:mcimadamore
Date:  2013-02-06 14:03 +
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1df20330f6bd

8007463: Cleanup inference related classes
Summary: Make Infer.InferenceContext an inner class; adjust bound replacement 
logic in Type.UndetVar
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/DeferredAttr.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/share/classes/com/sun/tools/javac/util/List.java
! test/tools/javac/generics/inference/7154127/T7154127.out
! test/tools/javac/lib/DPrinter.java

Changeset: 8cdd96f2fdb9
Author:mcimadamore
Date:  2013-02-06 14:04 +
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/8cdd96f2fdb9

8007479: Refactor DeferredAttrContext so that it points to parent context
Summary: Move DeferredAttrNode out of DeferredAttrContext; add support for 
nested deferred contexts
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/DeferredAttr.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java



hg: jdk8/tl/jdk: 8007277: JDK-8002048 testcase fails to compile

2013-02-06 Thread dmitry . samersoff
Changeset: 0e7d5dd84fdf
Author:dsamersoff
Date:  2013-02-06 16:53 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0e7d5dd84fdf

8007277: JDK-8002048 testcase fails to compile
Summary: sun.* classes is not included to ct.sym file and symbol file have to 
be ignored
Reviewed-by: alanb

! test/sun/management/jdp/JdpTest.sh



hg: jdk8/tl: 8007625: race with nested repos in /common/bin/hgforest.sh

2013-02-06 Thread chris . hegarty
Changeset: 8dd61906da5f
Author:chegar
Date:  2013-02-06 11:36 +
URL:   http://hg.openjdk.java.net/jdk8/tl/rev/8dd61906da5f

8007625: race with nested repos in /common/bin/hgforest.sh
Reviewed-by: dholmes, ohair, ohrstrom

! common/bin/hgforest.sh
! get_source.sh