Zhiqiang Zang
f326305396
8278114: New addnode ideal optimization: converting "x + x" into "x << 1"
...
Reviewed-by: kvn, redestad
2022-01-05 00:38:59 +00:00
Jesper Wilhelmsson
191f7307bb
Merge
2022-01-04 19:31:12 +00:00
Vladimir Ivanov
95a3010acf
8275830: C2: Receiver downcast is missing when inlining through method handle linkers
...
Reviewed-by: kvn, dlong
2022-01-04 12:35:48 +00:00
Roland Westrelin
e7244c19f4
8278966: two microbenchmarks tests fail "assert(!jvms->method()->has_exception_handlers()) failed: no exception handler expected" after JDK-8275638
...
Reviewed-by: rbackman, vlivanov
2022-01-04 10:56:37 +00:00
Jesper Wilhelmsson
4f607f2ada
Merge
2021-12-27 01:22:11 +00:00
Sergey Bylokhov
7fea10327e
8279134: Fix Amazon copyright in various files
...
Reviewed-by: xliu, phh
2021-12-26 22:10:54 +00:00
Igor Veresov
54b800d56d
8271202: C1: assert(false) failed: live_in set of first block must be empty
...
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: vlivanov, kvn
2021-12-25 05:38:12 +00:00
Jesper Wilhelmsson
a3b1c6b036
Merge
2021-12-23 21:17:50 +00:00
Aleksey Shipilev
04ad668921
8279204: [BACKOUT] JDK-8278413: C2 crash when allocating array of size too large
...
Reviewed-by: chagedorn, kvn
2021-12-23 16:22:10 +00:00
Aleksey Shipilev
9d5ae2e380
8279076: C2: Bad AD file when matching SqrtF with UseSSE=0
...
Reviewed-by: kvn, sviswanathan
2021-12-22 20:17:39 +00:00
Jesper Wilhelmsson
803cb8a768
Merge
2021-12-21 21:58:05 +00:00
Aleksey Shipilev
29bd73638a
8277893: Arraycopy stress tests
...
Reviewed-by: kvn, mli
2021-12-21 14:01:47 +00:00
Roland Westrelin
06206c7199
8278949: Cleanups for 8277850
...
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: kvn, jrose
2021-12-20 10:00:14 +00:00
Roland Westrelin
deaf75a585
8278413: C2 crash when allocating array of size too large
...
Reviewed-by: neliasso, kvn
2021-12-20 09:41:56 +00:00
merykitty
cc44e13797
8278623: compiler/vectorapi/reshape/TestVectorCastAVX512.java after JDK-8259610
...
Reviewed-by: kvn, chagedorn, psandoz
2021-12-17 23:42:28 +00:00
Igor Veresov
b46f0b0b1f
8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop
...
Reviewed-by: kvn, neliasso
2021-12-17 16:30:40 +00:00
Roland Westrelin
b9a477bf19
8275638: GraphKit::combine_exception_states fails with "matching stack sizes" assert
...
Reviewed-by: dlong, kvn
2021-12-17 07:46:47 +00:00
Zhiqiang Zang
f6fbb5a80c
8278471: Remove unreached rules in AddNode::IdealIL
...
Reviewed-by: jiefu, kvn
2021-12-16 03:57:29 +00:00
Jie Fu
2def7e9132
8278584: compiler/vectorapi/VectorMaskLoadStoreTest.java failed with "Error: ShouldNotReachHere()"
...
Reviewed-by: kvn, psandoz
2021-12-14 22:49:04 +00:00
Vladimir Kozlov
a1dfe57249
8276455: C2: iterative EA
...
Reviewed-by: iveresov, neliasso, roland
2021-12-14 19:24:13 +00:00
Jesper Wilhelmsson
8401a059bd
Merge
2021-12-14 02:15:15 +00:00
merykitty
ca8c58c731
8259610: VectorReshapeTests are not effective due to failing to intrinsify "VectorSupport.convert"
...
Reviewed-by: psandoz, chagedorn
2021-12-13 16:34:37 +00:00
Scott Gibbons
9a1bbaf8db
8273108: RunThese24H crashes with SEGV in markWord::displaced_mark_helper() after JDK-8268276
...
8272809: JFR thread sampler SI_KERNEL SEGV in metaspace::VirtualSpaceList::contains
Reviewed-by: sviswanathan, kvn
2021-12-12 16:08:35 +00:00
Zhiqiang Zang
352435581e
8277882: New subnode ideal optimization: converting "c0 - (x + c1)" into "(c0 - c1) - x"
...
Reviewed-by: dlong, iveresov
2021-12-09 00:18:59 +00:00
Roland Westrelin
b3faecf739
8276116: C2: optimize long range checks in int counted loops
...
Reviewed-by: kvn
2021-12-08 21:33:33 +00:00
Roland Westrelin
8af3b27ce9
8277850: C2: optimize mask checks in counted loops
...
Reviewed-by: kvn, thartmann
2021-12-08 16:39:24 +00:00
Christian Hagedorn
7c6f57fcb1
8275610: C2: Object field load floats above its null check resulting in a segfault
...
Reviewed-by: kvn, roland
2021-12-06 14:48:03 +00:00
Jie Fu
6994d80937
8278291: compiler/uncommontrap/TraceDeoptimizationNoRealloc.java fails with release VMs after JDK-8154011
...
Reviewed-by: shade, thartmann
2021-12-06 13:44:22 +00:00
Christian Hagedorn
01cb2b9883
8277529: SIGSEGV in C2 CompilerThread Node::rematerialize() compiling Packet::readUnsignedTrint
...
Reviewed-by: thartmann, roland, kvn
2021-12-03 17:14:10 +00:00
Roland Westrelin
3889af3f7d
8277906: Incorrect type for IV phi of long counted loops after CCP
...
Reviewed-by: thartmann, chagedorn
2021-12-02 15:09:58 +00:00
Patric Hedlin
088b244ec6
8251216: Implement MD5 intrinsics on AArch64
...
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Reviewed-by: aph, neliasso
2021-12-02 09:25:12 +00:00
Volker Simonis
614c6e61fa
8277878: Fix compiler tests after JDK-8275908
...
Reviewed-by: thartmann, chagedorn
2021-11-29 12:29:06 +00:00
Volker Simonis
40fef2311c
8275908: Record null_check traps for calls and array_check traps in the interpreter
...
Reviewed-by: chagedorn, mdoerr
2021-11-26 16:21:15 +00:00
Roland Westrelin
3e798dd40c
8275330: C2: assert(n->is_Root() || n->is_Region() || n->is_Phi() || n->is_MachMerge() || def_block->dominates(block)) failed: uses must be dominated by definitions
...
Reviewed-by: thartmann, chagedorn
2021-11-26 09:48:09 +00:00
KIRIYAMA Takuya
17e68caad7
8277042: add test for 8276036 to compiler/codecache
...
Reviewed-by: chagedorn, thartmann
2021-11-24 11:22:43 +00:00
Evgeny Astigeevich
7b2d823e84
8277503: compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java failed with "OnSpinWaitInst with the expected value 'isb' not found."
...
Reviewed-by: chagedorn, aph, phh
2021-11-23 20:05:57 +00:00
Christian Hagedorn
38802ad56a
8254108: ciReplay: Support incremental inlining
...
Reviewed-by: dlong, thartmann
2021-11-23 15:22:11 +00:00
Jie Fu
b15e6f076a
8277449: compiler/vectorapi/TestLongVectorNeg.java fails with release VMs
...
Reviewed-by: thartmann, chagedorn
2021-11-19 10:38:42 +00:00
Tobias Hartmann
47564caeb0
8275643: C2's unaryOp vector intrinsic does not properly handle LongVector.neg
...
Reviewed-by: chagedorn, sviswanathan
2021-11-19 07:07:17 +00:00
Yi Yang
2f0bde1a65
8277102: Dubious PrintCompilation output
...
Reviewed-by: thartmann, dnsimon
2021-11-19 02:04:48 +00:00
Harold Seigel
b3a62b4881
8276795: Deprecate seldom used CDS flags
...
Reviewed-by: dholmes, ccheung, iklam
2021-11-18 13:18:37 +00:00
Evgeny Astigeevich
38345bd28d
8277137: Set OnSpinWaitInst/OnSpinWaitInstCount defaults to "isb"/1 for Arm Neoverse N1
...
Reviewed-by: phh, aph, ngasson
2021-11-18 11:18:15 +00:00
Fei Gao
81938001f9
8274179: AArch64: Support SVE operations with encodable immediates
...
Reviewed-by: aph, ngasson
2021-11-18 02:41:27 +00:00
Faye Gao
9aa30de4bb
8275317: AArch64: Support some type conversion vectorization in SLP
...
Reviewed-by: thartmann, ngasson
2021-11-17 08:19:46 +00:00
MeryKitty
f3eb5014aa
8276162: Optimise unsigned comparison pattern
...
Reviewed-by: thartmann, kvn
2021-11-16 14:09:53 +00:00
Paul Sandoz
a59c9b2ac2
8271515: Integration of JEP 417: Vector API (Third Incubator)
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Co-authored-by: Jie Fu <jiefu@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Rado Smogura <mail@smogura.eu>
Reviewed-by: kvn, sviswanathan, ngasson
2021-11-15 21:48:38 +00:00
Dean Long
9326eb1461
8276095: ciReplay: replay failure due to incomplete ciMethodData information
...
Reviewed-by: chagedorn, kvn
2021-11-15 21:09:23 +00:00
Coleen Phillimore
0d2980cdd1
8258192: Obsolete the CriticalJNINatives flag
...
Reviewed-by: mdoerr, shade
2021-11-12 17:03:33 +00:00
Nils Eliasson
710f496456
8273277: C2: Move conditional negation into rc_predicate
...
Reviewed-by: thartmann, chagedorn, kvn
2021-11-12 10:08:26 +00:00
Evgeny Astigeevich
6954b98f8f
8186670: Implement _onSpinWait() intrinsic for AArch64
...
Reviewed-by: phh, aph
2021-11-11 22:23:35 +00:00