Mon, 19 Jan 2015 09:32:40 +0100 8066312: Add new Node* Node::find_out(int opc) method.
zmajo [Mon, 19 Jan 2015 09:32:40 +0100] rev 28643
8066312: Add new Node* Node::find_out(int opc) method. Summary: Added methods find_user_with() and has_user_with() for searching for a particular out type. Reviewed-by: kvn, jrose
Fri, 16 Jan 2015 13:58:22 +0100 8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
asiebenborn [Fri, 16 Jan 2015 13:58:22 +0100] rev 28642
8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat Reviewed-by: kvn
Fri, 16 Jan 2015 05:02:11 -0500 Merge
dlong [Fri, 16 Jan 2015 05:02:11 -0500] rev 28641
Merge
Thu, 15 Jan 2015 11:30:13 +0100 8067374: Use %f instead of %g for LogCompilation output
zmajo [Thu, 15 Jan 2015 11:30:13 +0100] rev 28640
8067374: Use %f instead of %g for LogCompilation output Summary: Changed format string from %g to %f. Reviewed-by: kvn
Wed, 14 Jan 2015 17:27:00 -0800 8068864: C2 failed: modified node is not on IGVN._worklist
kvn [Wed, 14 Jan 2015 17:27:00 -0800] rev 28639
8068864: C2 failed: modified node is not on IGVN._worklist Summary: Use igvn.replace_input_of() instead of set_req(). Reviewed-by: iveresov, vlivanov
Thu, 22 Jan 2015 12:26:26 +0100 Merge
jwilhelm [Thu, 22 Jan 2015 12:26:26 +0100] rev 28638
Merge
Wed, 21 Jan 2015 19:36:18 +0100 8069230: Remove unused G1PostBarrierStub::byte_map_base and friends
kbarrett [Wed, 21 Jan 2015 19:36:18 +0100] rev 28637
8069230: Remove unused G1PostBarrierStub::byte_map_base and friends Reviewed-by: brutisso, tschatzl
Mon, 19 Jan 2015 15:52:56 +0100 Merge
jwilhelm [Mon, 19 Jan 2015 15:52:56 +0100] rev 28636
Merge
Mon, 19 Jan 2015 10:08:07 +0100 8069011: gc/TestSmallHeap.java failing in nightly
sjohanss [Mon, 19 Jan 2015 10:08:07 +0100] rev 28635
8069011: gc/TestSmallHeap.java failing in nightly Summary: Using @requires to avoid running with AggressiveOpts turned on. Reviewed-by: jwilhelm, brutisso
Mon, 19 Jan 2015 10:06:14 +0100 8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests
sjohanss [Mon, 19 Jan 2015 10:06:14 +0100] rev 28634
8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests Reviewed-by: brutisso, kbarrett
Fri, 16 Jan 2015 14:43:45 +0100 8068971: A heap region being cleared should not belong to the cset
ehelin [Fri, 16 Jan 2015 14:43:45 +0100] rev 28633
8068971: A heap region being cleared should not belong to the cset Reviewed-by: brutisso, tschatzl
Fri, 16 Jan 2015 10:32:40 +0000 Merge
ehelin [Fri, 16 Jan 2015 10:32:40 +0000] rev 28632
Merge
Fri, 16 Jan 2015 10:29:12 +0100 8066875: VirtualSpace does not use large pages
ehelin [Fri, 16 Jan 2015 10:29:12 +0100] rev 28631
8066875: VirtualSpace does not use large pages Reviewed-by: stefank, tschatzl, anoll, thartmann
Fri, 16 Jan 2015 09:40:13 +0100 8061259: ParNew promotion failed is serialized on a lock
brutisso [Fri, 16 Jan 2015 09:40:13 +0100] rev 28630
8061259: ParNew promotion failed is serialized on a lock Reviewed-by: kbarrett, brutisso Contributed-by: jwha@google.com
Thu, 15 Jan 2015 16:05:20 +0100 8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java
jwilhelm [Thu, 15 Jan 2015 16:05:20 +0100] rev 28629
8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java Summary: Skip test if -client is not supported. Reviewed-by: jwilhelm, simonis Contributed-by: goetz.lindenmaier@sap.com
Tue, 20 Jan 2015 13:56:57 +0100 8067479: verify-modules fails in bootcycle build
erikj [Tue, 20 Jan 2015 13:56:57 +0100] rev 28628
8067479: verify-modules fails in bootcycle build Reviewed-by: dholmes, sla
Mon, 19 Jan 2015 11:35:15 +0300 8069048: (process) Suspend finishing threads when process exits [win]
igerasim [Mon, 19 Jan 2015 11:35:15 +0300] rev 28627
8069048: (process) Suspend finishing threads when process exits [win] Reviewed-by: dholmes, dcubed
Sun, 18 Jan 2015 11:49:22 -0800 Merge
minqi [Sun, 18 Jan 2015 11:49:22 -0800] rev 28626
Merge
Fri, 16 Jan 2015 21:28:02 +0000 8035938: Memory leak in JvmtiEnv::GetConstantPool
kevinw [Fri, 16 Jan 2015 21:28:02 +0000] rev 28625
8035938: Memory leak in JvmtiEnv::GetConstantPool Reviewed-by: sspitsyn, dcubed
Fri, 16 Jan 2015 09:15:22 +0100 6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null
aph [Fri, 16 Jan 2015 09:15:22 +0100] rev 28624
6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null Reviewed-by: sla, sspitsyn
Thu, 15 Jan 2015 14:10:49 -0800 8062961: [TESTBUG] Spurious timeout for runtime/ErrorHandling/ProblematicFrameTest
ctornqvi [Thu, 15 Jan 2015 14:10:49 -0800] rev 28623
8062961: [TESTBUG] Spurious timeout for runtime/ErrorHandling/ProblematicFrameTest Reviewed-by: coleenp, gtriantafill
Thu, 15 Jan 2015 12:43:14 +0000 Merge
psandoz [Thu, 15 Jan 2015 12:43:14 +0000] rev 28622
Merge
Thu, 15 Jan 2015 11:18:20 +0100 8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
psandoz [Thu, 15 Jan 2015 11:18:20 +0100] rev 28621
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter Reviewed-by: dholmes, coleenp Contributed-by: paul.sandoz@oracle.com, filipp.zhinkin@gmail.com
Thu, 15 Jan 2015 12:02:55 +0000 Merge
dsamersoff [Thu, 15 Jan 2015 12:02:55 +0000] rev 28620
Merge
Wed, 14 Jan 2015 17:22:28 +0000 Merge
dsamersoff [Wed, 14 Jan 2015 17:22:28 +0000] rev 28619
Merge
Wed, 14 Jan 2015 07:10:53 -0800 7076820: assert(addr != 0) failed: address sanity check in PerfMemory::detach with -XX:-UsePerfData
dsamersoff [Wed, 14 Jan 2015 07:10:53 -0800] rev 28618
7076820: assert(addr != 0) failed: address sanity check in PerfMemory::detach with -XX:-UsePerfData Summary: Explicitly checks for UsePerfData and if it's false make Perf:detach a NOP. Reviewed-by: dholmes, jbachorik
Wed, 07 Jan 2015 08:37:49 +0100 8068503: ppc64: Encode/Decode nodes for disjoint cOops mode
goetz [Wed, 07 Jan 2015 08:37:49 +0100] rev 28617
8068503: ppc64: Encode/Decode nodes for disjoint cOops mode Reviewed-by: simonis
Wed, 14 Jan 2015 16:35:58 -0500 Merge
jiangli [Wed, 14 Jan 2015 16:35:58 -0500] rev 28616
Merge
Wed, 14 Jan 2015 16:35:00 -0500 8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error.
jiangli [Wed, 14 Jan 2015 16:35:00 -0500] rev 28615
8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error. Summary: Include shared symbols in SymbolTable::symbols_do(SymbolClosure). Reviewed-by: minqi, farvidsson, coleenp
Wed, 14 Jan 2015 15:25:13 +0000 Merge
erikj [Wed, 14 Jan 2015 15:25:13 +0000] rev 28614
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip