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
Will this work on older versions of cygwin? Or do we have a spec someplace that says cygwin
versions older than aren't supported?
- jjh
On 8/9/2011 8:56 AM, Chris Hegarty wrote:
Sorry Dan, I'll put a more complete description in the bug report.
This issue, from what I can tell only happ
ago and far away, it must have been
on a pre 1.5 version of cygwin.
- jjh
On 8/9/2011 9:25 AM, Chris Hegarty wrote:
On 08/ 9/11 05:18 PM, Jim Holmlund wrote:
Will this work on older versions of cygwin? Or do we have a spec
someplace that says cygwin versions older than aren't support
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
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: a1bffe0195c8
Author:jjh
Date: 2008-07-01 09:23 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a1bffe0195c8
2157677: ClassPrepareRequest.addSourceNameFilter() does not behave as documented
Summary: Add proper handling of JVMTI errors.
Reviewed-by: tbell
! src/share
Changeset: 68ec11eb0674
Author:jjh
Date: 2008-07-09 13:43 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/68ec11eb0674
6700889: Thread resume invalidates all stack frames, even from other threads
6701700: MonitorInfo objects aren't invalidated when the owning thread is
resume
Changeset: c678b172284b
Author:jjh
Date: 2008-07-11 17:06 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c678b172284b
6725192: Some JDI Regression tests fail if @debuggeeVMOptions contain multiple
blanks
Summary: Fix to allow mutiple blanks between options
Reviewed-by: tbell
Changeset: f2547e64dc3c
Author:jjh
Date: 2008-07-28 12:37 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f2547e64dc3c
6730587: TEST: com/sun/jdi/MonitorFrameInfoTest.java fails with -server -Xcomp
Summary: Fix test to prevent C2 escape analysis from deleting the required
syn
Changeset: 3232179e24ae
Author:jjh
Date: 2008-08-01 13:58 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3232179e24ae
6730273: TEST: JDI_REGRESSION test Solaris32AndSolaris64Test.sh fails if
-XX:+UseCompressedOops is used
Summary: Fix test to not pass -XX:[+-]UseCompressedOo
Changeset: cf403a69449a
Author:jjh
Date: 2008-08-15 18:06 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/cf403a69449a
6737900: TEST: Some JDI regression tests timeout on slow machines
Summary: Don't execute useless code, and split test into multiple @runs.
Reviewed-by: tbell
Changeset: 4a62773bf60e
Author:jjh
Date: 2008-09-22 19:20 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4a62773bf60e
6263966: TEST: com/sun/jdi/ClassesByName2Test.java has a race
Summary: Have the debuggee stop at a bkpt instead of running to completion.
Reviewed-by: tbell
Changeset: c272f261ad10
Author:jjh
Date: 2008-10-02 18:23 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c272f261ad10
6751643: ThreadReference.ownedMonitors() can return null
Summary: Make a local copy of the cache so it doesn't get modified by a racy
resume
Reviewed-by: dcu
Looks good to me.
- jjh
On 2/8/2013 10:19 AM, Kumar Srinivasan wrote:
Hi,
Please review
http://cr.openjdk.java.net/~ksrini/8007519/webrev.0/
Bug:
https://jbs.oracle.com/bugs/browse/JDK-8007519
Thanks
Kumar
36 matches
Mail list logo