chegar [Wed, 24 Apr 2013 11:03:32 +0100] rev 18396
Merge
vromero [Tue, 18 Jun 2013 19:02:48 +0100] rev 18395
8016267: javac, TypeTag refactoring has provoked performance issues
Reviewed-by: jjg
vromero [Tue, 18 Jun 2013 18:57:52 +0100] rev 18394
8016607: javac, avoid analyzing lambdas for source 7 compilation
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
rfield [Mon, 17 Jun 2013 20:29:31 -0700] rev 18393
8013789: Compiler should emit bridges in interfaces
Summary: paired with 8015402: Lambda metafactory should not attempt to determine bridge methods
Reviewed-by: vromero
Contributed-by: maurizio.cimadamore@oracle.com
darcy [Mon, 17 Jun 2013 14:46:01 -0700] rev 18392
8016779: Fix doclint warnings in javax.lang.model
Reviewed-by: jjg
lana [Sun, 16 Jun 2013 22:38:04 -0700] rev 18391
Merge
vromero [Fri, 14 Jun 2013 18:01:52 +0100] rev 18390
8008023: Get rid of utf8 chars in two tests
Reviewed-by: jjg
vromero [Fri, 14 Jun 2013 16:25:09 +0100] rev 18389
8016569: javac, add new flag for polymorphic method signatures
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
vromero [Tue, 11 Jun 2013 09:59:34 +0100] rev 18388
8007907: javap, method com.sun.tools.javap.Main.run returns 0 even in case of class not found error
Reviewed-by: jjg
vromero [Tue, 11 Jun 2013 09:35:58 +0100] rev 18387
8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific
Reviewed-by: jjg
mcimadamore [Mon, 10 Jun 2013 15:57:32 +0100] rev 18386
8013576: Add stat support to LambdaToMethod
Summary: LambdaToMethod should emit info to help diagnose/test lambda metafactory problems
Reviewed-by: jjg, vromero
vromero [Mon, 10 Jun 2013 15:18:47 +0100] rev 18385
7113519: test/tools/javac/VersionOpt.java passes on windows
Reviewed-by: jjg
jjg [Fri, 07 Jun 2013 15:35:38 -0700] rev 18384
8016193: Fix OAC issue in langtools docs
Reviewed-by: darcy
mcimadamore [Thu, 06 Jun 2013 15:38:42 +0100] rev 18383
Merge
mcimadamore [Thu, 06 Jun 2013 15:37:23 +0100] rev 18382
8015648: Duplicate variable in lambda causes javac crash
Summary: Missing flag in synthetic lambda blog is causing duplicates symbol to go undetected
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:35:05 +0100] rev 18381
8015432: javac crashes with stack overflow when method called recursively from nested generic call
Summary: Check.checkMethod should only be called after inference has completed
Reviewed-by: jjg, vromero