duke [Wed, 05 Jul 2017 20:14:13 +0200] rev 28344
Merge
duke [Wed, 05 Jul 2017 20:14:07 +0200] rev 28343
Merge
lana [Mon, 12 Jan 2015 12:23:34 -0800] rev 28342
Merge
darcy [Mon, 12 Jan 2015 09:19:06 -0800] rev 28341
8006469: Cleanup reflective access of java.lang.annotation.Repeatable
Reviewed-by: jfranck
jjg [Fri, 09 Jan 2015 18:03:01 -0800] rev 28340
8068759: ConstFoldTest fails on Windows
Reviewed-by: ksrini
mcimadamore [Fri, 09 Jan 2015 15:51:20 +0000] rev 28339
8067914: Redundant type cast nodes in AST (follow up from JDK-8043741)
Summary: Workaround for redundant (but harmless) synthetic cast generated in TransTypes
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
mcimadamore [Fri, 09 Jan 2015 15:50:22 +0000] rev 28338
8067429: java.lang.VerifyError: Inconsistent stackmap frames at branch target
Summary: bitset for alive variables contains info about variables out of range
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
mcimadamore [Fri, 09 Jan 2015 15:49:42 +0000] rev 28337
8043741: VerifyError due to missing checkcast
Summary: Proto-type is not set correctly for NULLCHK synthetic trees
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
mcimadamore [Fri, 09 Jan 2015 15:48:09 +0000] rev 28336
8066871: java.lang.VerifyError: Bad local variable type - local final String
Summary: baseType() erroneously called on MethodResultInfo causes lack of constant type info
Reviewed-by: jlahoda, mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
sogoel [Thu, 08 Jan 2015 22:01:20 -0800] rev 28335
8058373: Group 10a: golden files for tests in tools/javac dir
Reviewed-by: jjg, darcy
mcimadamore [Thu, 08 Jan 2015 14:43:05 +0000] rev 28334
8058542: Devise scheme for better diagnostic creation
Summary: Add support for generating (at build-time) an enum-like class containing all javac diagnostics, which allows for safe diagnostic creation.
Reviewed-by: jlahoda, jjg, vromero, erikj, jfranck
darcy [Wed, 07 Jan 2015 17:06:47 -0800] rev 28333
8068639: Make certain annotation classfile warnings opt-in
Reviewed-by: jjg
jjg [Tue, 06 Jan 2015 14:51:10 -0800] rev 28332
8059977: StandardJavaFileManager should support java.nio.file.Path
Reviewed-by: jlahoda
mcimadamore [Tue, 06 Jan 2015 15:46:41 +0000] rev 28331
8067883: Javac misses some opportunities for diagnostic simplification
Summary: Javac always report full inference diagnostic, even when message does not mention inference variables.
Reviewed-by: jlahoda
vromero [Mon, 05 Jan 2015 17:35:48 -0800] rev 28330
8064857: javac generates LVT entry with length 0 for local variable
Reviewed-by: mcimadamore, jjg