88931 Commits

Author SHA1 Message Date
Ashutosh Mehra
bc03baed72 8387745: [aot] Several tests fail because a SoftReferenceKey cannot be archived
Reviewed-by: iklam, kvn
2026-07-16 00:48:42 +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
Aleksey Shipilev
41a188f1d1 8387463: Shenandoah: Use direct oop_oop_iterate methods for known types in marking loops
Reviewed-by: wkemper, xpeng, kdnilsen
2026-07-15 16:39:12 +00:00
Justin Lu
96737cf510 8387261: Locale.LanguageRange weight validation issues
Reviewed-by: naoto
2026-07-15 16:18:00 +00:00
Naoto Sato
c6a068a5ee 8388183: Wrong example in documentation for String.toLowerCase()
Reviewed-by: jlu, iris
2026-07-15 16:15:12 +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
Derek White
d1c87e5b4f 8388080: Increase static size of some stubs for APX code
Reviewed-by: sviswanathan, kvn
2026-07-15 13:42:10 +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
Albert Mingkun Yang
4086d114ed 8388188: NMT: Remove unused local variable in RegionIterator::next_committed
Reviewed-by: phubner, cnorrbin
jdk-28+7
2026-07-15 10:10:31 +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
Daniel Skantz
5c673a17c0 8387414: Insufficient feature gate in vm_version_x86 for UseKyberIntrinsics
Reviewed-by: semery, kvn
2026-07-15 06:36:49 +00:00
Harshit Dhiman
10ec62d643 8388016: [s390x] Remove the alignment from stubGenerator
Reviewed-by: aph, amitkumar
2026-07-15 04:17:27 +00:00
William Kemper
6ae23a0d65 8388058: Shenandoah: Refactor arraycopy_work
Reviewed-by: kdnilsen, shade
2026-07-14 23:41:25 +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
William Kemper
189dde7dfe 8388173: Shenandoah: Overly strict assertion failure in CAS barrier
Reviewed-by: shade, xpeng
2026-07-14 18:42:48 +00:00
Aleksey Shipilev
0efadf5f54 8388139: Shenandoah: -XX:+VerifyOops fails on forwarded objects with COH
Reviewed-by: wkemper, xpeng
2026-07-14 17:58:31 +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
Benjamin Peterson
feb944c6c9 8387637: Dead code for upwards interpreter stacks
Reviewed-by: coleenp, dholmes, shade
2026-07-14 13:29:26 +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
Matthias Baesken
6ec04bb204 8387675: IS_WINVISTA macro is obsolete
Reviewed-by: aivanov, stuefe, prr
2026-07-13 18:04:04 +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
April Ivy
0dcfa722aa 8388120: [s390x] c2: c_return_value is redundant
Reviewed-by: amitkumar, rrich
2026-07-13 13:36:26 +00:00
Albert Mingkun Yang
bc1bd75e7b 8388122: NMT: Remove unused comm_size variable from RegionsTree::visit_committed_regions
Reviewed-by: stuefe
2026-07-13 12:32:57 +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
Matthias Baesken
f6d897614d 8387702: Linux/clang: enable linktime-gc on libjvm.so too, when it is configured
Reviewed-by: mdoerr, lucy, clanger
2026-07-13 07:08:31 +00:00
April Ivy
b3d98954d1 8387996: Remove reference to -d64 from serviceability tool manpages
Reviewed-by: dholmes
2026-07-13 04:31:35 +00:00
zifeihan
7a5e6ef6aa 8388035: RISC-V: Auto-enable Zfa extension features
Reviewed-by: fyang, dzhang
2026-07-13 01:50:44 +00:00
April Ivy
d3e5304c0f 8382841: Revert annotation parsing changes from libgraal
Reviewed-by: liach, darcy
2026-07-10 21:48:11 +00:00
Evgeny Astigeevich
c0a3082cf1 8388008: AArch64: data race accessing CodeHeap::high in CodeCache::max_distance_to_non_nmethod
Reviewed-by: aph, shade, mhaessig, bulasevich
2026-07-10 17:29:07 +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
Vladimir Petko
978dfecb65 8387580: [S390x] OpenJDK build crashes with SIGSEGV in HashMap::resize()
Reviewed-by: amitkumar, hdhiman
2026-07-10 07:07:20 +00:00
Albert Mingkun Yang
3e2366e7f5 8387742: Reclaim CodeCache nmethods more promptly
Reviewed-by: tschatzl, shade
2026-07-10 06:36:00 +00:00
Amit Kumar
3354ad3b6f 8386586: [s390x] TestSyncOnValueBasedClassEvent.java fails due to incorrect branch
Reviewed-by: aph, hdhiman
2026-07-10 06:05:42 +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