Damon Fenacci
|
6d911f68a3
|
8317299: safepoint scalarization doesn't keep track of the depth of the JVM state
Reviewed-by: thartmann, vlivanov
|
2024-02-06 07:53:03 +00:00 |
|
Daniel Lundén
|
4da28b40f0
|
8291809: Convert compiler/c2/cr7200264/TestSSE2IntVect.java to IR verification test
Reviewed-by: rcastanedalo, epeter, chagedorn
|
2024-02-05 10:53:38 +00:00 |
|
Hamlin Li
|
ed068469f3
|
8325037: x86: enable and fix hotspot/jtreg/compiler/vectorization/TestRoundVectFloat.java
Reviewed-by: thartmann, kvn, jbhateja
|
2024-02-04 09:46:15 +00:00 |
|
Vladimir Kozlov
|
5b9b176c67
|
8324174: assert(m->is_entered(current)) failed: invariant
Reviewed-by: epeter, dlong, thartmann
|
2024-01-31 19:42:02 +00:00 |
|
Emanuel Peter
|
11e28bd619
|
8324794: C2 SuperWord: do not ignore reductions in SuperWord::unrolling_analysis
Reviewed-by: chagedorn, kvn
|
2024-01-30 20:14:20 +00:00 |
|
Emanuel Peter
|
3066d49cc1
|
8317572: C2 SuperWord: refactor/improve TraceSuperWord, replace VectorizeDebugOption with TraceAutoVectorization
Reviewed-by: chagedorn, kvn
|
2024-01-29 10:13:43 +00:00 |
|
Christian Hagedorn
|
72ba8178a8
|
8324236: compiler/ciReplay/TestInliningProtectionDomain.java failed with RuntimeException: should only dump inline information for ... expected true, was false
Reviewed-by: kvn
|
2024-01-29 09:20:52 +00:00 |
|
Daniel Lundén
|
69586e7bdf
|
8322996: BoxLockNode creation fails with assert(reg < CHUNK_SIZE) failed: sanity
Reviewed-by: rcastanedalo, kvn
|
2024-01-29 09:14:26 +00:00 |
|
Cesar Soares Lucas
|
76afa02dab
|
8322572: AllocationMergesTests.java fails with "IRViolationException: There were one or multiple IR rule failures."
Reviewed-by: kvn, thartmann
|
2024-01-22 08:22:33 +00:00 |
|
Christian Hagedorn
|
6997bfc68d
|
8323154: C2: assert(cmp != nullptr && cmp->Opcode() == Op_Cmp(bt)) failed: no exit test
Reviewed-by: roland, thartmann, qamai
|
2024-01-19 15:49:02 +00:00 |
|
Daniel D. Daugherty
|
aeb304b29e
|
8324074: increase timeout for jvmci test TestResolvedJavaMethod.java
Reviewed-by: stuefe, thartmann
|
2024-01-18 13:16:05 +00:00 |
|
Tobias Holenstein
|
b89172149d
|
8316756: C2 EA fails with "missing memory path" when encountering unsafe_arraycopy stub call
Co-authored-by: Vladimir Kozlov <kvn@openjdk.org>
Reviewed-by: kvn, thartmann, chagedorn
|
2024-01-17 08:07:04 +00:00 |
|
Roberto Castañeda Lozano
|
bf666bc0c7
|
8322692: ZGC: avoid over-unrolling due to hidden barrier size
Reviewed-by: eosterlund, kvn
|
2024-01-17 07:50:03 +00:00 |
|
Doug Simon
|
19c9388c20
|
8323616: [JVMCI] TestInvalidJVMCIOption.java fails intermittently with NPE
Reviewed-by: thartmann, never
|
2024-01-16 19:31:04 +00:00 |
|
Jorn Vernee
|
2fd775f69c
|
8323651: compiler/c2/irTests/TestPrunedExHandler.java fails with -XX:+DeoptimizeALot
Reviewed-by: alanb, kvn
|
2024-01-16 13:25:49 +00:00 |
|
Emanuel Peter
|
e01f6da1b8
|
8320175: [BACKOUT] 8316533: C2 compilation fails with assert(verify(phase)) failed: missing Value() optimization
Reviewed-by: thartmann, chagedorn
|
2024-01-16 10:15:00 +00:00 |
|
Hamlin Li
|
b363472265
|
8318227: RISC-V: C2 ConvHF2F
Reviewed-by: fyang
|
2024-01-15 18:41:53 +00:00 |
|
Christian Hagedorn
|
7e0a4ed629
|
8323101: C2: assert(n->in(0) == nullptr) failed: divisions with zero check should already have bailed out earlier in split-if
Reviewed-by: kvn, thartmann
|
2024-01-15 12:16:10 +00:00 |
|
Emanuel Peter
|
cd0fe37741
|
8323641: Test compiler/loopopts/superword/TestAlignVectorFuzzer.java timed out
Reviewed-by: chagedorn, kvn
|
2024-01-15 10:44:01 +00:00 |
|
Emanuel Peter
|
45c65e6b1a
|
8323577: C2 SuperWord: remove AlignVector restrictions on IR tests added in JDK-8305055
Reviewed-by: rcastanedalo, chagedorn
|
2024-01-15 10:41:05 +00:00 |
|
Zhiqiang Zang
|
1515bd7c9d
|
8322077: Add Ideal transformation: (~a) | (~b) => ~(a & b)
Reviewed-by: thartmann, epeter
|
2024-01-15 06:48:00 +00:00 |
|
Cesar Soares Lucas
|
ed18222365
|
8323190: Segfault during deoptimization of C2-compiled code
Reviewed-by: thartmann, chagedorn
|
2024-01-12 10:43:16 +00:00 |
|
Sandhya Viswanathan
|
e10d14004f
|
8321712: C2: "failed: Multiple uses of register" in C2_MacroAssembler::vminmax_fp
Co-authored-by: Volodymyr Paprotski <vpaprotski@openjdk.org>
Reviewed-by: kvn, thartmann, epeter, jbhateja
|
2024-01-11 16:54:16 +00:00 |
|
Roland Westrelin
|
b922f8d459
|
8319793: C2 compilation fails with "Bad graph detected in build_loop_late" after JDK-8279888
Reviewed-by: chagedorn, epeter
|
2024-01-11 09:00:44 +00:00 |
|
Zhiqiang Zang
|
8569227473
|
8322589: Add Ideal transformation: (~a) & (~b) => ~(a | b)
Reviewed-by: thartmann, epeter
|
2024-01-10 07:31:56 +00:00 |
|
Boris Ulasevich
|
52a6c37558
|
8322858: compiler/c2/aarch64/TestFarJump.java fails on AArch64 due to unexpected PrintAssembly output
Reviewed-by: aph, thartmann
|
2024-01-09 10:33:52 +00:00 |
|
Emanuel Peter
|
827c71dac9
|
8310190: C2 SuperWord: AlignVector is broken, generates misaligned packs
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: kvn, chagedorn
|
2024-01-08 16:10:21 +00:00 |
|
Christian Hagedorn
|
458e563cd9
|
8310711: [IR Framework] Remove safepoint while printing handling
Reviewed-by: thartmann, epeter
|
2024-01-08 12:57:55 +00:00 |
|
Tobias Hartmann
|
ade21a965f
|
8310844: [AArch64] C1 compilation fails because monitor offset in OSR buffer is too large for immediate
Reviewed-by: aph, chagedorn
|
2024-01-05 13:48:31 +00:00 |
|
Denghui Dong
|
27d5f5c237
|
8322781: C1: Debug build crash in GraphBuilder::vmap() when print stats
Reviewed-by: kvn, thartmann, shade
|
2024-01-04 13:11:47 +00:00 |
|
Scott Gibbons
|
13c11487f7
|
8321599: Data loss in AVX3 Base64 decoding
Reviewed-by: sviswanathan, kvn
|
2024-01-04 01:36:28 +00:00 |
|
Stefan Karlsson
|
cbe329b90a
|
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
Reviewed-by: lkorinth, lmesnik
|
2024-01-03 08:53:01 +00:00 |
|
Evgeny Astigeevich
|
3b908c4781
|
8319795: Static huge pages are not used for CodeCache
Reviewed-by: shade, simonis, thartmann, stuefe
|
2023-12-21 18:51:50 +00:00 |
|
Yi-Fan Tsai
|
c0a3b76958
|
8316197: Make tracing of inline cache available in unified logging
Reviewed-by: kvn, dholmes
|
2023-12-18 15:19:16 +00:00 |
|
Hamlin Li
|
a247d0c74b
|
8322209: RISC-V: Enable some tests related to MD5 instrinsic
Reviewed-by: luhenry, fyang
|
2023-12-18 10:31:29 +00:00 |
|
Daniel Lundén
|
69014cd55b
|
8320682: [AArch64] C1 compilation fails with "Field too big for insn"
Reviewed-by: thartmann, aph, dlong
|
2023-12-14 13:09:39 +00:00 |
|
Daniel Lundén
|
d632d743e0
|
8321820: TestLoadNIdeal fails on 32-bit because -XX:+UseCompressedOops is not recognized
Reviewed-by: rcastanedalo, chagedorn, shade
|
2023-12-14 09:29:34 +00:00 |
|
Tobias Hartmann
|
c8ad7b7f84
|
8321974: Crash in ciKlass::is_subtype_of because TypeAryPtr::_klass is not initialized
Reviewed-by: roland, kvn
|
2023-12-14 07:23:21 +00:00 |
|
Daniel Lundén
|
701bc3bbbe
|
8295166: IGV: dump graph at more locations
Reviewed-by: thartmann, rcastanedalo, chagedorn
|
2023-12-08 11:08:08 +00:00 |
|
Daniel Lundén
|
9e48b90c7f
|
8310524: C2: record parser-generated LoadN nodes for IGVN
Reviewed-by: chagedorn, rcastanedalo, thartmann
|
2023-12-08 11:04:39 +00:00 |
|
Hamlin Li
|
2f9e70e4ad
|
8321001: RISC-V: C2 SignumVF
8321002: RISC-V: C2 SignumVD
Reviewed-by: fyang
|
2023-12-07 14:29:07 +00:00 |
|
Yi-Fan Tsai
|
86b27b784e
|
8317831: compiler/codecache/CheckLargePages.java fails on OL 8.8 with unexpected memory string
Reviewed-by: eastigeevich, dholmes
|
2023-12-06 02:34:26 +00:00 |
|
Tobias Hartmann
|
61d0db3838
|
8318468: compiler/tiered/LevelTransitionTest.java fails with -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1
Reviewed-by: rcastanedalo, chagedorn
|
2023-12-05 16:27:29 +00:00 |
|
Roger Riggs
|
155abc576a
|
8311906: Improve robustness of String constructors with mutable array inputs
Co-authored-by: Damon Fenacci <dfenacci@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: rgiulietti, thartmann, redestad, dfenacci
|
2023-12-04 18:28:59 +00:00 |
|
Eric Liu
|
9b8eaa2fc3
|
8319872: AArch64: [vectorapi] Implementation of unsigned (zero extended) casts
Reviewed-by: aph, xgong
|
2023-12-04 08:14:57 +00:00 |
|
Adam Sotona
|
2b00ac0d02
|
8308753: Class-File API transition to Preview
Reviewed-by: ihse, mchung, vromero
|
2023-12-04 07:07:57 +00:00 |
|
Christian Hagedorn
|
ecd335d8f4
|
8321107: Add more test cases for JDK-8319372
Reviewed-by: roland, kvn
|
2023-12-01 07:44:09 +00:00 |
|
Volodymyr Paprotski
|
6aba6aa6f1
|
8320347: Emulate vblendvp[sd] on ECore
Reviewed-by: sviswanathan, jbhateja
|
2023-11-30 16:10:54 +00:00 |
|
Roland Westrelin
|
7766785098
|
8319372: C2 compilation fails with "Bad immediate dominator info"
Reviewed-by: kvn, chagedorn, thartmann
|
2023-11-30 08:09:06 +00:00 |
|
Aleksey Shipilev
|
c86431767e
|
8320888: Shenandoah: Enable ShenandoahVerifyOptoBarriers in debug builds
Reviewed-by: wkemper, kdnilsen, rkennke
|
2023-11-29 20:15:44 +00:00 |
|