alundblad [Mon, 27 Oct 2014 14:55:47 +0100] rev 27233
8060715: There is a small race condition in IdleResetSjavac
Summary: Synchronizes on method level instead of variable access level.
Reviewed-by: jfranck
jlahoda [Fri, 24 Oct 2014 20:07:08 +0200] rev 27232
8061323: JavadocTokenizer repeatedly compiles pattern to check for deprecation
Summary: Keeping the "@deprecated" Pattern in a static field.
Reviewed-by: mcimadamore
jfranck [Fri, 24 Oct 2014 08:34:51 +0200] rev 27231
8054448: (ann) Cannot reference field of inner class in an anonymous class
Reviewed-by: jlahoda, mcimadamore
mcimadamore [Fri, 24 Oct 2014 10:54:04 +0100] rev 27230
8061778: Wrong LineNumberTable for default constructors
Summary: Synthetic empty blocks generated by Lower are erroneously picked up by Gen
Reviewed-by: jjg
lana [Thu, 23 Oct 2014 13:43:56 -0700] rev 27229
Merge
vromero [Thu, 23 Oct 2014 10:42:44 -0700] rev 27228
8057800: Method reference with generic type creates NPE when compiling
Reviewed-by: mcimadamore, dlsmith