hg: jdk8/tl/langtools: 7106166: (javac) re-factor EndPos parser

2011-11-14 Thread kumar . x . srinivasan
Changeset: 7375d4979bd3 Author:ksrini Date: 2011-11-14 15:11 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7375d4979bd3 7106166: (javac) re-factor EndPos parser Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/api/JavacTrees.java ! src/share/classes/com/sun/to

hg: jdk8/tl/langtools: 7110974: (javac) add coding conventions and style checkers for langtools

2011-11-14 Thread kumar . x . srinivasan
Changeset: c1238fcc9515 Author:ksrini Date: 2011-11-14 08:09 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c1238fcc9515 7110974: (javac) add coding conventions and style checkers for langtools Reviewed-by: jjg ! make/build.properties ! make/build.xml + make/conf/check

Request for review: 7064927: retransformClasses() does not pass in LocalVariableTable of a method

2011-11-14 Thread Thomas Wuerthinger
Hi! An open webrev of the patch that fixes bug 7064927 is available at: http://cr.openjdk.java.net/~coleenp/7064927/ The bug is described at: http://bugs.sun.com/view_bug.do?bug_id=7064927 Thanks, thomas

hg: jdk8/tl/jdk: 7107020: java.net.PlainSocketImpl.socketSetOption() calls itself

2011-11-14 Thread chris . hegarty
Changeset: 68fc55d12ae6 Author:chegar Date: 2011-11-14 10:06 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/68fc55d12ae6 7107020: java.net.PlainSocketImpl.socketSetOption() calls itself Reviewed-by: alanb, chegar Contributed-by: kurchi.subhra.ha...@oracle.com ! src/windows/c

hg: jdk8/tl/jdk: 7111548: unexpected debug log message

2011-11-14 Thread xuelei . fan
Changeset: 5c7c83a6ee24 Author:xuelei Date: 2011-11-14 01:21 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5c7c83a6ee24 7111548: unexpected debug log message Reviewed-by: wetmore ! src/share/classes/sun/security/ssl/SSLSocketImpl.java