langtools/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Wed, 21 Sep 2011 21:56:53 -0700 jjg 7092965: javac should not close processorClassLoader before end of compilation
Wed, 16 Mar 2011 17:21:52 -0700 jjg 6930508: Passing nested class names on javac command line interfere with subsequent name -> class lookup
Tue, 15 Mar 2011 11:04:56 -0700 jjg 6993311: annotations on packages are not validated
Fri, 04 Mar 2011 11:33:37 -0800 jjg 6966736: javac verbose output is inconsistent
Wed, 02 Mar 2011 21:06:17 -0800 jjg 6986892: confusing warning given after errors in annotation processing
Wed, 02 Mar 2011 14:03:38 -0800 jjg 6986895: compiler gives misleading message for no input files
Mon, 28 Feb 2011 12:19:18 -0800 jjg 7022337: repeated warnings about bootclasspath not set
Fri, 25 Feb 2011 12:09:33 -0800 jjg 7021650: fix Context issues
Mon, 10 Jan 2011 15:08:31 -0800 jjg 6396503: javac should not require assertions enabled
Mon, 29 Nov 2010 14:15:36 -0800 jjg 6900037: javac should warn if earlier -source is used and bootclasspath not set
Thu, 28 Oct 2010 18:58:43 -0700 jjg 6994946: option to specify only syntax errors as unrecoverable
Tue, 12 Oct 2010 13:15:46 -0700 jjg 6988407: javac crashes running processor on errant code; it used to print error message
Thu, 30 Sep 2010 10:47:12 -0700 jjg 6988436: Cleanup javac option handling
Mon, 27 Sep 2010 14:20:39 -0700 jjg 6877202: Elements.getDocComment() is not getting JavaDocComments
Thu, 09 Sep 2010 09:42:45 +0530 sundar 6900149: IllegalStateException when compiling same files and DiagnosticListener is set.
Tue, 07 Sep 2010 17:33:43 +0100 mcimadamore 6970584: Flow.java should be more error-friendly
Mon, 30 Aug 2010 18:03:35 -0700 jjg 6403465: javac should defer diagnostics until it can be determined they are persistent
Fri, 27 Aug 2010 17:59:08 -0700 jjg 6980707: Reduce use of IOException in JavaCompiler
Tue, 24 Aug 2010 11:31:00 -0700 jjg 6935638: -implicit:none prevents compilation with annotation processing
Mon, 23 Aug 2010 11:56:53 -0700 jjg 6975005: improve JavacProcessingEnvironment.Round abstraction
Thu, 29 Jul 2010 15:57:43 +0100 mcimadamore 6970833: Try-with-resource implementation throws an NPE during Flow analysis
Tue, 13 Jul 2010 19:14:09 -0700 jjg 6966732: replace use of static Log.getLocalizedString with non-static alternative where possible
Wed, 30 Jun 2010 18:06:29 -0700 jjg 6964768: need test program to validate javac resource bundles
Thu, 10 Jun 2010 16:08:01 -0700 jjg 6944312: Potential rebranding issues in openjdk/langtools repository sources
Tue, 25 May 2010 15:54:51 -0700 ohair 6943119: Rebrand source copyright notices
Fri, 26 Feb 2010 15:26:58 -0800 jjg 6930076: "null" can incorrectly appear in error message compiler.err.error.reading.file
Thu, 25 Feb 2010 12:26:39 -0800 jjg 6929544: langtools source code uses statics qualified by instance variables
Tue, 23 Feb 2010 18:43:02 -0800 jjg 6511613: javac unexpectedly doesn't fail in some cases if an annotation processor specified
Wed, 12 Aug 2009 10:34:13 -0700 jjg 6558476: com/sun/tools/javac/Main.compile don't release file handles on return
Tue, 11 Aug 2009 01:13:14 +0100 mcimadamore 6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
Fri, 26 Jun 2009 19:47:12 -0700 jjg 6854796: update JSR308 impl with latest code from type-annotations repo
Thu, 21 May 2009 10:56:36 +0100 mcimadamore 6722234: javac diagnostics need better integration with the type-system
Tue, 31 Mar 2009 11:16:15 -0700 jjg 6813059: replace use of JavaCompiler.errorCount with shouldContinue
Mon, 09 Mar 2009 13:29:06 -0700 xdono 6814575: Update copyright year
Fri, 06 Feb 2009 10:23:57 -0800 jjg 6595666: fix -Werror
Tue, 20 Jan 2009 18:23:13 -0800 jjg 6795903: fix latent build warnings in langtools repository
Tue, 23 Sep 2008 10:44:51 -0700 jjg 6420151: need to improve byfile compile policy to eliminate footprint issues
Tue, 16 Sep 2008 18:35:18 -0700 jjg 6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes
Tue, 09 Sep 2008 10:40:50 -0700 jjg 6724118: change JavaCompiler to not use Scanner directly
Fri, 08 Aug 2008 17:48:04 +0100 mcimadamore 6734819: Javac performs flows analysis on already translated classes
Wed, 23 Jul 2008 19:55:30 -0700 jjg 6726015: JavaCompiler: replace desugarLater by compileStates
Thu, 10 Jul 2008 16:50:38 -0700 jjg 6724551: Use Queues instead of Lists to link compiler phases
Wed, 02 Jul 2008 12:56:02 -0700 xdono 6719955: Update copyright year
Mon, 16 Jun 2008 13:28:00 -0700 jjg 6714364: refactor javac File handling code into new javac.file package
Wed, 12 Mar 2008 13:06:00 -0700 jjg 6668794: javac puts localized text in raw diagnostics
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip