Daniel D. Daugherty
|
806ffb1085
|
8324082: more monitoring test timeout adjustments
Reviewed-by: kevinw, sspitsyn
|
2024-01-18 13:15:45 +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 |
|
Henry Jen
|
2063bb8ffa
|
Merge
Reviewed-by: erikj
|
2024-01-17 01:41:52 +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 |
|
Thomas Schatzl
|
1007618f6f
|
8323731: Unproblemlist gc/stress/TestStressG1Humongous.java
Reviewed-by: ehelin
|
2024-01-16 14:42:32 +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 |
|
Thomas Schatzl
|
5045839cb2
|
8323635: Test gc/g1/TestHumongousAllocConcurrentStart.java fails with -XX:TieredStopAtLevel=3
Reviewed-by: shade, lmesnik
|
2024-01-16 12:00:57 +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 |
|
Christian Hagedorn
|
c1a568c9c4
|
8314307: Improve loop handling
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: mschoene, rhalade, thartmann, epeter
|
2024-01-16 05:55:56 +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 |
|
Aleksey Shipilev
|
ba3c3bbd87
|
8323519: Add applications/ctw/modules to Hotspot tiered testing
Reviewed-by: xliu, kvn
|
2024-01-15 09:10:11 +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 |
|
David Holmes
|
71d9a83dec
|
8323243: JNI invocation of an abstract instance method corrupts the stack
Reviewed-by: coleenp, shade
|
2024-01-14 22:01:44 +00:00 |
|
Varada M
|
d83ea92085
|
8301466: [AIX] Revisit CommittedVirtualMemoryTest
Reviewed-by: mdoerr
|
2024-01-13 14:12:44 +00:00 |
|
Axel Boldt-Christmas
|
65a0672791
|
8319773: Avoid inflating monitors when installing hash codes for LM_LIGHTWEIGHT
Reviewed-by: rkennke, dcubed, thartmann
|
2024-01-12 14:34:42 +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 |
|
Afshin Zafari
|
66520be7a7
|
8280056: gtest/LargePageGtests.java#use-large-pages failed "os.release_one_mapping_multi_commits_vm"
Reviewed-by: stuefe, gziemski
|
2024-01-12 08:21:42 +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 |
|
Xin Liu
|
d89602a53f
|
8322982: CTW fails to build after 8308753
Reviewed-by: shade, phh
|
2024-01-10 19:42:03 +00:00 |
|
Gerard Ziemski
|
c96cbe481c
|
8313083: Print 'rss' and 'cache' as part of the container information
Reviewed-by: sgehwolf
|
2024-01-10 17:29:55 +00:00 |
|
Stefan Karlsson
|
ec38505720
|
8323508: Remove TestGCLockerWithShenandoah.java line from TEST.groups
Reviewed-by: dholmes, shade, tschatzl
|
2024-01-10 13:25:43 +00:00 |
|
Thomas Schatzl
|
40861761c2
|
8322987: Remove gc/stress/gclocker/TestGCLocker* since they always fail with OOME
Reviewed-by: ayang, lmesnik
|
2024-01-10 09:57:16 +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 |
|
Alex Menkov
|
dd8ae61643
|
8322237: Heap dump contains duplicate thread records for mounted virtual threads
Reviewed-by: dholmes, sspitsyn
|
2024-01-09 19:31:03 +00:00 |
|
Thomas Schatzl
|
ee98d26218
|
8323066: gc/g1/TestSkipRebuildRemsetPhase.java fails with 'Skipping Remembered Set Rebuild.' missing
Reviewed-by: ayang, iwalulya
|
2024-01-09 17:03:28 +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 |
|
Calvin Cheung
|
841ab487f8
|
8322657: CDS filemap fastdebug assert while loading Graal CE Polyglot in isolated classloader
Reviewed-by: matsaave, dholmes
|
2024-01-08 23:53:06 +00:00 |
|
Calvin Cheung
|
61ebe3b0c4
|
8323032: OptimizedModuleHandlingTest failed in dynamic CDS archive mode
Reviewed-by: dholmes, matsaave
|
2024-01-08 22:41:07 +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 |
|
Daniel D. Daugherty
|
631a9f60f3
|
8323073: ProblemList gc/g1/TestSkipRebuildRemsetPhase.java on linux-aarch64
8323075: ProblemList runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java
Reviewed-by: thartmann
|
2024-01-05 16:26:02 +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
|
3dc4bd8581
|
8322989: New test serviceability/HeapDump/FullGCHeapDumpLimitTest.java fails
Reviewed-by: stefank, dholmes
|
2024-01-05 09:23:42 +00:00 |
|
Stefan Karlsson
|
1d1cd32bc3
|
8321812: Update GC tests to use execute[Limited]TestJava
Reviewed-by: tschatzl, aboldtch
|
2024-01-05 09:12:24 +00:00 |
|
Calvin Cheung
|
3b1e56a427
|
8322322: Support archived full module graph when -Xbootclasspath/a is used
Reviewed-by: alanb, mchung
|
2024-01-05 00:00:24 +00:00 |
|
Daniel D. Daugherty
|
ea19e9c6aa
|
8323011: ProblemList serviceability/HeapDump/FullGCHeapDumpLimitTest.java
Reviewed-by: azvegint, ctornqvi
|
2024-01-04 16:28:52 +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 |
|
Aleksey Shipilev
|
dd517c6404
|
8237842: Separate definitions for default cache line and padding sizes
Reviewed-by: stefank, kvn, stuefe, tschatzl
|
2024-01-04 08:39:50 +00:00 |
|
Matthias Baesken
|
730663649f
|
8322945: Problemlist runtime/CompressedOops/CompressedClassPointers.java on AIX
Reviewed-by: mdoerr
|
2024-01-04 08:21:57 +00:00 |
|
Denghui Dong
|
1cf9335b24
|
8321404: Limit the number of heap dumps triggered by HeapDumpBeforeFullGC/AfterFullGC
Reviewed-by: dholmes, cjplummer
|
2024-01-04 03:20:06 +00:00 |
|
Scott Gibbons
|
13c11487f7
|
8321599: Data loss in AVX3 Base64 decoding
Reviewed-by: sviswanathan, kvn
|
2024-01-04 01:36:28 +00:00 |
|
Alan Bateman
|
b67b71cd87
|
8320707: Virtual thread test updates
Reviewed-by: jpai
|
2024-01-03 14:59:03 +00:00 |
|
Stefan Karlsson
|
cbe329b90a
|
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
Reviewed-by: lkorinth, lmesnik
|
2024-01-03 08:53:01 +00:00 |
|
Stefan Karlsson
|
dce7a5732e
|
8321683: Tests fail with AssertionError in RangeWithPageSize
Reviewed-by: stuefe, mbaesken
|
2023-12-22 13:25:39 +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 |
|