jwilhelm [Wed, 01 Feb 2017 00:56:16 +0100] rev 43681
Merge
jwilhelm [Tue, 31 Jan 2017 20:54:45 +0100] rev 43680
Merge
dcubed [Tue, 31 Jan 2017 14:33:36 -0800] rev 43679
8173693: disable post_class_unload() for non JavaThread initiators
Reviewed-by: sspitsyn, gthornbr
bchristi [Tue, 31 Jan 2017 20:04:54 +0000] rev 43678
Merge
bchristi [Tue, 31 Jan 2017 11:50:42 -0800] rev 43677
8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
Reviewed-by: coleenp, mchung
thartmann [Tue, 31 Jan 2017 18:42:45 +0100] rev 43676
8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
Summary: Deoptimize if receiver null check of unresolved field access fails to throw NoClassDefFoundError instead of NPE.
Reviewed-by: vlivanov
vlivanov [Tue, 31 Jan 2017 01:11:40 +0300] rev 43675
8173338: C2: continuous CallSite relinkage eventually disables compilation for a method
Reviewed-by: jrose, dlong, kvn