duke [Wed, 05 Jul 2017 20:07:51 +0200] rev 27556
Merge
lana [Thu, 13 Nov 2014 09:39:52 -0800] rev 27555
Merge
alundblad [Thu, 13 Nov 2014 14:49:02 +0100] rev 27554
8059591: Give TaskListener methods empty default implementations
Summary: Added empty default implementations for TaskListener methods.
Reviewed-by: jfranck, ohrstrom
jlahoda [Wed, 12 Nov 2014 19:05:17 +0100] rev 27553
8064362: WriteableScope.dupUnshared misbehaves on shared Scopes
Summary: When calling dupUnshared on a shared scope, make sure the result does not contain Symbols that don't belong to the scope that is being dupUnshared.
Reviewed-by: mcimadamore
aeremeev [Wed, 12 Nov 2014 15:16:35 +0200] rev 27552
8042931: Implement classfile tests for EnclosingMethod attribute.
Reviewed-by: jjg, shurailine, anazarov
mcimadamore [Wed, 12 Nov 2014 12:41:32 +0000] rev 27551
8064464: regression with type inference of conditional expression
Summary: Bad classification of conditional leads to spurious error
Reviewed-by: jlahoda
alundblad [Mon, 10 Nov 2014 20:29:58 +0100] rev 27550
8062737: Sjavac creates unnecessarily many SjavacClient/PooledSjavac/SjavacImpl instances
Summary: Moved sjavac initialization out of loop body.
Reviewed-by: jfranck, ohrstrom