Thomas Stuefe
|
d9c84e763a
|
8329656: assertion failed in MAP_ARCHIVE_MMAP_FAILURE path: Invalid immediate -5 0
Reviewed-by: ccheung, iklam
|
2024-04-11 05:24:33 +00:00 |
|
Sidraya Jayagond
|
e0fd6c4c9e
|
8329545: [s390x] Fix garbage value being passed in Argument Register
Reviewed-by: amitkumar, mdoerr
|
2024-04-10 10:12:21 +00:00 |
|
Amit Kumar
|
47df14590c
|
8310513: [s390x] Intrinsify recursive ObjectMonitor locking
Reviewed-by: lucy, mdoerr
|
2024-04-10 03:33:24 +00:00 |
|
Vladimir Kozlov
|
6736792b9a
|
8329628: Additional changes after JDK-8329332
Reviewed-by: stefank, eosterlund
|
2024-04-09 15:32:15 +00:00 |
|
Roman Kennke
|
2e925f263d
|
8329726: Use non-short forward jumps in lightweight locking
Reviewed-by: shade, kvn, aboldtch
|
2024-04-09 14:50:41 +00:00 |
|
Gui Cao
|
b9331cd25c
|
8329823: RISC-V: Need to sync CPU features with related JVM flags
Reviewed-by: fyang, rehn
|
2024-04-09 10:41:28 +00:00 |
|
Jatin Bhateja
|
fbc1e6661e
|
8328181: C2: assert(MaxVectorSize >= 32) failed: vector length should be >= 32
Reviewed-by: kvn, vlivanov
|
2024-04-09 01:37:38 +00:00 |
|
vamsi-parasa
|
7e5ef79f95
|
8323116: [REDO] Computational test more than 2x slower when AVX instructions are used
Reviewed-by: sviswanathan, kvn
|
2024-04-08 18:41:32 +00:00 |
|
Tobias Hartmann
|
8648890f86
|
8329749: Obsolete the unused UseNeon flag
Reviewed-by: chagedorn, kvn, aph
|
2024-04-08 11:35:49 +00:00 |
|
Gui Cao
|
3a3b77dd4f
|
8329641: RISC-V: Enable some tests related to SHA-2 instrinsic
Reviewed-by: fyang, rehn
|
2024-04-08 01:33:49 +00:00 |
|
Hamlin Li
|
49d8e63833
|
8329083: RISC-V: Update profiles supported on riscv
Reviewed-by: fyang
|
2024-04-06 06:23:20 +00:00 |
|
Stefan Karlsson
|
71d48bcc3d
|
8329655: Cleanup KlassObj and klassOop names after the PermGen removal
Reviewed-by: rkennke, coleenp
|
2024-04-05 07:39:48 +00:00 |
|
Roberto Castañeda Lozano
|
1131bb77ec
|
8329261: G1: interpreter post-barrier x86 code asserts index size of wrong buffer
Reviewed-by: aboldtch, kbarrett
|
2024-04-05 07:33:14 +00:00 |
|
Vladimir Kozlov
|
83eba863fe
|
8329332: Remove CompiledMethod and CodeBlobLayout classes
Reviewed-by: vlivanov, stefank
|
2024-04-04 19:48:48 +00:00 |
|
Coleen Phillimore
|
bea493bcb8
|
8236736: Change notproduct JVM flags to develop flags
Reviewed-by: iklam, kvn, kbarrett
|
2024-04-03 12:21:11 +00:00 |
|
Vladimir Kozlov
|
3eb1d05d85
|
8328986: Deprecate UseRTM* flags for removal
Co-authored-by: Roman Kennke <rkennke@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, dholmes
|
2024-03-27 21:56:53 +00:00 |
|
Gui Cao
|
c7b9dc463a
|
8328404: RISC-V: Fix potential crash in C2_MacroAssembler::arrays_equals
Reviewed-by: fyang
|
2024-03-25 01:18:50 +00:00 |
|
Sidraya Jayagond
|
684678f9e8
|
8328633: s390x: Improve vectorization of Match.sqrt() on floats
Reviewed-by: amitkumar, mdoerr
|
2024-03-21 08:51:10 +00:00 |
|
Hamlin Li
|
9ca4ae3d3b
|
8328264: AArch64: remove UseNeon condition in CRC32 intrinsic
Reviewed-by: aph
|
2024-03-19 17:23:07 +00:00 |
|
Jatin Bhateja
|
9e32db266e
|
8328309: Remove malformed masked shift instruction selection patterns
Reviewed-by: sviswanathan
|
2024-03-18 17:21:20 +00:00 |
|
Hamlin Li
|
1d34b74a64
|
8321021: RISC-V: C2 VectorUCastB2X
8321023: RISC-V: C2 VectorUCastS2X
8321024: RISC-V: C2 VectorUCastI2X
Reviewed-by: fyang
|
2024-03-14 11:23:00 +00:00 |
|
vamsi-parasa
|
eb45d5bd64
|
8327999: Remove copy of unused registers for cpu features check in x86_64 AVX2 Poly1305 implementation
Reviewed-by: jbhateja, sviswanathan
|
2024-03-13 18:34:34 +00:00 |
|
Roberto Castañeda Lozano
|
07acc0bbad
|
8326385: [aarch64] C2: lightweight locking nodes kill the box register without specifying this effect
Reviewed-by: aboldtch, dlong
|
2024-03-13 08:14:36 +00:00 |
|
Roman Kennke
|
5056902e76
|
8327361: Update some comments after JDK-8139457
Reviewed-by: galder, shade
|
2024-03-12 12:07:56 +00:00 |
|
Gui Cao
|
4d6235ed11
|
8327716: RISC-V: Change type of vector_length param of several assembler functions from int to uint
Reviewed-by: fyang
|
2024-03-12 01:29:24 +00:00 |
|
vamsi-parasa
|
18de9321ce
|
8325991: Accelerate Poly1305 on x86_64 using AVX2 instructions
Reviewed-by: sviswanathan, jbhateja
|
2024-03-11 16:42:13 +00:00 |
|
Jatin Bhateja
|
2d4c757e2e
|
8327041: Incorrect lane size references in avx512 instructions.
Reviewed-by: sviswanathan
|
2024-03-09 07:12:34 +00:00 |
|
Gui Cao
|
de428daf9a
|
8327426: RISC-V: Move alignment shim into initialize_header() in C1_MacroAssembler::allocate_array
Reviewed-by: fyang
|
2024-03-08 02:58:34 +00:00 |
|
vamsi-parasa
|
7c5e6e74c8
|
8327147: Improve performance of Math ceil, floor, and rint for x86
Reviewed-by: jbhateja, sviswanathan, dlong
|
2024-03-07 21:44:46 +00:00 |
|
Hamlin Li
|
d7273ac8b1
|
8320646: RISC-V: C2 VectorCastHF2F
8320647: RISC-V: C2 VectorCastF2HF
Reviewed-by: luhenry, fyang
|
2024-03-07 12:21:23 +00:00 |
|
Gui Cao
|
1261740521
|
8327283: RISC-V: Minimal build failed after JDK-8319716
Reviewed-by: fyang, rehn
|
2024-03-07 09:13:50 +00:00 |
|
Kuai Wei
|
e92ecd9703
|
8326983: Unused operands reported after JDK-8326135
Reviewed-by: kvn, vlivanov
|
2024-03-06 17:02:05 +00:00 |
|
Emanuel Peter
|
98f0b86641
|
8319690: [AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug"
Co-authored-by: Fei Gao <fgao@openjdk.org>
Reviewed-by: aph, kvn, gli
|
2024-03-05 13:37:08 +00:00 |
|
Gui Cao
|
e1b661f8c1
|
8319900: Recursive lightweight locking: riscv64 implementation
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: fyang
|
2024-03-05 02:04:21 +00:00 |
|
Axel Boldt-Christmas
|
b5cd7efceb
|
8319901: Recursive lightweight locking: ppc64le implementation
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: mdoerr, rrich
|
2024-03-04 16:01:08 +00:00 |
|
Hamlin Li
|
c02e7f4bb5
|
8327058: RISC-V: make Zcb experimental
Reviewed-by: fyang, gli
|
2024-03-01 13:33:01 +00:00 |
|
Andrew Haley
|
b972997af7
|
8326974: ODR violation in macroAssembler_aarch64.cpp
Reviewed-by: adinn, shade, gli
|
2024-03-01 12:39:22 +00:00 |
|
Magnus Ihse Bursie
|
e6b3bda2c3
|
8326509: Clean up JNIEXPORT in Hotspot after JDK-8017234
Reviewed-by: djelinski, jwaters, dholmes
|
2024-02-28 10:31:18 +00:00 |
|
Magnus Ihse Bursie
|
da14aa463b
|
8017234: Hotspot should stop using mapfiles
Reviewed-by: djelinski, erikj, dholmes
|
2024-02-27 10:26:55 +00:00 |
|
Lei Zaakjyu
|
c5f1dcccfc
|
8325082: Rename headers named 'heapRegion*' of G1
Reviewed-by: stefank, tschatzl
|
2024-02-27 08:58:52 +00:00 |
|
Hamlin Li
|
a48f5966be
|
8322179: RISC-V: Implement SHA-1 intrinsic
Reviewed-by: tonyp, fyang
|
2024-02-27 08:17:33 +00:00 |
|
Patricio Chilano Mateo
|
93feda3d9a
|
8322962: Upcall stub might go undetected when freezing frames
Reviewed-by: jvernee, alanb, mdoerr, fyang, dlong
|
2024-02-26 23:29:18 +00:00 |
|
Emanuel Peter
|
490825fb91
|
8325589: C2 SuperWord refactoring: create VLoopAnalyzer with Submodules
Reviewed-by: kvn, chagedorn
|
2024-02-26 13:02:04 +00:00 |
|
Martin Doerr
|
09a78b5da9
|
8326378: [PPC64] CodeEntryAlignment too large
Reviewed-by: shade, lucy
|
2024-02-23 13:52:10 +00:00 |
|
Roman Kennke
|
336bbbe389
|
8139457: Relax alignment of array elements
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Reviewed-by: stuefe, stefank, shade, coleenp, kdnilsen, aboldtch
|
2024-02-23 10:05:25 +00:00 |
|
Robbin Ehn
|
51e2dde018
|
8326235: RISC-V: Size CodeCache for short calls encoding
Reviewed-by: fyang, tonyp
|
2024-02-21 14:33:29 +00:00 |
|
Amit Kumar
|
d5f3d5c8cc
|
8326201: [S390] Need to bailout cleanly if creation of stubs fails when code cache is out of space
Reviewed-by: lucy, mdoerr
|
2024-02-21 05:37:21 +00:00 |
|
Magnus Ihse Bursie
|
5c5a282f91
|
8325950: Make sure all files in the JDK pass jcheck
Reviewed-by: prr, wetmore, erikj, naoto
|
2024-02-19 16:13:34 +00:00 |
|
Martin Doerr
|
a19314b087
|
8326101: [PPC64] Need to bailout cleanly if creation of stubs fails when code cache is out of space
Reviewed-by: rrich, mbaesken
|
2024-02-19 15:20:23 +00:00 |
|
Jan Kratochvil
|
cf13086efe
|
8317697: refactor-encapsulate x86 VM_Version::CpuidInfo
Reviewed-by: dholmes, kvn
|
2024-02-17 16:37:56 +00:00 |
|