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