Wed, 23 Oct 2013 16:25:48 -0700 Merge
iveresov [Wed, 23 Oct 2013 16:25:48 -0700] rev 21104
Merge
Wed, 23 Oct 2013 15:44:12 -0700 8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
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
Wed, 23 Oct 2013 11:15:24 -0700 8026495: JVM Crashes when started with -XX:+DTraceMethodProbes on Solaris x86_64
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
Wed, 23 Oct 2013 19:22:28 +0000 Merge
adlertz [Wed, 23 Oct 2013 19:22:28 +0000] rev 21101
Merge
Wed, 23 Oct 2013 10:44:12 +0200 8026939: assert(Reachblock != NULL) failed: Reachblock must be non-NULL
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
Wed, 23 Oct 2013 12:40:23 +0200 8024070: C2 needs some form of type speculation
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
Wed, 23 Oct 2013 10:00:39 +0200 8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified
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
Tue, 22 Oct 2013 14:02:15 +0000 Merge
rbackman [Tue, 22 Oct 2013 14:02:15 +0000] rev 21097
Merge
Mon, 21 Oct 2013 15:31:16 +0200 8026959: assert(!n->pinned() || n->is_MachConstantBase()) failed: only pinned MachConstantBase node is expected here
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
Tue, 22 Oct 2013 09:51:47 +0200 8026251: New type profiling points: parameters to methods
roland [Tue, 22 Oct 2013 09:51:47 +0200] rev 21095
8026251: New type profiling points: parameters to methods Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
Mon, 21 Oct 2013 17:34:27 -0700 Merge
iveresov [Mon, 21 Oct 2013 17:34:27 -0700] rev 21094
Merge
Mon, 21 Oct 2013 09:21:41 +0400 8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions
iignatyev [Mon, 21 Oct 2013 09:21:41 +0400] rev 21093
8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions Reviewed-by: twisti, iveresov
Sat, 19 Oct 2013 22:22:05 -0700 Merge
iveresov [Sat, 19 Oct 2013 22:22:05 -0700] rev 21092
Merge
Sat, 19 Oct 2013 21:54:46 +0400 8023318: compiler/whitebox tests timeout with enabled TieredCompilation
iignatyev [Sat, 19 Oct 2013 21:54:46 +0400] rev 21091
8023318: compiler/whitebox tests timeout with enabled TieredCompilation Reviewed-by: kvn, twisti
Sat, 19 Oct 2013 21:54:44 +0400 8026414: [TESTBUG] Tests for Tiered/NonTiered levels
iignatyev [Sat, 19 Oct 2013 21:54:44 +0400] rev 21090
8026414: [TESTBUG] Tests for Tiered/NonTiered levels Reviewed-by: twisti, iveresov
Sat, 19 Oct 2013 12:16:43 +0200 8024069: replace_in_map() should operate on parent maps
roland [Sat, 19 Oct 2013 12:16:43 +0200] rev 21089
8024069: replace_in_map() should operate on parent maps Summary: type information gets lost because replace_in_map() doesn't update parent maps Reviewed-by: kvn, twisti
Fri, 18 Oct 2013 12:15:32 -0700 8008242: VerifyOops is broken on SPARC
morris [Fri, 18 Oct 2013 12:15:32 -0700] rev 21088
8008242: VerifyOops is broken on SPARC Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA Reviewed-by: kvn, twisti
Fri, 18 Oct 2013 09:36:35 +0000 Merge
adlertz [Fri, 18 Oct 2013 09:36:35 +0000] rev 21087
Merge
Fri, 18 Oct 2013 10:50:17 +0200 8022783: Nashorn test fails with: assert(!def_outside->member(r))
adlertz [Fri, 18 Oct 2013 10:50:17 +0200] rev 21086
8022783: Nashorn test fails with: assert(!def_outside->member(r)) Summary: Enables private copies of inputs for recent spill copies as well Reviewed-by: kvn, twisti
Thu, 17 Oct 2013 19:47:04 +0200 8026708: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
anoll [Thu, 17 Oct 2013 19:47:04 +0200] rev 21085
8026708: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation Summary: Increase size for the template interpreter accordingly Reviewed-by: kvn, twisti
Thu, 24 Oct 2013 17:20:39 -0400 Merge
ccheung [Thu, 24 Oct 2013 17:20:39 -0400] rev 21084
Merge
Wed, 23 Oct 2013 10:24:28 +0200 8026808: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failed with unexpected exit value
farvidsson [Wed, 23 Oct 2013 10:24:28 +0200] rev 21083
8026808: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failed with unexpected exit value Summary: Fixes a bug with vmArgs when using JDKToolLauncher Reviewed-by: sla, dholmes
Tue, 22 Oct 2013 22:14:57 -0400 Merge
hseigel [Tue, 22 Oct 2013 22:14:57 -0400] rev 21082
Merge
Tue, 22 Oct 2013 15:54:50 -0400 8026809: [TESTBUG] Create regression test for JDK-8026041
hseigel [Tue, 22 Oct 2013 15:54:50 -0400] rev 21081
8026809: [TESTBUG] Create regression test for JDK-8026041 Summary: Created simple regression test for the bug Reviewed-by: hseigel, lfoltan, zgu Contributed-by: mikhailo.seledtsov@oracle.com
Tue, 22 Oct 2013 16:09:17 -0700 Merge
iklam [Tue, 22 Oct 2013 16:09:17 -0700] rev 21080
Merge
Tue, 22 Oct 2013 14:29:02 -0700 8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread
iklam [Tue, 22 Oct 2013 14:29:02 -0700] rev 21079
8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread Summary: Revert changes in JDK-8008962 Reviewed-by: coleenp, sspitsyn
Tue, 22 Oct 2013 14:47:59 -0400 8026394: Eclipse fails with JDK8 build 111
hseigel [Tue, 22 Oct 2013 14:47:59 -0400] rev 21078
8026394: Eclipse fails with JDK8 build 111 Summary: If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object. With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE. Reviewed-by: acorn, dholmes Contributed-by: lois.foltan@oracle.com
Mon, 21 Oct 2013 17:26:46 -0700 Merge
ccheung [Mon, 21 Oct 2013 17:26:46 -0700] rev 21077
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip