Changeset: b71a61d39cf7
Author:mcimadamore
Date: 2013-04-08 15:51 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b71a61d39cf7
8010922: Cleanup: add support for ad-hoc method check logic
Summary: Support pluggable method checkers
Reviewed-by: jjg
! src/share/classes/com
Changeset: b402b93cbe38
Author:jjg
Date: 2013-04-08 11:54 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b402b93cbe38
8011676: Instances of Tokens.Comment should not be defined in inner classes
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/parser/Jav
Changeset: 3f3cc8d3f13c
Author:jjg
Date: 2013-04-08 11:57 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3f3cc8d3f13c
8011677: EndPosTables should avoid hidden references to Parser
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
Changeset: 04617e462512
Author:lancea
Date: 2013-04-08 15:29 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/04617e462512
8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java
Reviewed-by: lancea
Contributed-by: Jim Gish
! test/java/lang/Runtime/exec/WinC
Changeset: 3db793b080d8
Author:martin
Date: 2013-04-08 16:37 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3db793b080d8
8010849: (str) Optimize StringBuilder.append(null)
Summary: Append 4 chars instead of the string "null"
Reviewed-by: mduigou, forax, jgish
! src/share/cla
Changeset: 3e5a18c3e599
Author:darcy
Date: 2013-04-08 17:06 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3e5a18c3e599
629: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type
6992705: Include modifiers in Class.toGenericString()
Summary: Class.toGeneric