hg: jdk8/tl/langtools: 8004832: Add new doclint package

2012-12-17 Thread jonathan . gibbons
Changeset: 75ab654b5cd5 Author:jjg Date: 2012-12-17 07:47 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/75ab654b5cd5 8004832: Add new doclint package Reviewed-by: mcimadamore ! make/build.properties ! src/share/classes/com/sun/source/util/DocTrees.java ! src/share/cla

hg: jdk8/tl/jdk: 8005081: java/util/prefs/PrefsSpi.sh fails on macos-x

2012-12-17 Thread chris . hegarty
Changeset: bcf79e6f52a0 Author:chegar Date: 2012-12-17 16:27 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bcf79e6f52a0 8005081: java/util/prefs/PrefsSpi.sh fails on macos-x Reviewed-by: alanb ! test/java/util/prefs/PrefsSpi.sh

hg: jdk8/tl/langtools: 8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method

2012-12-17 Thread maurizio . cimadamore
Changeset: f20568328a57 Author:mcimadamore Date: 2012-12-17 16:13 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f20568328a57 8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method Summary: Some code paths in resolve do not use

hg: jdk8/tl/jdk: 8005090: Include com.sun.source.doctree in Tree API docs

2012-12-17 Thread jonathan . gibbons
Changeset: 9f1b516cd9cb Author:jjg Date: 2012-12-17 08:34 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9f1b516cd9cb 8005090: Include com.sun.source.doctree in Tree API docs Reviewed-by: erikj ! make/docs/NON_CORE_PKGS.gmk

hg: jdk8/tl: 8005090: Include com.sun.source.doctree in Tree API docs

2012-12-17 Thread jonathan . gibbons
Changeset: a0779b1e9a4d Author:jjg Date: 2012-12-17 08:34 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/rev/a0779b1e9a4d 8005090: Include com.sun.source.doctree in Tree API docs Reviewed-by: erikj ! common/makefiles/javadoc/NON_CORE_PKGS.gmk

hg: jdk8/tl/jdk: 8004832: Add new doclint package

2012-12-17 Thread jonathan . gibbons
Changeset: bac477d67867 Author:jjg Date: 2012-12-17 10:31 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bac477d67867 8004832: Add new doclint package Reviewed-by: erikj, ohair ! make/common/Release.gmk ! make/common/internal/Defs-langtools.gmk ! makefiles/CreateJars.gmk

hg: jdk8/tl/langtools: 8004961: rename Plugin.call to Plugin.init

2012-12-17 Thread jonathan . gibbons
Changeset: 064e372f273d Author:jjg Date: 2012-12-17 10:55 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/064e372f273d 8004961: rename Plugin.call to Plugin.init Reviewed-by: mcimadamore ! src/share/classes/com/sun/source/util/Plugin.java ! src/share/classes/com/sun/too

hg: jdk8/tl/langtools: 8005137: Rename DocLint.call to DocLint.init which overrides Plugin.init

2012-12-17 Thread mandy . chung
Changeset: ef537bcc825a Author:mchung Date: 2012-12-17 15:19 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ef537bcc825a 8005137: Rename DocLint.call to DocLint.init which overrides Plugin.init Reviewed-by: darcy, jjh ! src/share/classes/com/sun/tools/doclint/DocLint.j

Re: Infinite Loop in KeepAliveStream

2012-12-17 Thread Martin Buchholz
I created a webrev http://cr.openjdk.java.net/~martin/webrevs/openjdk8/KeepAliveStream-infloop/ incorporating Chris' test and propose to push this change to ssh://mar...@hg.openjdk.java.net/jdk8/tl-gate/jdk

Re: Infinite Loop in KeepAliveStream

2012-12-17 Thread Chris Hegarty
Thank you Martin, looks good. -Chris On 18 Dec 2012, at 02:45, Martin Buchholz wrote: > I created a webrev > > http://cr.openjdk.java.net/~martin/webrevs/openjdk8/KeepAliveStream-infloop/ > > incorporating Chris' test and propose to push this change to > ssh://mar...@hg.openjdk.java.net/jdk8