mcimadamore [Fri, 28 Sep 2012 16:56:53 +0100] rev 14052
8000233: Fix issues in recent push
Summary: Forgot to incorporate review comments in pushed changesets
Reviewed-by: jjg
mcimadamore [Wed, 26 Sep 2012 14:22:41 +0100] rev 14051
7188968: New instance creation expression using diamond is checked twice
Summary: Unify method and constructor check logic
Reviewed-by: jjg
jjg [Tue, 25 Sep 2012 13:11:05 -0700] rev 14050
7196464: upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face of error and no error
Reviewed-by: mcimadamore
jjg [Tue, 25 Sep 2012 13:06:58 -0700] rev 14049
7193657: provide internal ArrayUtils class to simplify common usage of arrays in javac
Reviewed-by: mcimadamore, jjg
Contributed-by: vicenterz@yahoo.es
mcimadamore [Tue, 25 Sep 2012 11:56:46 +0100] rev 14048
7177306: Regression: unchecked method call does not erase return type
Summary: Spurious extra call to Attr.checkMethod when method call is unchecked
Reviewed-by: jjg, dlsmith
mcimadamore [Tue, 25 Sep 2012 11:55:34 +0100] rev 14047
7175433: Inference cleanup: add helper class to handle inference variables
Summary: Add class to handle inference variables instantiation and associated info
Reviewed-by: jjg, dlsmith