langtools/src/share/classes/com/sun/tools/javac/comp/Lower.java
Wed, 13 Feb 2013 17:04:21 +0000 mcimadamore 8006345: Report Synthesized Parameters in java.lang.reflect.Parameter API
Fri, 08 Feb 2013 09:21:19 +0000 vromero 7167125: Two variables after the same operation in a inner class return different results
Sun, 03 Feb 2013 02:31:30 +0000 vromero 7199823: javac generates inner class that can't be verified
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Thu, 29 Nov 2012 09:41:48 +0000 vromero 7153958: add constant pool reference to class containing inlined constants
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
Sun, 04 Nov 2012 11:01:49 +0000 mcimadamore 8000931: Cleanup Resolve.java
Sun, 04 Nov 2012 10:59:42 +0000 mcimadamore 7192246: Add type-checking support for default methods
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Wed, 10 Oct 2012 18:44:21 -0700 jjg 8000310: Clean up use of StringBuffer in langtools
Tue, 09 Oct 2012 19:31:58 -0700 jjg 8000208: fix langtools javadoc comment issues
Thu, 04 Oct 2012 13:04:53 +0100 mcimadamore 7177387: Add target-typing support in method context
Thu, 13 Sep 2012 14:29:36 -0700 jjg 7177970: fix issues in langtools doc comments
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Mon, 20 Aug 2012 21:24:10 +0530 sundar 7181320: javac NullPointerException for switch labels with cast to String expressions
Wed, 20 Jun 2012 13:23:26 -0700 jjg 7174143: encapsulate doc comment table
Fri, 11 May 2012 20:06:00 +0530 sundar 7166990: java/compiler Inherited interfaces using generics sometimes looses the generic type
Tue, 13 Dec 2011 11:21:28 -0800 jjg 7120736: refactor javac option handling
Mon, 14 Nov 2011 15:11:10 -0800 ksrini 7106166: (javac) re-factor EndPos parser
Tue, 08 Nov 2011 11:51:05 -0800 jjg 6921494: provide way to print javac tree tag values
Tue, 13 Sep 2011 14:15:22 +0100 mcimadamore 7003595: IncompatibleClassChangeError with unreferenced local class with subclass
Thu, 04 Aug 2011 11:15:37 -0700 darcy 7071246: Enclosing string literal in parenthesis in switch-case crashes javac
Wed, 02 Mar 2011 10:56:39 +0000 mcimadamore 6541876: "Enclosing Instance" error new in 1.6
Fri, 18 Feb 2011 15:55:20 -0800 darcy 7020047: Project Coin: generate null-check around try-with-resources close call
Mon, 07 Feb 2011 18:10:13 +0000 mcimadamore 7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
Mon, 10 Jan 2011 15:08:31 -0800 jjg 6396503: javac should not require assertions enabled
Mon, 10 Jan 2011 14:57:59 -0800 jjg 6992999: fully remove JSR 308 from langtools
Sun, 14 Nov 2010 07:16:46 -0800 darcy 6991528: Support making Throwable.suppressedExceptions immutable
Thu, 30 Sep 2010 10:47:12 -0700 jjg 6988436: Cleanup javac option handling
Wed, 22 Sep 2010 20:53:34 +0530 sundar 6587674: NoClassdefFound when anonymously extending a class.
Sat, 18 Sep 2010 09:54:51 -0700 mcimadamore 6980862: too aggressive compiler optimization causes stale results of Types.implementation()
Wed, 01 Sep 2010 03:19:16 -0700 jrose 6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case
Wed, 25 Aug 2010 11:40:25 -0700 jjg 6960424: new option -Xpkginfo for better control of when package-info.class is generated
Fri, 16 Jul 2010 19:35:24 -0700 darcy 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
Thu, 24 Jun 2010 10:34:53 -0700 jjg 6917288: Unnamed nested class is not generated
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, 29 Jan 2010 16:54:52 -0800 jjg 6499119: Created package-info class file modeled improperly
Thu, 03 Dec 2009 14:03:53 -0800 darcy 6906748: Project Coin: Minor strings in switch cleanup
Mon, 02 Nov 2009 21:36:59 -0800 darcy 6827009: Project Coin: Strings in Switch
Tue, 11 Aug 2009 01:13:14 +0100 mcimadamore 6521805: Regression: JDK5/JDK6 javac allows write access to outer class reference
Tue, 28 Jul 2009 12:12:59 -0700 xdono 6862919: Update copyright year
Fri, 26 Jun 2009 19:47:12 -0700 jjg 6854796: update JSR308 impl with latest code from type-annotations repo
Fri, 26 Jun 2009 18:51:39 -0700 jjg 6843077: JSR 308: Annotations on types
Wed, 25 Mar 2009 10:28:52 +0000 mcimadamore 6816548: Uninitialized register when performing casting + auto(un)boxing
Thu, 05 Mar 2009 17:25:13 +0000 mcimadamore 6807255: LineNumberTable wrong if enhanced-for-loops are used
Thu, 09 Oct 2008 15:56:20 +0100 mcimadamore 6751514: Unary post-increment with type variables crash javac during lowering
Tue, 16 Sep 2008 18:35:18 -0700 jjg 6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes
Fri, 01 Aug 2008 15:23:18 -0700 jjg 6627362: javac generates code that uses array.clone, which is not available on JavaCard
Fri, 25 Jul 2008 12:05:43 +0100 mcimadamore 6500701: Enhanced for loop with generics generates faulty bytecode
Wed, 02 Jul 2008 12:56:02 -0700 xdono 6719955: Update copyright year
Wed, 23 Apr 2008 17:10:03 +0100 mcimadamore 6682380: Foreach loop with generics inside finally block crashes javac with -target 1.5
Mon, 03 Mar 2008 16:03:53 +0000 mcimadamore 6614974: javac successfully compiles code that throws java.lang.VerifyError when run
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip