drchase [Thu, 14 Nov 2013 15:58:12 -0500] rev 21583
Merge
vlivanov [Thu, 14 Nov 2013 09:14:39 -0800] rev 21582
8028159: C2: compiler stack overflow during inlining of @ForceInline methods
Reviewed-by: roland, kvn
roland [Wed, 13 Nov 2013 13:45:50 +0100] rev 21581
8027572: assert(r != 0) failed: invalid
Summary: null classes should be expected in profiles with conflicts
Reviewed-by: kvn, iveresov
roland [Wed, 13 Nov 2013 01:50:14 -0800] rev 21580
Merge
roland [Wed, 13 Nov 2013 09:45:58 +0100] rev 21579
8027631: "unexpected profiling mismatch" error with new type profiling
Summary: inlined method handle calls can call methods with different signatures
Reviewed-by: kvn, iveresov
rbackman [Tue, 12 Nov 2013 14:52:48 +0100] rev 21578
8028207: assert(_outcnt==1) failed: not unique in compile.cpp
Reviewed-by: iveresov, kvn
rbackman [Tue, 12 Nov 2013 13:47:57 +0100] rev 21577
8028198: SIGSEGV in PhaseIdealLoop::build_loop_late_post
Reviewed-by: iveresov, kvn
roland [Tue, 12 Nov 2013 13:58:37 +0100] rev 21576
8027632: assert(xtype->klass_is_exact()) failed: Should be exact at graphKit.cpp
Summary: receiver type collected by profiling for default method may be interface
Reviewed-by: kvn, iveresov
anoll [Tue, 12 Nov 2013 09:32:50 +0100] rev 21575
8027593: performance drop with constrained codecache starting with hs25 b111
Summary: Fixed proper sweeping of small code cache sizes
Reviewed-by: kvn, iveresov
kvn [Mon, 11 Nov 2013 11:53:33 -0800] rev 21574
8024830: SEGV in org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get
Summary: Exclude last input argument's stack slots from vector's spilling masks.
Reviewed-by: iveresov