iveresov [Thu, 24 Oct 2013 16:25:24 -0700] rev 21111
Merge
iveresov [Thu, 24 Oct 2013 16:14:28 -0700] rev 21110
Merge
roland [Thu, 24 Oct 2013 19:32:34 +0200] rev 21109
8026978: JSR292: fatal error: Type profiling not implemented on this platform
Summary: force TypeProfileLevel to 0 on non x86
Reviewed-by: twisti
vlivanov [Wed, 23 Oct 2013 20:20:03 +0400] rev 21108
8012941: JSR 292: too deep inlining might crash compiler because of stack overflow
Reviewed-by: kvn, twisti
sspitsyn [Wed, 23 Oct 2013 20:15:24 +0400] rev 21107
8023004: JSR 292: java.lang.RuntimeException: Original target method was called.
Reviewed-by: jrose
anoll [Tue, 15 Oct 2013 08:38:35 +0200] rev 21106
8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice
Summary: Remove duplicate print
Reviewed-by: kvn, twisti
rbackman [Fri, 18 Oct 2013 10:41:56 +0200] rev 21105
8026844: Various Math functions needs intrinsification
Reviewed-by: kvn, twisti
iveresov [Wed, 23 Oct 2013 16:25:48 -0700] rev 21104
Merge
twisti [Wed, 23 Oct 2013 15:44:12 -0700] rev 21103
8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
Reviewed-by: iveresov, jrose
iveresov [Wed, 23 Oct 2013 11:15:24 -0700] rev 21102
8026495: JVM Crashes when started with -XX:+DTraceMethodProbes on Solaris x86_64
Summary: Fix wrong calling convention in LIR_Assembler::emit_unwind_handler(), T_METADATA support in calling convention generator, C1 register allocator
Reviewed-by: twisti, jrose
adlertz [Wed, 23 Oct 2013 19:22:28 +0000] rev 21101
Merge
adlertz [Wed, 23 Oct 2013 10:44:12 +0200] rev 21100
8026939: assert(Reachblock != NULL) failed: Reachblock must be non-NULL
Summary: We can reach this state from phi input rematerialization, so pass in the Reaches of the predecessor
Reviewed-by: roland, twisti
roland [Wed, 23 Oct 2013 12:40:23 +0200] rev 21099
8024070: C2 needs some form of type speculation
Summary: record unused type profile information with type system, propagate and use it.
Reviewed-by: kvn, twisti
anoll [Wed, 23 Oct 2013 10:00:39 +0200] rev 21098
8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified
Summary: Ensure currently required generation of AdapterHandlerLibrary::create_native_wrapper()
Reviewed-by: roland, iveresov
rbackman [Tue, 22 Oct 2013 14:02:15 +0000] rev 21097
Merge
rbackman [Mon, 21 Oct 2013 15:31:16 +0200] rev 21096
8026959: assert(!n->pinned() || n->is_MachConstantBase()) failed: only pinned MachConstantBase node is expected here
Reviewed-by: iveresov, roland