Evgeny Astigeevich
c9d15f7d5e
8321025: Enable Neoverse N1 optimizations for Neoverse V2
...
Reviewed-by: ngasson, shade
2023-11-30 11:33:02 +00:00
Olga Mikhaltsova
d6b4aa01a2
8318157: RISC-V: implement ensureMaterializedForStackWalk intrinsic
...
Reviewed-by: fyang
2023-11-30 08:15:34 +00:00
Thomas Stuefe
033cced6e1
8320368: Per-CPU optimization of Klass range reservation
...
Reviewed-by: rkennke, rehn
2023-11-29 13:16:38 +00:00
Dean Long
1bb250c9e6
8261837: SIGSEGV in ciVirtualCallTypeData::translate_from
...
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: iveresov, vlivanov, kvn
2023-11-27 22:01:37 +00:00
steveatgh
82967f45db
8310159: Bulk copy with Unsafe::arrayCopy is slower compared to memcpy
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: thartmann, jbhateja, sviswanathan
2023-11-27 17:35:39 +00:00
Martin Doerr
6aa197667a
8320363: ppc64 TypeEntries::type_unknown logic looks wrong, missed optimization opportunity
...
Reviewed-by: lucy, rrich
2023-11-24 22:44:25 +00:00
David Holmes
c75c38871e
8318776: Require supports_cx8 to always be true
...
Reviewed-by: eosterlund, shade, dcubed
2023-11-23 22:23:42 +00:00
Yuri Gaevsky
6d79e0aa3c
8318159: RISC-V: Improve itable_stub
...
Reviewed-by: fyang, rehn
2023-11-23 16:06:05 +00:00
Axel Boldt-Christmas
3787ff8d1d
8319700: [AArch64] C2 compilation fails with "Field too big for insn"
...
Reviewed-by: aph, thartmann
2023-11-23 12:41:51 +00:00
Aleksey Shipilev
06d957fd7c
8320582: Zero: Misplaced CX8 enablement flag
...
Reviewed-by: dholmes
2023-11-23 08:20:38 +00:00
Feilong Jiang
864b39a893
8320564: RISC-V: Minimal build failed after JDK-8316592
...
Reviewed-by: fyang, shade
2023-11-23 00:50:27 +00:00
Martin Doerr
524da141e7
8320418: PPC64: invokevfinal_helper duplicates code to handle ResolvedMethodEntry
...
Reviewed-by: rrich, lucy
2023-11-22 16:08:54 +00:00
Feilong Jiang
5e818318ea
8320399: RISC-V: Some format clean-up in opto assembly code
...
Reviewed-by: fyang
2023-11-22 10:13:17 +00:00
Matias Saavedra Silva
6d824364c2
8320278: ARM32 build is broken after JDK-8301997
...
Reviewed-by: coleenp, stuefe
2023-11-21 19:02:48 +00:00
Vladimir Kozlov
c4aba87570
8320272: Make method_entry_barrier address shared
...
Reviewed-by: dlong
2023-11-21 16:48:24 +00:00
ArsenyBochkarev
46e4028adf
8316592: RISC-V: implement poly1305 intrinsic
...
Reviewed-by: fyang, luhenry, mli
2023-11-21 07:36:55 +00:00
Aleksey Shipilev
6b96bb640a
8319777: Zero: Support 8-byte cmpxchg
...
Reviewed-by: dholmes, stuefe
2023-11-20 19:05:57 +00:00
Ioi Lam
0712b22a3a
8320147: Remove DumpSharedSpaces
...
Reviewed-by: ccheung, matsaave
2023-11-20 17:09:55 +00:00
Andrew Haley
6e86904a94
8319973: AArch64: Save and restore FPCR in the call stub
...
Reviewed-by: adinn, stuefe
2023-11-20 16:38:05 +00:00
Gui Cao
a6098e438d
8320280: RISC-V: Avoid passing t0 as temp register to MacroAssembler::lightweight_lock/unlock
...
Reviewed-by: fyang, rehn
2023-11-20 14:40:00 +00:00
Sandhya Viswanathan
0881f2b0c4
8318562: Computational test more than 2x slower when AVX instructions are used
...
Reviewed-by: kvn
2023-11-17 20:10:17 +00:00
Sandhya Viswanathan
9b372e28ce
8320206: Some intrinsics/stubs missing vzeroupper on x86_64
...
Reviewed-by: kvn, jbhateja
2023-11-17 20:05:09 +00:00
Martin Doerr
368e4f60a9
8315801: [PPC64] JNI code should be more similar to the Panama implementation
...
Reviewed-by: rrich, lucy
2023-11-17 11:49:21 +00:00
Sandhya Viswanathan
b05e69f789
8320209: VectorMaskGen clobbers rflags on x86_64
...
Reviewed-by: kvn, qamai, jbhateja
2023-11-16 16:32:08 +00:00
Daniel Jeliński
faeea07fe5
8319747: galoisCounterMode_AESCrypt stack walking broken
...
Reviewed-by: kvn, sviswanathan
2023-11-16 08:55:18 +00:00
Cesar Soares Lucas
3452210b36
8283140: Remove unused encoding classes/operands from x86_64.ad
...
Reviewed-by: thartmann, dlong
2023-11-16 06:51:26 +00:00
Matias Saavedra Silva
ffa35d8cf1
8301997: Move method resolution information out of the cpCache
...
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, adinn, fparain
2023-11-15 19:04:11 +00:00
Hamlin Li
3c6ffcadfe
8318219: RISC-V: C2 ExpandBits
...
Reviewed-by: fyang
2023-11-15 15:45:13 +00:00
Hamlin Li
fac6b51699
8319781: RISC-V: Refactor UseRVV related checks
...
Reviewed-by: rehn, fyang
2023-11-15 09:51:14 +00:00
Jorn Vernee
9c98270737
8254693: Add Panama feature to pass heap segments to native code
...
Reviewed-by: mcimadamore, lucy, vlivanov
2023-11-14 11:19:30 +00:00
Hamlin Li
cb7875d57d
8318218: RISC-V: C2 CompressBits
...
Reviewed-by: fyang, fjiang
2023-11-14 09:59:08 +00:00
Aleksey Shipilev
b120a05b22
8319406: x86: Shorter movptr(reg, imm) for 32-bit immediates
...
Reviewed-by: qamai, kvn
2023-11-14 08:59:15 +00:00
Eric Liu
50f41d6370
8309893: Integrate ReplicateB/S/I/L/F/D nodes to Replicate node
...
Reviewed-by: jbhateja, epeter, fgao
2023-11-13 02:19:52 +00:00
Volodymyr Paprotski
636a351976
8319429: Resetting MXCSR flags degrades ecore
...
Reviewed-by: sviswanathan, thartmann
2023-11-09 18:11:15 +00:00
Hamlin Li
7b971c1fe8
8319705: RISC-V: signumF/D intrinsics fails compiler/intrinsics/math/TestSignumIntrinsic.java
...
Reviewed-by: fyang, vkempik
2023-11-09 15:58:54 +00:00
Martin Doerr
7d8adfa855
8316746: Top of lock-stack does not match the unlocked object
...
Reviewed-by: rrich, lucy
2023-11-09 10:14:03 +00:00
Antonios Printezis
fa331d7128
8319184: RISC-V: improve MD5 intrinsic
...
Reviewed-by: fyang, mli
2023-11-08 19:55:28 +00:00
Feilong Jiang
b2504a0f9c
8319525: RISC-V: Rename *_riscv64.ad files to *_riscv.ad under riscv/gc
...
Reviewed-by: luhenry, fyang
2023-11-07 14:29:53 +00:00
Hamlin Li
1c0e7b71b8
8319408: RISC-V: MaxVectorSize is not consistently checked in several situations
...
Reviewed-by: fyang
2023-11-07 09:50:51 +00:00
Hamlin Li
01c0d5dd0a
8319412: RISC-V: Simple fix of indent in c2_MacroAssembler_riscv.hpp
...
Reviewed-by: fyang
2023-11-05 11:29:30 +00:00
Martin Doerr
99efcded6c
8317545: AIX PPC64: Implementation of Foreign Function & Memory API
...
Reviewed-by: jvernee
2023-11-02 13:13:46 +00:00
Gui Cao
988e1dfe6e
8318953: RISC-V: Small refactoring for MacroAssembler::test_bit
...
Reviewed-by: fyang, fjiang, luhenry
2023-10-30 00:31:08 +00:00
Feilong Jiang
db3402577a
8318827: RISC-V: Improve readability of fclass result testing
...
Reviewed-by: vkempik, luhenry, fyang
2023-10-29 10:15:41 +00:00
Hamlin Li
1ec0d02717
8318225: RISC-V: C2 UModI
...
8318226: RISC-V: C2 UModL
Reviewed-by: luhenry, rehn, fyang
2023-10-28 09:12:51 +00:00
Hamlin Li
40a3c35aa5
8318723: RISC-V: C2 UDivL
...
8318224: RISC-V: C2 UDivI
Reviewed-by: fyang, luhenry, aph
2023-10-26 16:10:16 +00:00
Hamlin Li
3cea892bd4
8318805: RISC-V: Wrong comments instructions cost in riscv.ad
...
Reviewed-by: luhenry, fyang
2023-10-26 09:46:42 +00:00
Claes Redestad
e67550cfec
8318509: x86 count_positives intrinsic broken for -XX:AVX3Threshold=0
...
Reviewed-by: thartmann, jbhateja, epeter
2023-10-24 13:32:41 +00:00
Hamlin Li
f9795d0d09
8318222: RISC-V: C2 CmpU3
...
8318223: RISC-V: C2 CmpUL3
Reviewed-by: rehn, fyang
2023-10-24 13:17:28 +00:00
Martin Doerr
a644670cc6
8318609: Upcall stubs should be smaller
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Reviewed-by: rrich, jvernee
2023-10-24 09:09:33 +00:00
Ilya Gavrilin
5a97411f85
8317971: RISC-V: implement copySignF/D and signumF/D intrinsics
...
Reviewed-by: fyang, vkempik
2023-10-20 14:31:41 +00:00