Matthias Baesken
3e67ebff07
8387701: TestAVXRegisterDump: guarantee(how == 0) failed: test guarantee
...
Reviewed-by: missa, sviswanathan, kvn
2026-07-17 06:35:20 +00:00
David CARLIER
6987a3593f
8387718: JVMTI GetLocal/SetLocal: slot bounds check overflows for long/double slots
...
Reviewed-by: dholmes, sspitsyn
2026-07-17 05:02:17 +00:00
Guanqiang Han
b7b29c7082
8388186: java -XX:UseSSE=2 -XX:+EnableX86ECoreOpts -version crashes with assert(UseAVX > 0) failed: requires some form of AVX
...
Reviewed-by: asmehra, kvn
2026-07-17 02:14:36 +00:00
April Ivy
816fe33ea6
8387991: Optimize execution of runtime/Thread/TestSpinPause.java
...
Reviewed-by: dholmes, lmesnik
2026-07-16 18:55:38 +00:00
Ozan Cetin
820d28feb5
8370870: IGV: add simple regression tests for graph dumping
...
Reviewed-by: chagedorn, shade
2026-07-16 10:22:01 +00:00
Vladimir Ivanov
399317d393
8388357: ProblemList compiler/vectorapi/VectorStoreMaskIdentityTest.java
...
Reviewed-by: liach, kvn
2026-07-15 21:21:29 +00:00
Chen Liang
2659bfe355
8388347: Remove enablePreview from TestEnableNativeAccessJarManifest
...
Reviewed-by: jpai, jvernee
2026-07-15 19:16:54 +00:00
Chris Plummer
c4a8cb2349
8387640: vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001/TestDescription.java fails intermittently
...
Reviewed-by: sspitsyn, lmesnik
2026-07-15 17:46:57 +00:00
Justin Lu
96737cf510
8387261: Locale.LanguageRange weight validation issues
...
Reviewed-by: naoto
2026-07-15 16:18:00 +00:00
Coleen Phillimore
79568c915a
8384557: Allow configuration of the JVM's temporary directory on Linux
...
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: David Holmes <dholmes@openjdk.org>
Reviewed-by: dholmes, sspitsyn, jsjolen, kevinw
2026-07-15 15:02:05 +00:00
Matias Saavedra Silva
82a2089959
8365575: AOT cache should include classes verified using "fail over" verification
...
Reviewed-by: iklam, liach
2026-07-15 14:30:08 +00:00
Robert Toyonaga
376ecc5a9d
8386546: Fix race when reserving memory with NUMA interleaving on Windows
...
Reviewed-by: asmehra, stuefe
2026-07-15 13:37:35 +00:00
Erik Gahlin
723826295a
8385957: JFR: Sensitive command-line arguments still in environment variable values
...
Reviewed-by: mgronlun, rtoyonaga
2026-07-15 11:04:04 +00:00
Ruben Ayrapetyan
2a262d242f
8387149: C2: assert(regs[i] != regs[j]) failed: regs[2] and regs[3] are both: v24
...
Reviewed-by: aph, fgao
2026-07-15 09:57:38 +00:00
Roland Westrelin
d6899460c7
8380166: C2: crash in compiled code due to zero division because of widened CastII
...
Reviewed-by: qamai, chagedorn
2026-07-15 09:25:58 +00:00
EunHyunsu
f146847ca1
8380549: HttpCookie.expiryDate2DeltaSeconds returns 0 on parse failure, causing immediate cookie expiration
...
Reviewed-by: vyazici, michaelm
2026-07-15 07:16:10 +00:00
Quan Anh Mai
2b05a136cb
8387328: C2: A Phi must not have a narrower Type than its inputs
...
Reviewed-by: thartmann, vlivanov
2026-07-15 07:08:24 +00:00
Hai-May Chao
0381286ade
8376748: Emit runtime warnings for JCE algorithms that will be disabled
...
Reviewed-by: mullan
2026-07-14 20:46:53 +00:00
Vladimir Ivanov
fe430ad121
8387940: C2: Stress allocation elimination failures
...
Reviewed-by: chagedorn, kvn, qamai
2026-07-14 19:14:06 +00:00
Albert Mingkun Yang
5d24cecccd
8387048: NMTCommittedVirtualMemoryTracker.test_committed_virtualmemory_region_vm fails due to found_stack_top
...
Reviewed-by: rtoyonaga, stuefe
2026-07-14 17:25:01 +00:00
Quan Anh Mai
499a25b2d0
8386503: C2: assert(adr_type == nullptr || adr_type->isa_aryptr() != nullptr) failed: unexpected type-unsafe store
...
Reviewed-by: epeter, vlivanov
2026-07-14 16:47:49 +00:00
Vladimir Ivanov
e452e6c8b0
8374783: C2 compilation asserts with "slice of address and input slice don't match"
...
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Reviewed-by: chagedorn, qamai
2026-07-14 16:13:18 +00:00
Mark Powers
f71c37bdb3
8358549: O(n²) time complexity in java.security.Provider.parseLegacy() method
...
Reviewed-by: mullan, djelinski
2026-07-14 14:47:16 +00:00
Jatin Bhateja
6e2a4f847f
8386322: Float16Vector.toString should render lane values using Float16.toString
...
Reviewed-by: psandoz, rgiulietti
2026-07-14 12:57:49 +00:00
Ashay Rane
be40b6bcda
8387188: JImageExtractTest.java test should deny APPEND_DATA ACL in testExtractToReadOnlyDir
...
Reviewed-by: alanb, dbalek
2026-07-14 09:12:36 +00:00
Vladimir Ivanov
30abe0b3a6
8373487: Out-of-bounds access in AlignmentGapAccess test
...
Reviewed-by: dlong, ayang
2026-07-13 17:51:11 +00:00
Elif Aslan
151516fae2
8387985: sun/tools/jstat shell tests fail on platforms that do not support ParallelGC
...
Reviewed-by: cjplummer, dholmes
2026-07-13 16:46:50 +00:00
Justin Lu
d343e6c854
8387455: Restrict legacy Locale compatibility handling to exact matches
...
Reviewed-by: naoto
2026-07-13 16:23:47 +00:00
Amit Kumar
6247550cec
8388117: [s390x] is_z_illtrap should recognise all forms
...
Reviewed-by: lucy, hdhiman
2026-07-13 08:09:54 +00:00
Lawrence Andrews
119fe211c8
8388001: Test java/awt/Frame/PackTwiceTest.java fails because the frame title is displayed as 'PackTwiceTest TestFrame' instead of 'TestFrame'
...
Reviewed-by: azvegint, prr
2026-07-10 16:43:32 +00:00
Artur Barashev
6eccdd862a
8387578: Test sun/security/ssl/SSLSessionImpl/ResumeChecksServer.java failed: Existing session was used: FAIL
...
Reviewed-by: mullan
2026-07-10 14:33:11 +00:00
Artur Barashev
7295b8aa2c
8386953: sun/security/ssl/CertificateCompression/CompressedCertMsgCache.java failing
...
Reviewed-by: mullan
2026-07-10 14:27:29 +00:00
Albert Mingkun Yang
3e2366e7f5
8387742: Reclaim CodeCache nmethods more promptly
...
Reviewed-by: tschatzl, shade
2026-07-10 06:36:00 +00:00
Xiaolong Peng
05be7e5439
8387806: Shenandoah: Reduce allocation-path contention from ShenandoahAllocRate byte accounting
...
Reviewed-by: shade, wkemper, kdnilsen
2026-07-10 02:40:40 +00:00
Patrick Fontanilla
cd7b5fc7a5
8386872: Test gc/shenandoah/generational/TestOldGrowthTriggers still fails intermittently
...
Reviewed-by: wkemper, kdnilsen
2026-07-09 22:34:25 +00:00
Vladimir Ivanov
4d3723b802
8382536: C2: sharpen_type_after_if: assert(val->find_edge(con) > 0) failed: mismatch
...
Reviewed-by: chagedorn, mchevalier
2026-07-09 16:59:16 +00:00
Manuel Hässig
ab116d00a8
8385945: Deprecate the CompilationMode flag
...
Reviewed-by: dholmes, ayang
2026-07-09 13:45:41 +00:00
Amit Kumar
d425cbe2f0
8286300: Port JEP 425 to S390X
...
8377034: Enable full JSR166TestCase.java test for s390x
8380035: compiler/intrinsics/TestReturnOopSetForJFRWriteCheckpoint.java crashes on s390x
8335163: [s390x] test failure - PrintClasses.java
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Reviewed-by: rrich, aph, pchilanomate
2026-07-09 13:38:52 +00:00
Ashutosh Mehra
7753c98686
8386475: C2 x64: -XX:-UseBMI2Instructions is broken for AVX-512
...
Reviewed-by: galder, epeter, kvn
2026-07-09 13:19:37 +00:00
Benjamin Peterson
333deb2cc6
8380967: Canceled HttpClient.sendAsync futures throw inconsistent exceptions
...
Reviewed-by: dfuchs
2026-07-09 06:57:14 +00:00
Emanuel Peter
05c93a1dbb
8387411: C2: assert((in_vt->isa_pvectmask() == nullptr) == (vt->isa_pvectmask() == nullptr)) failed: Both BVectMask, or both NVectMask, or both PVectMask
...
Reviewed-by: chagedorn, thartmann, vlivanov
2026-07-09 04:49:49 +00:00
Boris Ulasevich
1911bd7782
8378719: CompiledDirectCall::set_to_interpreted() fails with guarantee(chk == -1 || chk == 0) failed: Field too big for insn
...
Reviewed-by: eastigeevich, dlong
2026-07-08 18:05:14 +00:00
Jorn Vernee
dca8681fb7
8386848: testBool in java/foreign/normalize/TestNormalize.java fails on Zero VM with expected [true] but found [false]
...
Reviewed-by: mcimadamore, vlivanov
2026-07-08 15:24:43 +00:00
Thomas Schatzl
2dc0c1c5a9
8358342: G1: G1CodeRootSet performance breaks down on even moderate load
...
Reviewed-by: aboldtch
2026-07-08 07:54:18 +00:00
Jan Lahoda
ff32e76f48
8387865: ThisEscapeAnalyzer crashes for erroneous source code
...
Reviewed-by: asotona, vromero
2026-07-08 05:44:30 +00:00
Patrick Fontanilla
5926bbfa0a
8386512: Shenandoah: Add a diagnostic option to facilitate testing pinned regions
...
Reviewed-by: kdnilsen, wkemper
2026-07-07 20:23:42 +00:00
Jatin Bhateja
74f9b51f34
8381809: Template Framework Library: add Float16Vector type
...
Reviewed-by: epeter, galder
2026-07-07 14:52:07 +00:00
Dingli Zhang
ed81db1fe2
8387747: Enable long vector multiply IR tests for RISC-V
...
Reviewed-by: fyang, gcao
2026-07-07 09:42:08 +00:00
Matthias Baesken
5a7905643b
8386592: Gtest os.trim_native_heap_vm sometimes fails in subtest os.trim_native_heap_vm
...
Reviewed-by: clanger, stuefe
2026-07-07 07:27:18 +00:00
Tobias Hartmann
b9f36a121a
8387638: Some compiler/vectorization/runner/* tests timed out in Driver mode
...
Reviewed-by: chagedorn, mhaessig
2026-07-06 14:09:26 +00:00