roland [Fri, 22 May 2015 09:14:18 +0200] rev 31044
8080699: Assert failed: Not a Java pointer in JCK test
Summary: Eliminated arraycopy node still reachable through exception edges
Reviewed-by: kvn
thartmann [Fri, 22 May 2015 13:08:50 +0200] rev 31043
Merge
thartmann [Fri, 22 May 2015 13:02:47 +0200] rev 31042
8080156: Integer.toString(int value) sometimes throws NPE
Summary: Added test to check correctness of type propagation to CmpUNodes.
Reviewed-by: kvn
thartmann [Fri, 22 May 2015 09:50:32 +0200] rev 31041
Merge
roland [Thu, 21 May 2015 20:29:09 +0200] rev 31040
Merge
aeriksso [Thu, 21 May 2015 16:49:11 +0200] rev 31039
8060036: C2: CmpU nodes can end up with wrong type information
Summary: CmpU needs to be reprocessed by CCP when an AddI/SubI input's input type change
Reviewed-by: mcberg, kvn, roland
Contributed-by: andreas.eriksson@oracle.com
vlivanov [Thu, 21 May 2015 18:22:33 +0300] rev 31038
8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, stefank, twisti
vlivanov [Fri, 15 May 2015 19:23:11 +0300] rev 31037
8079205: CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
Reviewed-by: roland, psandoz, plevart, kbarrett, jrose
vlivanov [Fri, 15 May 2015 19:21:46 +0300] rev 31036
8079135: C2 disables some optimizations when a large number of unique nodes exist
Reviewed-by: kvn
roland [Thu, 21 May 2015 13:54:07 +0200] rev 31035
8077504: Unsafe load can loose control dependency and cause crash
Summary: Node::depends_only_on_test() should return false for Unsafe loads
Reviewed-by: kvn, adinn
jwilhelm [Thu, 04 Jun 2015 14:19:51 +0200] rev 31034
Merge
kbarrett [Wed, 03 Jun 2015 14:38:54 -0400] rev 31033
8079093: Remove FakeRttiSupport workaround for gcc -Wtype-limits
Summary: Remove the no longer needed workaround.
Reviewed-by: jmasa, david, simonis
ysuenaga [Wed, 03 Jun 2015 08:49:34 +0900] rev 31032
8072913: [REDO] GCCause should distinguish jcmd GC.run from System.gc()
Summary: GCCause which is caused by GC.run diagnostic command should be different from System.gc() .
Reviewed-by: jmasa, jwilhelm
stefank [Wed, 03 Jun 2015 13:29:53 +0200] rev 31031
Merge
stefank [Wed, 03 Jun 2015 11:46:07 +0200] rev 31030
8081682: AbstractWorkGang::_terminate is never used
Reviewed-by: kbarrett, pliden, brutisso