duke [Wed, 05 Jul 2017 18:13:41 +0200] rev 12969
Merge
katleman [Thu, 14 Jun 2012 13:14:21 -0700] rev 12968
Added tag jdk8-b43 for changeset d382060bd755
duke [Wed, 05 Jul 2017 18:13:39 +0200] rev 12967
Merge
katleman [Thu, 14 Jun 2012 13:14:08 -0700] rev 12966
Added tag jdk8-b43 for changeset cb67f4b91b0c
duke [Wed, 05 Jul 2017 18:13:36 +0200] rev 12965
Merge
katleman [Thu, 14 Jun 2012 13:14:28 -0700] rev 12964
Added tag jdk8-b43 for changeset d3f312fc19e1
duke [Wed, 05 Jul 2017 18:13:34 +0200] rev 12963
Merge
amurillo [Fri, 15 Jun 2012 14:07:01 -0700] rev 12962
Added tag hs24-b14 for changeset 812bed29656a
amurillo [Fri, 15 Jun 2012 14:07:00 -0700] rev 12961
Merge
kvn [Thu, 14 Jun 2012 14:59:52 -0700] rev 12960
Merge
twisti [Wed, 13 Jun 2012 11:36:03 -0700] rev 12959
7174928: JSR 292: unresolved invokedynamic call sites deopt and osr infinitely
Reviewed-by: kvn
kvn [Tue, 12 Jun 2012 16:23:31 -0700] rev 12958
7173340: C2: code cleanup: use PhaseIterGVN::replace_edge(Node*, int, Node*) where applicable
Summary: replace frequent C2 optimizer code patterns with new methods calls
Reviewed-by: kvn, twisti
Contributed-by: vladimir.x.ivanov@oracle.com
twisti [Tue, 12 Jun 2012 14:31:44 -0700] rev 12957
7174218: remove AtomicLongCSImpl intrinsics
Reviewed-by: kvn, twisti
Contributed-by: Krystal Mok <sajia@taobao.com>
kvn [Tue, 12 Jun 2012 09:47:23 -0700] rev 12956
7169782: C2: SIGSEGV in LShiftLNode::Ideal(PhaseGVN*, bool)
Summary: keep intermediate node alive till the end of the graph construction using dummy hook node trick
Reviewed-by: kvn, twisti
Contributed-by: vladimir.x.ivanov@oracle.com
roland [Tue, 12 Jun 2012 10:02:36 +0200] rev 12955
7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86
Summary: increase precision on x86 for the steps of the computation of exp and pow.
Reviewed-by: kvn
kvn [Mon, 11 Jun 2012 22:38:28 -0700] rev 12954
Merge
kvn [Mon, 11 Jun 2012 14:58:51 -0700] rev 12953
7174510: 19 JCK compiler tests fail with C2 error: memNode.cpp:812 - ShouldNotReachHere
Summary: Add missing check for EncodeP node in MemNode::Ideal_common_DU_postCCP() method.
Reviewed-by: twisti
twisti [Mon, 11 Jun 2012 16:47:41 -0700] rev 12952
7063674: Wrong results from basic comparisons after calls to Long.bitCount(long)
Reviewed-by: kvn
kvn [Mon, 11 Jun 2012 08:35:28 -0700] rev 12951
Merge
twisti [Wed, 06 Jun 2012 15:57:37 -0700] rev 12950
7174884: C1: failures after 7171890: assert(cur_state != NULL) failed: state_before must be set
Reviewed-by: kvn
roland [Tue, 05 Jun 2012 10:15:27 +0200] rev 12949
7171890: C1: add Class.isInstance intrinsic
Summary: Class.cast which calls Class.isInstance is heavily used by the new JSR 292 implementation
Reviewed-by: roland
Contributed-by: Krystal Mok <rednaxelafx@gmail.com>
amurillo [Fri, 01 Jun 2012 11:25:12 -0700] rev 12948
7173635: jprt.properties should include release jdk7u6
Reviewed-by: jcoomes
twisti [Wed, 30 May 2012 12:17:07 -0700] rev 12947
7172843: C1: fix "assert(has_printable_bci()) failed: _printable_bci should have been set"
Reviewed-by: twisti
Contributed-by: Krystal Mok <sajia@taobao.com>
twisti [Fri, 25 May 2012 11:39:13 -0700] rev 12946
7170145: C1 doesn't respect the JMM with volatile field loads
Reviewed-by: kvn, roland
kvn [Fri, 25 May 2012 07:53:11 -0700] rev 12945
7170463: C2 should recognize "obj.getClass() == A.class" code pattern
Summary: optimize this code pattern obj.getClass() == A.class.
Reviewed-by: jrose, kvn
Contributed-by: Krystal Mok <sajia@taobao.com>
sla [Thu, 14 Jun 2012 12:21:48 +0200] rev 12944
Merge
kamg [Mon, 11 Jun 2012 13:10:14 -0400] rev 12943
7175914: Usage of gcc with precompiled headers produces wrong build dependencies
Summary: Add -fpch-deps flag to gcc builds
Reviewed-by: kamg, coleenp
Contributed-by: volker.simonis@gmail.com
sla [Mon, 11 Jun 2012 10:28:02 +0200] rev 12942
Merge