Changeset: 91b4f44c9742
Author:jjh
Date: 2010-12-03 13:47 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/91b4f44c9742
6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src
test fails.
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/t
Changeset: a8d3eed8e247
Author:jjh
Date: 2010-12-13 17:35 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a8d3eed8e247
6999460: Glassfish build with JDK 6 / 7 is 5x-10x slower on Windows than on
Linux
Summary: Fixed JavacFileManager to not treat a non-existant pathname
Changeset: 7c33098600b2
Author:jjh
Date: 2010-12-21 16:29 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7c33098600b2
7008378: javac bootstrap launcher fails on cygwin when called via an absolute
path
Summary: Use cygpath if it is cygwin
Reviewed-by: ksrini
! make/Mak
Changeset: dd38bab326a3
Author:jjh
Date: 2010-12-23 10:08 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/dd38bab326a3
7008869: Debug printlns accidentally added to make/build.xml
Summary: Delete bogus echo statements
Reviewed-by: ksrini
! make/build.xml
Changeset: e8719f95f2d0
Author:jjh
Date: 2010-12-23 12:29 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/e8719f95f2d0
6982992: Tests CheckAttributedTree.java, JavacTreeScannerTest.java, and
SourceTreeeScannerTest.java timeout
Summary: Hoist some invariant code out of a
Changeset: 92ab09ed59fd
Author:jjh
Date: 2011-01-28 00:09 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/92ab09ed59fd
7015482: jtreg test tools/javac/diags/MessageInfo.java fails when test/ dir is
not in langtools repo
Summary: Don't fail if the needed file isn't prese
Changeset: 3e30c95da3c6
Author:jjh
Date: 2011-02-24 08:40 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/3e30c95da3c6
7018753: tools/javac/varargs/warning/Warn5.java times out on slow machines
Summary: Use a single file manager for all JavacTasks
Reviewed-by: jjg, mcima
Changeset: 632a96f5752d
Author:jjh
Date: 2011-03-24 11:40 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/632a96f5752d
7029823: (ann) test/java/lang/annotation/package-info.java no longer compiles
Summary: Use @Deprecated instead of @java.lang.annotation.Documented
Reviewed-by
Changeset: 2dc552b0ebac
Author:jjh
Date: 2011-04-13 12:16 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2dc552b0ebac
7032960: API files in java.awt need to be updated for references to JVM Spec
with editions/hyperlinks
7032965: API files in java.io need to updated for refer
Changeset: 694ff82ca68e
Author:jjh
Date: 2011-04-13 11:35 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/694ff82ca68e
7032975: API files in javax.annotation.processing need to be updated for
references to JLS
7032972: API files in javax.tools need to updated for refere
Changeset: 347349c981f2
Author:jjh
Date: 2011-06-09 09:13 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/347349c981f2
7052782: Two langtools regression tests fail due to fix for 7034977 which
removed the invokeGeneric method
Summary: Change the tests to call invoke ins
Changeset: a45d78d26450
Author:jjh
Date: 2011-09-01 14:35 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a45d78d26450
7086071: tools/javac/7079713/TestCircularClassfile.java fails on windows
Summary: delete file before renaming another file to it
Reviewed-by: jjg
! tes
Changeset: b4021c520e40
Author:jjh
Date: 2011-10-21 14:14 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b4021c520e40
7098530: tools/javac/javazip/Test.sh can fail on Windows
Summary: Fix cygpath command to properly convert path
Reviewed-by: jjg
! test/tools/javac/java
Changeset: a1eaf78ababb
Author:jjh
Date: 2011-10-25 19:18 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a1eaf78ababb
7104905: Java SE build fails on call to CreateSymbols
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/file/Locations.java
Changeset: 9e2eb4bc49eb
Author:jjh
Date: 2011-11-01 15:49 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/9e2eb4bc49eb
7101933: langtools jtreg tests do not work with jprt on windows
Summary: Fixed langtools/test/Makefile to work on cygwin. Updated jtreg to 4.1
and JCK
Changeset: 07599bd780ca
Author:jjh
Date: 2011-11-19 15:54 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/07599bd780ca
7110611: compiler message file broken for javac -fullversion
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/main/Main.java
Changeset: 77d41c0e4ffc
Author:jjh
Date: 2011-12-09 12:56 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/77d41c0e4ffc
7117053: Fix build warnings in com/sun/tools/jdi/*
Summary: Warnings fixed. Also reviewed by serguei.spit...@oracle.com, who is
not yet an openjdk reviewer
Changeset: a7a2720c7897
Author:jjh
Date: 2011-12-16 16:41 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a7a2720c7897
7122342: testPrintProcessorInfo/TestWithXstdout.java failed for JDK8 nightly
build at 12/16/2011
Summary: Do not pass empty args to javac
Reviewed-by:
Changeset: a07eef109532
Author:jjh
Date: 2012-01-03 17:18 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a07eef109532
7046929: tools/javac/api/T6397104.java fails
Reviewed-by: jjg
! test/tools/javac/api/T6397104.java
Changeset: 1e2f4f4fb9f7
Author:jjh
Date: 2012-01-17 17:14 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1e2f4f4fb9f7
7127924: langtools regression tests sometimes fail en-masse on windows
Reviewed-by: jjg
! test/tools/javac/diags/CheckExamples.java
! test/tools/javac/
Changeset: 99261fc7d95d
Author:jjh
Date: 2012-01-18 18:26 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/99261fc7d95d
7131308: Three regression tests fail due to bad fix for 7127924
Reviewed-by: jjg
! test/tools/javac/diags/CheckExamples.java
! test/tools/javac/diags/M
Changeset: ac36176b7de0
Author:jjh
Date: 2012-01-24 15:51 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ac36176b7de0
7126832: com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager
cannot be cast
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/api/
Changeset: d16b464e742c
Author:jjh
Date: 2012-01-24 16:31 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d16b464e742c
7129225: javac fails to run annotation processors when star import of package
of gensrc
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/
Changeset: 332dfa0f91df
Author:jjh
Date: 2012-01-25 12:20 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/332dfa0f91df
7133314: The regression test for 7129225 fails when run with jtreg -samevm or
jtreg -agentvm
Reviewed-by: jjg
! test/tools/javac/7129225/AnnoProcessor
Changeset: 237198ef45f5
Author:jjh
Date: 2012-02-13 16:01 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/237198ef45f5
7142672: Problems with the value passed to the 'classes' param of
JavaCompiler.CompilationTask.getTask(...)
Reviewed-by: jjg
! src/share/classes/com/s
25 matches
Mail list logo