Mon, 21 Sep 2015 10:36:36 -0400 8131645: [ARM64] crash on Cavium when using G1
ecaspole [Mon, 21 Sep 2015 10:36:36 -0400] rev 33093
8131645: [ARM64] crash on Cavium when using G1 Summary: Add a fence when creating the CodeRootSetTable so the readers do not see invalid memory. Reviewed-by: aph, tschatzl
Thu, 08 Oct 2015 14:28:55 -0700 Merge
amurillo [Thu, 08 Oct 2015 14:28:55 -0700] rev 33092
Merge
Thu, 08 Oct 2015 19:16:42 +0000 Merge
dlong [Thu, 08 Oct 2015 19:16:42 +0000] rev 33091
Merge
Wed, 07 Oct 2015 06:56:58 -0400 8139042: AARCH64: Correct regression introduced by 8080293
adinn [Wed, 07 Oct 2015 06:56:58 -0400] rev 33090
8139042: AARCH64: Correct regression introduced by 8080293 Summary: Reinstate unsafe volatile optimization broken by JDK-8080293 Reviewed-by: aph, kvn
Mon, 05 Oct 2015 20:02:40 -0700 8132207: update for x86 exp in the math lib
iveresov [Mon, 05 Oct 2015 20:02:40 -0700] rev 33089
8132207: update for x86 exp in the math lib Summary: Add new java.lang.Math() intrinsics from x86 Reviewed-by: kvn, iveresov Contributed-by: vivek.r.deshpande@intel.com
Wed, 30 Sep 2015 04:35:39 -0400 8138583: aarch64: add support for vectorizing fabs/fneg
enevill [Wed, 30 Sep 2015 04:35:39 -0400] rev 33088
8138583: aarch64: add support for vectorizing fabs/fneg Reviewed-by: aph, roland Contributed-by: felix.yang@linaro.org
Thu, 08 Oct 2015 09:51:12 -0700 8139094: Tier1 test java/util/zip/TestCRC32C.java fails due to fixes for JDK-8134553
iveresov [Thu, 08 Oct 2015 09:51:12 -0700] rev 33087
8139094: Tier1 test java/util/zip/TestCRC32C.java fails due to fixes for JDK-8134553 Summary: Match correct intrinsic kind Reviewed-by: iveresov, kvn Contributed-by: tomasz.wojtowicz@intel.com
Thu, 01 Oct 2015 11:52:44 -0700 Merge
amurillo [Thu, 01 Oct 2015 11:52:44 -0700] rev 33086
Merge
Wed, 23 Sep 2015 12:39:30 -0400 8135231: aarch64: add support for vectorizing double precision sqrt
enevill [Wed, 23 Sep 2015 12:39:30 -0400] rev 33085
8135231: aarch64: add support for vectorizing double precision sqrt Reviewed-by: roland, aph
Mon, 28 Sep 2015 16:18:15 +0000 8136165: AARCH64: Tidy up compiled native calls
aph [Mon, 28 Sep 2015 16:18:15 +0000] rev 33084
8136165: AARCH64: Tidy up compiled native calls Summary: Do some cleaning Reviewed-by: roland, kvn, enevill
Fri, 25 Sep 2015 12:04:35 -0700 Merge
iveresov [Fri, 25 Sep 2015 12:04:35 -0700] rev 33083
Merge
Thu, 17 Sep 2015 16:53:42 +0200 8136820: Generate better code for some Unsafe addressing patterns
roland [Thu, 17 Sep 2015 16:53:42 +0200] rev 33082
8136820: Generate better code for some Unsafe addressing patterns Summary: reshape address computation to move invariant part out of loops Reviewed-by: kvn
Thu, 24 Sep 2015 20:13:04 +0300 8066157: JEP-JDK-8046155: Test task: method matcher
ppunegov [Thu, 24 Sep 2015 20:13:04 +0300] rev 33081
8066157: JEP-JDK-8046155: Test task: method matcher Summary: MethodMatcher test and framework Reviewed-by: iignatyev, neliasso
Thu, 24 Sep 2015 18:24:10 +0300 8137020: [TESTBUG] Utils.runAndCheckException doesn't work well if no exception thrown
kzhaldyb [Thu, 24 Sep 2015 18:24:10 +0300] rev 33080
8137020: [TESTBUG] Utils.runAndCheckException doesn't work well if no exception thrown Summary: Changed handling a case when expected exception wasn't thrown Reviewed-by: iignatyev
Wed, 16 Sep 2015 13:50:57 +0000 8136615: aarch64: elide DecodeN when followed by CmpP 0
enevill [Wed, 16 Sep 2015 13:50:57 +0000] rev 33079
8136615: aarch64: elide DecodeN when followed by CmpP 0 Summary: remove DecodeN when comparing a narrow oop with 0 Reviewed-by: kvn, adinn
Tue, 22 Sep 2015 15:25:34 +0200 8136926: phi == NULL assert in PhaseIdealLoop::try_move_store_after_loop
roland [Tue, 22 Sep 2015 15:25:34 +0200] rev 33078
8136926: phi == NULL assert in PhaseIdealLoop::try_move_store_after_loop Summary: multiple phis on same slice are possible in a loop Reviewed-by: kvn, mcberg
Mon, 21 Sep 2015 10:51:33 +0200 8136596: Remove aarch64: MemBarRelease when final field's allocation is NoEscape or ArgEscape
roland [Mon, 21 Sep 2015 10:51:33 +0200] rev 33077
8136596: Remove aarch64: MemBarRelease when final field's allocation is NoEscape or ArgEscape Summary: elide MemBar when AllocateNode _is_non_escaping Reviewed-by: kvn, roland Contributed-by: hui.shi@linaro.org
Tue, 22 Sep 2015 13:42:09 +0200 8136914: compiler/loopopts/superword/SumRedSqrt_Double.java times out
zmajo [Tue, 22 Sep 2015 13:42:09 +0200] rev 33076
8136914: compiler/loopopts/superword/SumRedSqrt_Double.java times out Summary: Change test to execute only on relevant (x86-based) platforms. Reviewed-by: kvn, dlong
Wed, 16 Sep 2015 09:52:58 -0400 8080293: AARCH64: Remove unnecessary dmbs from generated CAS code
adinn [Wed, 16 Sep 2015 09:52:58 -0400] rev 33075
8080293: AARCH64: Remove unnecessary dmbs from generated CAS code Summary: The current encoding for CAS generates unnecessary leading and trailing dmbs for the MemBarAcquire and MemBarRelease which ought to be elided Reviewed-by: kvn
Sat, 19 Sep 2015 11:19:22 +0200 Merge
iignatyev [Sat, 19 Sep 2015 11:19:22 +0200] rev 33074
Merge
Sat, 19 Sep 2015 12:04:38 +0300 8136718: [TESTBUG] introduce FileInstaller functionality
dpochepk [Sat, 19 Sep 2015 12:04:38 +0300] rev 33073
8136718: [TESTBUG] introduce FileInstaller functionality Reviewed-by: iignatyev
Sat, 19 Sep 2015 12:03:36 +0300 8136693: add package statement 'compiler.testlibrary' to CompilerUtils
tpivovarova [Sat, 19 Sep 2015 12:03:36 +0300] rev 33072
8136693: add package statement 'compiler.testlibrary' to CompilerUtils Reviewed-by: iignatyev
Fri, 18 Sep 2015 16:37:12 -0400 Merge
coleenp [Fri, 18 Sep 2015 16:37:12 -0400] rev 33071
Merge
Thu, 17 Sep 2015 09:03:57 +0200 8136525: Generate interpreter entries only once and avoid unnecessary jump to jump
mdoerr [Thu, 17 Sep 2015 09:03:57 +0200] rev 33070
8136525: Generate interpreter entries only once and avoid unnecessary jump to jump Reviewed-by: coleenp, twisti, aph
Fri, 18 Sep 2015 10:11:11 +0200 8135068: Extract method matchers from CompilerOracle
neliasso [Fri, 18 Sep 2015 10:11:11 +0200] rev 33069
8135068: Extract method matchers from CompilerOracle Summary: Ecapsulate code to enable reuse Reviewed-by: roland, kvn
Thu, 17 Sep 2015 13:42:50 -0700 Merge
iveresov [Thu, 17 Sep 2015 13:42:50 -0700] rev 33068
Merge
Thu, 17 Sep 2015 08:08:47 +0200 8134739: compiler/loopopts/superword/TestVectorizationWithInvariant crashes in loop opts
thartmann [Thu, 17 Sep 2015 08:08:47 +0200] rev 33067
8134739: compiler/loopopts/superword/TestVectorizationWithInvariant crashes in loop opts Summary: Bail out of superword optimization if loop was removed (i.e., if zero-trip Opaque1Node was removed). Reviewed-by: kvn, roland
Wed, 16 Sep 2015 15:54:32 -0700 8134553: CRC32C implementations for x86/x64 targets
kvn [Wed, 16 Sep 2015 15:54:32 -0700] rev 33066
8134553: CRC32C implementations for x86/x64 targets Reviewed-by: kvn Contributed-by: tomasz.wojtowicz@intel.com
Wed, 16 Sep 2015 13:16:17 -0700 8134802: LCM register pressure scheduling
mcberg [Wed, 16 Sep 2015 13:16:17 -0700] rev 33065
8134802: LCM register pressure scheduling Summary: Calculate register pressure in a block to help instructions scheduling. Reviewed-by: kvn, dlong
Wed, 16 Sep 2015 20:33:16 +0200 Merge
kvn [Wed, 16 Sep 2015 20:33:16 +0200] rev 33064
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip