langtools/src/share/classes/com/sun/tools/javac/comp/TransTypes.java
Mon, 02 Jun 2014 22:36:40 +0100 vromero 8044487: Fix for 8042785 causes regression tests to fail with java.lang.VerifyError
Fri, 30 May 2014 18:21:05 +0100 vromero 8042785: javac, bridge methods are not getting the flags from the original method
Wed, 09 Apr 2014 17:41:27 +0100 pgovereau 8015499: javac, Gen is generating extra checkcast instructions in some corner cases
Wed, 26 Feb 2014 15:38:55 -0800 jjg 8034048: javac crash with method references plus lambda plus var args
Sun, 22 Dec 2013 21:57:01 -0800 rfield 8030626: java.lang.VerifyError: Bad return type when lambda's body is in parentheses
Wed, 18 Dec 2013 16:05:18 -0500 briangoetz 8030244: Update langtools to use Diamond
Mon, 23 Sep 2013 10:42:38 +0200 alundblad 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Sat, 14 Sep 2013 19:04:47 +0100 vromero 7047734: javac, the LVT is not generated correctly in several scenarios
Thu, 12 Sep 2013 22:40:29 +0100 vromero 8023558: Javac creates invalid bootstrap methods for complex lambda/methodref case
Wed, 31 Jul 2013 10:52:01 +0100 vromero 8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
Thu, 11 Jul 2013 14:07:39 +0100 mcimadamore 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle
Wed, 19 Jun 2013 11:48:05 +0100 chegar 8017045: anti-delta fix for 8013789
Mon, 17 Jun 2013 20:29:31 -0700 rfield 8013789: Compiler should emit bridges in interfaces
Tue, 04 Jun 2013 14:17:50 -0700 jjg 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
Sat, 01 Jun 2013 22:09:18 +0100 vromero 6695379: Copy method annotations and parameter annotations to synthetic bridge methods
Wed, 29 May 2013 10:56:29 +0100 vromero 7053059: VerifyError with double Assignment using a Generic Member of a Superclass
Mon, 15 Apr 2013 14:17:30 +0100 mcimadamore 8011392: Missing checkcast when casting to intersection type
Sat, 13 Apr 2013 12:25:44 +0100 vromero 8010659: Javac Crashes while building OpenJFX
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Mon, 21 Jan 2013 20:13:56 +0000 mcimadamore 8005244: Implement overload resolution as per latest spec EDR
Fri, 30 Nov 2012 15:14:48 +0000 mcimadamore 8002099: Add support for intersection types in cast expression
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
Mon, 29 Oct 2012 10:39:49 -0700 rfield 8000694: Add generation of lambda implementation code: invokedynamic call, lambda method, adaptor methods
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Tue, 09 Oct 2012 19:31:58 -0700 jjg 8000208: fix langtools javadoc comment issues
Tue, 09 Oct 2012 19:10:00 -0700 jjg 8000663: clean up langtools imports
Sat, 06 Oct 2012 10:35:38 +0100 mcimadamore 7177386: Add attribution support for method references
Fri, 05 Oct 2012 14:35:24 +0100 mcimadamore 7177385: Add attribution support for lambda expressions
Wed, 15 Aug 2012 13:48:46 -0700 jjh 7191449: update copyright year to match last edit in jdk8 langtools repository
Tue, 06 Mar 2012 16:48:29 +0000 mcimadamore 7151070: NullPointerException in Resolve.isAccessible
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
Tue, 28 Dec 2010 15:54:52 -0800 ohair 6962318: Update copyright year
Fri, 03 Dec 2010 16:31:23 +0000 mcimadamore 6956758: NPE in com.sun.tools.javac.code.Symbol - isSubClass
Tue, 02 Nov 2010 12:00:54 +0000 mcimadamore 6996415: Override bridges causes compiler-generated code to end up with synthetic infinite loop
Tue, 07 Sep 2010 17:31:54 +0100 mcimadamore 6337171: javac should create bridge methods when type variable bounds restricted
Fri, 16 Jul 2010 19:35:24 -0700 darcy 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
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:30:35 -0800 jjg 6930032: fix findbugs errors in com.sun.tools.javac.comp
Tue, 19 Jan 2010 14:28:45 -0800 jjg 6917067: refactor type annotations code from TransTypes into new TypeAnnotations class
Tue, 11 Aug 2009 01:13:42 +0100 mcimadamore 6869075: regression: javac crashes when compiling compound string assignment with generics
Thu, 30 Jul 2009 10:30:34 +0100 mcimadamore 6861837: JCK compilation failures
Fri, 26 Jun 2009 18:51:39 -0700 jjg 6843077: JSR 308: Annotations on types
Thu, 09 Oct 2008 15:56:20 +0100 mcimadamore 6751514: Unary post-increment with type variables crash javac during lowering
Mon, 29 Sep 2008 11:34:43 +0100 mcimadamore 6500343: compiler generates bad code when translating conditional expressions
Tue, 16 Sep 2008 18:35:18 -0700 jjg 6574134: Allow for alternative implementation of Name Table with garbage collection of name bytes
Wed, 02 Jul 2008 12:56:02 -0700 xdono 6719955: Update copyright year
Wed, 09 Apr 2008 13:19:01 +0100 mcimadamore 6531075: Missing synthetic casts when accessing fields/methods of intersection types including type variables
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip