hg: jdk8/tl/langtools: 8007698: jtreg test T6306137.java won't compile with ASCII encoding

2013-02-06 Thread james . holmlund
Changeset: b386b8c45387 Author:jjh Date: 2013-02-06 23:10 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b386b8c45387 8007698: jtreg test T6306137.java won't compile with ASCII encoding Reviewed-by: ksrini ! test/tools/javac/api/T6306137.java

hg: jdk8/tl/langtools: 8005647: langtools/test/tools/javap/MethodParameters.java fails on windows

2013-01-07 Thread james . holmlund
Changeset: a9cb93cca229 Author:jjh Date: 2013-01-07 17:51 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a9cb93cca229 8005647: langtools/test/tools/javap/MethodParameters.java fails on windows Summary: Fix javap to not output \r\r\n Reviewed-by: jjg ! src/share/classes

hg: jdk8/tl/langtools: 8003357: Add support for jtreg -concurrency to langtools/test/Makefile

2012-11-16 Thread james . holmlund
Changeset: 843d3b191773 Author:jjh Date: 2012-11-16 18:27 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/843d3b191773 8003357: Add support for jtreg -concurrency to langtools/test/Makefile Reviewed-by: jjg ! test/Makefile

hg: jdk8/tl/jdk: 7197401: Add a subset of the org.objectweb.asm packages to jdk8

2012-10-24 Thread james . holmlund
Changeset: a40b0f51613b Author:jjh Date: 2012-10-20 22:49 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a40b0f51613b 7197401: Add a subset of the org.objectweb.asm packages to jdk8 Reviewed-by: ohair, briangoetz, erikj, iris ! THIRD_PARTY_README ! make/Makefile + make/jdk/M

hg: jdk8/tl/langtools: 7185778: javah error "Not a valid class name" on class names with dollar signs

2012-09-05 Thread james . holmlund
Changeset: 3673c811be1c Author:jjh Date: 2012-09-05 08:32 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3673c811be1c 7185778: javah error "Not a valid class name" on class names with dollar signs Reviewed-by: jjg ! src/share/classes/com/sun/tools/javah/JavahTask.java

hg: jdk8/tl/langtools: 7191449: update copyright year to match last edit in jdk8 langtools repository

2012-08-15 Thread james . holmlund
Changeset: 9d47f4850714 Author:jjh Date: 2012-08-15 13:48 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/9d47f4850714 7191449: update copyright year to match last edit in jdk8 langtools repository Reviewed-by: jjh Contributed-by: steve.si...@oracle.com ! make/jprt.prop

hg: jdk8/tl/langtools: 7159016: Static import of member in processor-generated class fails in JDK 7

2012-05-31 Thread james . holmlund
Changeset: 844478076c25 Author:jjh Date: 2012-05-31 15:07 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/844478076c25 7159016: Static import of member in processor-generated class fails in JDK 7 Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/comp/MemberEnter.

hg: jdk8/tl/langtools: 7157798: Add 6 test scenarios for testing inheritance of multiple same-name methods from mulitple interfaces

2012-05-22 Thread james . holmlund
Changeset: f5dbd6895994 Author:jjh Date: 2012-05-21 16:10 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f5dbd6895994 7157798: Add 6 test scenarios for testing inheritance of multiple same-name methods from mulitple interfaces Reviewed-by: mcimadamore Contributed-by: s