Changeset: d33d8c381aa1
Author:jjg
Date: 2011-01-13 11:48 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/d33d8c381aa1
6430241: Hard to disable symbol file feature through API
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/file/JavacFileManager.java
!
Changeset: 7c7c1787fbbe
Author:jjg
Date: 2011-01-14 11:45 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7c7c1787fbbe
6419926: JSR 199: FileObject.toUri() generates URI without schema (Solaris)
Reviewed-by: mcimadamore
+ test/tools/javac/api/T6419926.java
Changeset: 0a509c765657
Author:jjg
Date: 2011-01-14 11:55 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0a509c765657
6571165: Minor doc bugs in JavaCompiler.java
Reviewed-by: mcimadamore
! src/share/classes/javax/tools/JavaCompiler.java
Changeset: 73ab0b128918
Author:jjg
Date: 2011-01-24 16:17 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/73ab0b128918
6963934: JCCompilationUnit.getImports does not report all imports
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/tree/JCTree.java
+ t
Changeset: 22a040cbf0e0
Author:jjg
Date: 2011-01-24 16:34 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/22a040cbf0e0
6581775: Fix the white space problem in javac shell tests
Reviewed-by: mcimadamore
! test/tools/javac/ClassPathTest/ClassPathTest.sh
! test/tools/javac
Changeset: a8437c34fdc7
Author:jjg
Date: 2011-01-24 16:38 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a8437c34fdc7
6988106: javac report 'java.lang.IllegalMonitorStateException'
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/javac/file/CacheFSInfo.java
! src/
Changeset: df371fd16386
Author:jjg
Date: 2011-01-26 11:20 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/df371fd16386
6554097: "final" confuses @SuppressWarnings
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/code/Symbol.java
! src/share/classes/com/s
Changeset: 3da26790ccb7
Author:jjg
Date: 2011-01-26 13:45 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/3da26790ccb7
7013272: Automatically generate info about how compiler resource keys are used
Reviewed-by: mcimadamore
! make/build.xml
! src/share/classes/com/sun/to
Changeset: 56b77a38618c
Author:jjg
Date: 2011-02-07 11:42 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/56b77a38618c
7017675: typo in JavacParser for allowUnderscoresInLiterals
Reviewed-by: dlsmith
Contributed-by: peter.b.kess...@oracle.com
! src/share/classes/com/sun
Changeset: c6cb387190ee
Author:jjg
Date: 2011-02-09 14:04 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/c6cb387190ee
7016750: tools/javac/nio/CompileTest failing in nightly test
Reviewed-by: mcimadamore
! test/tools/javac/nio/compileTest/CompileTest.java
Changeset: 3ce4e1a07e92
Author:jjg
Date: 2011-02-09 14:10 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/3ce4e1a07e92
7010792: remove bad debugging method from javac
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/parser/Scanner.java
Changeset: bfa59f3e84bd
Author:jjg
Date: 2011-02-09 18:26 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bfa59f3e84bd
7018447: langtools launcher template fails if tools run from their own directory
Reviewed-by: jjg
Contributed-by: daniel.sm...@oracle.com
! src/share/b
Changeset: a19b1f4f23c9
Author:jjg
Date: 2011-02-10 14:24 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a19b1f4f23c9
7018098: CacheFSInfo persists too long
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/file/CacheFSInfo.java
!
src/share/classes/com/
Changeset: 747a7601b6d6
Author:jjg
Date: 2011-02-10 14:27 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/747a7601b6d6
7018452: langtools not buildable on Mac
Reviewed-by: ohair
! make/build.xml
Changeset: e0c16199b2e0
Author:jjg
Date: 2011-02-10 15:05 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/e0c16199b2e0
6485027: javac incorrectly handles relative paths in manifest classpath
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/file/Paths.jav
Changeset: bfeed79c70aa
Author:jjg
Date: 2011-02-11 17:10 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bfeed79c70aa
6505047: javax.lang.model.element.Element.getEnclosingElement() doesn't return
null for type parameter
Reviewed-by: darcy
+ test/tools/javac/processin
Changeset: ef6c66215a93
Author:jjg
Date: 2011-02-14 14:27 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ef6c66215a93
7008433: Minor copyright changes
Reviewed-by: jjg
Contributed-by: kelly.oh...@oracle.com
! test/tools/javac/4917091/Test255.java
! test/tools/javac/491
Changeset: 8f0dcb9499db
Author:jjg
Date: 2011-02-25 12:09 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/8f0dcb9499db
7021650: fix Context issues
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/apt/util/Bark.java
! src/share/classes/com/sun/tools/javac/api/J
Changeset: 23b64ad3eec8
Author:jjg
Date: 2011-02-25 12:19 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/23b64ad3eec8
7022310: test/tools/javac/diags/Example: args added twice
Reviewed-by: mcimadamore
! test/tools/javac/diags/Example.java
Changeset: 9029f694e5df
Author:jjg
Date: 2011-02-28 12:19 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/9029f694e5df
7022337: repeated warnings about bootclasspath not set
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
- test/t
Changeset: bf9f162c7104
Author:jjg
Date: 2011-02-28 13:37 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bf9f162c7104
7022741: warning counts are wrong after anno processing
Reviewed-by: mcimadamore
!
src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnv
Changeset: 67d6b2df47ba
Author:jjg
Date: 2011-02-28 13:42 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/67d6b2df47ba
7022711: compiler crash in try-with-resources
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/code/Kinds.java
+ test/tools/javac/TryWi
Changeset: 938dda0bec17
Author:jjg
Date: 2011-03-01 12:00 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/938dda0bec17
7021183: 269: assertion failure getting enclosing element of an undefined name
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/code/Sy
Changeset: 2a5c919f20b8
Author:jjg
Date: 2011-03-02 14:03 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2a5c919f20b8
6986895: compiler gives misleading message for no input files
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! src/s
Changeset: 3085d0089546
Author:jjg
Date: 2011-03-02 21:06 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/3085d0089546
6986892: confusing warning given after errors in annotation processing
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.jav
Changeset: 4baab658f357
Author:jjg
Date: 2011-03-02 21:13 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4baab658f357
6639645: Modeling type implementing missing interfaces
Reviewed-by: darcy, mcimadamore
! src/share/classes/com/sun/tools/javac/code/Flags.java
! src/sh
Changeset: 7798e3a5ecf5
Author:jjg
Date: 2011-03-04 11:33 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7798e3a5ecf5
6966736: javac verbose output is inconsistent
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/apt/main/AptJavaCompiler.java
! src/share/clas
Changeset: ebf7c13df6c0
Author:jjg
Date: 2011-03-04 19:53 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ebf7c13df6c0
6866185: Util.getPackageSourcePath should use lastIndexOf not indexOf and
related cleanup
Reviewed-by: bpatel
! src/share/classes/com/sun/tools/doclet
Changeset: 4ee7de0684f5
Author:jjg
Date: 2011-03-04 19:56 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4ee7de0684f5
6227454: package.html and overview.html may not be read fully
Reviewed-by: bpatel
! src/share/classes/com/sun/tools/javadoc/DocImpl.java
! src/share/cl
Changeset: 5e6c661891da
Author:jjg
Date: 2011-03-04 19:59 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/5e6c661891da
6964914: javadoc does not output number of warnings using user written doclet
Reviewed-by: bpatel
! src/share/classes/com/sun/tools/javadoc/DocletInvok
Changeset: cb9493a80341
Author:jjg
Date: 2011-03-07 13:45 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/cb9493a80341
6980021: javac should document @file command line option
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/main/OptionName.java
! src/sh
Changeset: 307b065ff2af
Author:jjg
Date: 2011-03-14 11:33 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/307b065ff2af
7026414: Types.asElement() returns null for ErrorType
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/model/JavacTypes.java
! test/tools/jav
Changeset: e2890b8369f7
Author:jjg
Date: 2011-03-14 11:42 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/e2890b8369f7
7010608: the string 'error' should appear in error messages
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/util/BasicDiagnosticFormat
Changeset: cb119107aeea
Author:jjg
Date: 2011-03-14 11:48 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/cb119107aeea
7026509: Cannot use JavaCompiler to create multiple CompilationTasks for
partial compilations
Reviewed-by: mcimadamore
! src/share/classes/com/sun/too
Changeset: c9432f06d9bc
Author:jjg
Date: 2011-03-15 11:04 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/c9432f06d9bc
6993311: annotations on packages are not validated
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/
Changeset: edf03ca74991
Author:jjg
Date: 2011-03-15 11:41 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/edf03ca74991
6987384: -XprintProcessorRoundsInfo message printed with different timing than
previous
Reviewed-by: darcy
! test/tools/javac/lib/JavacTestingAbstract
Changeset: 0f9e5b7f0d7e
Author:jjg
Date: 2011-03-15 11:48 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0f9e5b7f0d7e
6988079: Errors reported via Messager.printMessage(ERROR,"error message") are
not tallied correctly
Reviewed-by: darcy
!
src/share/classes/com/sun/to
Changeset: a2399c8db703
Author:jjg
Date: 2011-03-16 17:21 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a2399c8db703
6930508: Passing nested class names on javac command line interfere with
subsequent name -> class lookup
Reviewed-by: darcy
! src/share/classes/com/su
Changeset: 83260b3305ac
Author:jjg
Date: 2011-03-24 16:14 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/83260b3305ac
6597678: JavaCompiler.getStandardFileManager always uses default charset not
the one that user specifies
Reviewed-by: mcimadamore
! src/share/classes/
Changeset: 02ba4ff98742
Author:jjg
Date: 2011-03-30 18:18 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/02ba4ff98742
7031108: NPE in javac.jvm.ClassReader.findMethod in
PackageElement.enclosedElements from AP in incr build
Reviewed-by: darcy, mcimadamore
! src/share/
Changeset: c55928005af4
Author:jjg
Date: 2011-03-30 18:32 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/c55928005af4
7031005: javap prints "extends java.lang.Object"
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/classfile/Type.java
! src/share/classes/com
Changeset: fb84cfca28a1
Author:jjg
Date: 2011-04-25 15:50 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/fb84cfca28a1
7039019: test cannot run standalone
Reviewed-by: dlsmith
! test/tools/javac/processing/model/TestSymtabItems.java
Changeset: 4c5f13798b8d
Author:jjg
Date: 2011-04-25 15:56 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4c5f13798b8d
7038363: cast from object to primitive should be for source >= 1.7
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/code/Source.java
!
Changeset: 26ea2557214a
Author:jjg
Date: 2011-03-25 07:39 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/26ea2557214a
7009599: javac build puts extraneous files into dist/lib/classes.jar
Reviewed-by: ohair
! make/build.xml
Changeset: 31e5cfc5a990
Author:jjg
Date: 2011-03-25 07:58 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/31e5cfc5a990
6437138: JSR 199: Compiler doesn't diagnose crash in user code
6482554: uncaught exception from annotation processor not reported through
JavaCompiler.
Changeset: 7ae6c0fd479b
Author:jjg
Date: 2011-04-28 15:05 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7ae6c0fd479b
7029150: Project Coin: present union types from the tree API through to
javax.lang.model
Reviewed-by: mcimadamore
! src/share/classes/com/sun/source/u
Changeset: 68fde7f5863b
Author:jjg
Date: 2011-05-10 19:53 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/68fde7f5863b
7043694: printStackTrace call should be removed
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/code/Symbol.java
Changeset: bdfa48f80c82
Author:jjg
Date: 2011-05-11 14:55 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bdfa48f80c82
7043867: docs/jdk/api/javac have html files that have issues with HTML4
compliance
Reviewed-by: darcy
! src/share/classes/com/sun/source/tree/Synchron
Changeset: 6762754eb7c0
Author:jjg
Date: 2011-06-01 11:25 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/6762754eb7c0
7042623: Regression: javac silently crash when attributing non-existent
annotation
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/co
Changeset: 18002d039806
Author:jjg
Date: 2011-06-23 11:49 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/18002d039806
7058174: Reduce langtools build warnings
Reviewed-by: jjg
Contributed-by: alexandre.boulga...@oracle.com
! make/build.xml
! make/tools/CompilePropertie
Changeset: 858ae8fec72f
Author:jjg
Date: 2011-06-30 12:00 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/858ae8fec72f
7060926: Attr.PostAttrAnalyzer misses a case
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/failove
Changeset: 0b615980879e
Author:jjg
Date: 2011-06-30 16:51 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/rev/0b615980879e
7061195: Clean up makefiles for JDK 8
Reviewed-by: ohair, jjg
Contributed-by: alexandre.boulga...@oracle.com
! make/sanity-rules.gmk
Changeset: e4c936c28960
Author:jjg
Date: 2011-06-30 16:48 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e4c936c28960
7061190: Update boot JDK version for JDK 8
Reviewed-by: ohair, jjg
Contributed-by: alexandre.boulga...@oracle.com
! make/common/shared/Defs-versions.gmk
Cha
Changeset: 7337295434b6
Author:jjg
Date: 2011-07-07 13:29 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7337295434b6
7061125: Proposed javac argument processing performance improvement
Reviewed-by: jjg, dlsmith, mcimadamore, forax
Contributed-by: schlo...@gmail.com
!
Changeset: 9505edecc8b5
Author:jjg
Date: 2011-07-20 12:19 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9505edecc8b5
7068617: Core libraries don't build with javac -Xlint:all -Werror
Reviewed-by: darcy
Contributed-by: alexandre.boulga...@oracle.com
! make/java/java/Makefile
Changeset: c563e8060adf
Author:jjg
Date: 2011-07-25 16:20 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c563e8060adf
7069870: Parts of the JDK erroneously rely on generic array initializers with
diamond
Reviewed-by: ksrini, mcimadamore
Contributed-by: alexandre.boulga...@or
Changeset: 7525866a4046
Author:jjg
Date: 2011-07-28 13:34 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7525866a4046
7068616: NIO libraries do not build with javac -Xlint:all,-deprecation -Werror
Reviewed-by: alanb, chegar
Contributed-by: alexandre.boulga...@oracle.com
! ma
Changeset: 4030297803eb
Author:jjg
Date: 2011-07-29 16:45 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4030297803eb
7072523: java.math should be built with javac -Xlint:all -Werror
Reviewed-by: darcy
Contributed-by: alexandre.boulga...@oracle.com
! make/java/math/Makefile
.. and no, you cannot selectively enable -Werror, except by separating
the work into multiple compilations.
You could (uugh) put @SuppressWarnings on the unfixed classes as an
interim measure, if you were certain it is only an interim measure.
Otherwise, you could fix those other warnings too
Changeset: c0d5f93af048
Author:jjg
Date: 2011-08-05 15:57 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c0d5f93af048
7074189: some javac tests fail with latest jtreg 4.1 b03
Reviewed-by: darcy
+ test/tools/javac/lib/CompileFail.java
! test/tools/javac/processing/error
Changeset: 18329abcdb7c
Author:jjg
Date: 2011-08-10 13:44 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/18329abcdb7c
7072353: JNDI libraries do not build with javac -Xlint:all -Werror
Reviewed-by: xuelei
Contributed-by: alexandre.boulga...@oracle.com
! make/com/sun/jndi/Mak
Changeset: 79bd5691d85f
Author:jjg
Date: 2011-08-11 13:34 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/79bd5691d85f
7077672: jdk8_tl nightly fail in step-2 build on 8/10/11
Reviewed-by: mchung, jjg
Contributed-by: alexandre.boulga...@oracle.com
! src/share/classes/com/sun/
Changeset: afb6f2370cd3
Author:jjg
Date: 2011-08-15 11:48 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/afb6f2370cd3
7064075: Security libraries don't build with javac -Xlint:all,-deprecation
-Werror
Reviewed-by: xuelei, mullan
Contributed-by: alexandre.boulga...@oracle.com
Changeset: f4fe826b8034
Author:jjg
Date: 2011-08-17 05:41 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f4fe826b8034
7079606: tl nightly build failure due to incomplete generification
Reviewed-by: jjg
Contributed-by: alexandre.boulga...@oracle.com
! make/com/sun/security/Ma
Changeset: e59aad6ed600
Author:jjg
Date: 2011-08-15 17:17 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e59aad6ed600
7077389: Reflection classes do not build with javac -Xlint:all -Werror
Reviewed-by: darcy
Contributed-by: alexandre.boulga...@oracle.com
! make/java/java/Mak
Changeset: f85d980faaf8
Author:jjg
Date: 2011-08-31 15:39 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f85d980faaf8
7074416: Regression: JSR199: javac doesn't unwrap clientcodewrapper objects
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/api/Client
Changeset: 1ee9f9a91e9c
Author:jjg
Date: 2011-09-09 17:19 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1ee9f9a91e9c
7073508: Regression: NullPointerException at
com.sun.tools.javac.code.Lint$AugmentVisitor.augment
Reviewed-by: darcy
! src/share/classes/com/sun/tools
Changeset: edd7d9bd32dd
Author:jjg
Date: 2011-09-12 11:39 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/edd7d9bd32dd
7068451: Regression: javac compiles fixed sources against previous, not
current, version of generated sources
Reviewed-by: mcimadamore
! src/share/cla
Changeset: 0f3da6af9799
Author:jjg
Date: 2011-09-14 12:07 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0f3da6af9799
7080267: Call to toString() from an ExpressionStatementTree doesn't take in
consideration the ";" at the end
Reviewed-by: mcimadamore
! src/share/clas
Changeset: 1807fc3fd33c
Author:jjg
Date: 2011-09-14 12:14 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1807fc3fd33c
7090249: IllegalStateException from Trees.getScope when called from JSR 199
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/api/JavacT
Changeset: a6e2c1840ea1
Author:jjg
Date: 2011-09-14 15:49 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a6e2c1840ea1
7090700: fix for 7080267 breaks two tests
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/javac/tree/JCTree.java
Changeset: 826ae6a2f27d
Author:jjg
Date: 2011-09-14 18:26 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/826ae6a2f27d
7068437: Regression: Filer.getResource(SOURCE_OUTPUT, ...) no longer works in
JDK 7 w/o -s
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/
Changeset: dea82aa3ca4f
Author:jjg
Date: 2011-09-16 16:18 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/dea82aa3ca4f
7091528: javadoc attempts to parse .class files
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javadoc/JavadocTool.java
+ test/tools/javadoc/pars
Changeset: ac964af3b5e7
Author:jjg
Date: 2011-09-20 12:08 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ac964af3b5e7
7030473: Remove dead field JCCompilationUnit.flags
Reviewed-by: dlsmith
! src/share/classes/com/sun/tools/javac/tree/JCTree.java
Changeset: b0d5f00e69f7
Author:jjg
Date: 2011-09-21 21:56 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b0d5f00e69f7
7092965: javac should not close processorClassLoader before end of compilation
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/main/JavaComp
Changeset: 497571d34112
Author:jjg
Date: 2011-09-22 09:24 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/497571d34112
7075721: javac should have public enum for exit codes
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/Main.java
! src/share/classes/co
Changeset: d2cbb77469ed
Author:jjg
Date: 2011-10-19 15:29 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d2cbb77469ed
7101146: Paths should more directly managed by BaseFileManager
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/file/JavacFileManager.j
Changeset: d830d28fc72e
Author:jjg
Date: 2011-10-25 10:48 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d830d28fc72e
7104039: refactor/cleanup javac Paths class
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/apt/main/Main.java
! src/share/classes/com/sun/t
Changeset: ca49d50318dc
Author:jjg
Date: 2011-11-08 11:51 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ca49d50318dc
6921494: provide way to print javac tree tag values
Reviewed-by: jjg, mcimadamore
Contributed-by: vicent...@yahoo.es
! src/share/classes/com/sun/tools/
Changeset: 36553cb94345
Author:jjg
Date: 2011-11-08 17:06 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/36553cb94345
7108668: allow Log to be initialized and used earlier
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/apt/comp/Apt.java
! src/share/classes/
Changeset: 3809292620c9
Author:jjg
Date: 2011-12-13 11:21 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3809292620c9
7120736: refactor javac option handling
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/api/JavacTool.java
! src/share/classes/com/sun
Changeset: 4e4fed1d02f9
Author:jjg
Date: 2011-12-13 14:33 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/4e4fed1d02f9
7121164: renamed files not committed
Reviewed-by: ksrini
- src/share/classes/com/sun/tools/javac/main/JavacOption.java
+ src/share/classes/com/sun/tool
Changeset: 4261dc8af622
Author:jjg
Date: 2011-12-14 16:16 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/4261dc8af622
7111022: javac no long prints last round of processing
7121323: Sqe tests using -Xstdout option fail with an invalid flag error message
Reviewed-by: dar
Changeset: 281eeedf9755
Author:jjg
Date: 2011-12-14 17:52 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/281eeedf9755
7121681: compiler message file broken for javac -fullversion
Reviewed-by: jjh
! src/share/classes/com/sun/tools/javac/main/Option.java
Changeset: 42ffceeceeca
Author:jjg
Date: 2011-12-14 21:52 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/42ffceeceeca
7121682: remove obsolete import
Reviewed-by: jjh
! test/tools/javac/api/T6838467.java
Changeset: 6b773fdeb633
Author:jjg
Date: 2011-12-16 13:49 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/6b773fdeb633
7121961: javadoc is missing a resource property
Reviewed-by: bpatel
!
src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properti
Changeset: 116f68a5e677
Author:jjg
Date: 2011-12-23 22:30 +
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/116f68a5e677
7124605: typos in javac comments
Reviewed-by: ksrini
! test/tools/javac/generics/diamond/7046778/DiamondAndInnerClassTest.java
! test/tools/javac/gener
Changeset: 7a836147b266
Author:jjg
Date: 2012-01-03 11:37 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7a836147b266
4881269: improve diagnostic for ill-formed tokens
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java
! src/shar
Changeset: cd5ca700da4c
Author:jjg
Date: 2012-02-12 16:44 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/cd5ca700da4c
7144979: incorrect path separator in make/build.xml for Windows when running
jtreg tests
Reviewed-by: jjg
Contributed-by: jan.vale...@oracle.com
! mak
Changeset: e6b5c3aff85c
Author:jjg
Date: 2012-02-24 10:40 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/e6b5c3aff85c
7137836: tidy up Names.java
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/util/Names.java
Changeset: c4d6a8884ed8
Author:jjg
Date: 2012-02-28 10:25 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c4d6a8884ed8
7144951: fix minor javadoc issues
Reviewed-by: darcy
! src/share/classes/com/sun/source/tree/MemberReferenceTree.java
! src/share/classes/com/sun/tools
Changeset: 62e611704863
Author:jjg
Date: 2012-02-28 10:33 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/62e611704863
7093891: support multiple task listeners
Reviewed-by: darcy, mcimadamore
! src/share/classes/com/sun/source/util/JavacTask.java
+ src/share/classes/com
Changeset: 6b86f7274c0a
Author:jjg
Date: 2012-02-28 10:48 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/6b86f7274c0a
7147183: test/tools/javac/apt.sh can be removed from tl/langtools repository
Reviewed-by: jjg
Contributed-by: sonali.g...@oracle.com
- test/tools/javac
Changeset: b14d9583ce92
Author:jjg
Date: 2012-03-13 15:43 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b14d9583ce92
7150368: javac should include basic ability to generate native headers
Reviewed-by: mcimadamore, darcy, ohrstrom
! src/share/classes/com/sun/tools/java
Changeset: 361480e36b44
Author:jjg
Date: 2012-03-13 15:44 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/361480e36b44
7150368: javac should include basic ability to generate native headers
Reviewed-by: mcimadamore, darcy, ohrstrom
! make/docs/CORE_PKGS.gmk
Changeset: ef67566c49ea
Author:jjg
Date: 2012-03-14 13:53 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ef67566c49ea
7150784: bad copyright date in file
Reviewed-by: darcy
! test/tools/javac/api/7086261/T7086261.java
Changeset: 55ae94116e89
Author:jjg
Date: 2012-04-06 10:10 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/55ae94116e89
7157626: Create a new test to check major version for a class file
Reviewed-by: jjg
Contributed-by: sonali.g...@oracle.com
+ test/tools/javac/classfile
Changeset: eec133f2406a
Author:jfranck
Date: 2012-04-10 10:45 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/eec133f2406a
7158930: (ann) library support for repeating annotations is not built when
compiling the JDK
Reviewed-by: ohair, erikj
! make/java/java/reflect/Makefile
Changeset: 5c0b3faeb0b0
Author:jjg
Date: 2012-06-20 13:23 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/5c0b3faeb0b0
7174143: encapsulate doc comment table
Reviewed-by: ksrini, mcimadamore
! src/share/classes/com/sun/tools/javac/api/JavacTrees.java
! src/share/classes
Changeset: 067f51db3402
Author:jjg
Date: 2012-06-21 13:22 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/067f51db3402
7178297: provide mapping from doc comment position to source file position
Reviewed-by: mcimadamore, ksrini
! src/share/classes/com/sun/tools/javac/par
301 - 400 of 571 matches
Mail list logo