Wed, 21 Jan 2015 10:51:35 +0100 8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
zmajo [Wed, 21 Jan 2015 10:51:35 +0100] rev 28650
8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds) Summary: Changed interpreter and compilation policies to allow using CompileThresholdScaling on a per-method level Reviewed-by: jrose, kvn
Tue, 20 Jan 2015 09:45:11 +0100 8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
zmajo [Tue, 20 Jan 2015 09:45:11 +0100] rev 28649
8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java Summary: Added '@ignore 8069160' to the test. Reviewed-by: anoll, kvn
Mon, 19 Jan 2015 12:29:50 -0800 8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
iveresov [Mon, 19 Jan 2015 12:29:50 -0800] rev 28648
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init> Summary: Use MachMerge to hook together defs of the same multidef value in a block Reviewed-by: kvn, vlivanov
Mon, 19 Jan 2015 14:14:05 +0000 Merge
vlivanov [Mon, 19 Jan 2015 14:14:05 +0000] rev 28647
Merge
Fri, 16 Jan 2015 15:08:20 +0300 8068231: Several tests are still excluded
pchistyakov [Fri, 16 Jan 2015 15:08:20 +0300] rev 28646
8068231: Several tests are still excluded Reviewed-by: kvn, iignatyev
Fri, 16 Jan 2015 20:59:23 +0400 8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour)
dpochepk [Fri, 16 Jan 2015 20:59:23 +0400] rev 28645
8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour) Summary: fixing unstable behaviour of 2 tests Reviewed-by: iignatyev
Mon, 19 Jan 2015 11:35:45 +0000 Merge
thartmann [Mon, 19 Jan 2015 11:35:45 +0000] rev 28644
Merge
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip