20698 Commits

Author SHA1 Message Date
Naoto Sato
51b7e5cd25 8133167: String.toLowerCase() for sigma does not use Final_Sigma condition
Reviewed-by: jlu
2026-07-22 16:25:39 +00:00
Alexander Zvegintsev
6e03781ae0 8381565: FileDialogDropTargetTest.java fails: Unexpected exit from test [exit code: -1073740771]
Reviewed-by: kizune, prr
2026-07-22 14:56:42 +00:00
Jaikiran Pai
0866799ca8 8388553: Proxy class generation fails when the jdk.proxy.ProxyGenerator.saveGeneratedFiles is set to true
Reviewed-by: liach, alanb
2026-07-22 07:40:13 +00:00
Guanqiang Han
68ca4e0f93 8387750: 'java -XshowSettings' alone should not be an error
Reviewed-by: kevinw, alanb
2026-07-22 06:52:47 +00:00
Daniel Jeliński
13cb51b07d 8388538: com/sun/net/httpserver/simpleserver/jwebserver/MaxRequestTimeTest.java does not test the maximum request time
Reviewed-by: jpai
2026-07-22 06:45:01 +00:00
Eric Fang
694cebaadc 8387594: AArch64: Support vector integer division for SVE
Reviewed-by: aph, xgong
2026-07-22 03:32:07 +00:00
David CARLIER
70868ac528 8388457: parse_integer: typo in hex prefix detection causes out-of-bounds read and wrong base for negative hex
Reviewed-by: dholmes, fbredberg
2026-07-21 22:23:28 +00:00
Sholto
2be8e88ce7 8272194: java.sql.Date::toLocalDate() broken for dates before 1 A.D.
Reviewed-by: naoto, jlu
2026-07-21 20:12:55 +00:00
Jeremy Wood
bf7a715250 8385367: JTextComponent#setDocument() can reattach old AccessibleContext
Reviewed-by: prr, kizune
2026-07-21 18:28:06 +00:00
Brent Christian
9efe2ddd38 Merge
Reviewed-by: prr, kcr
2026-07-21 18:20:34 +00:00
Manuel Hässig
b65f46d403 8388523: C2: Test compiler/igvn/TestMaskedStoreIdealization.java failed
8388539: [TESTBUG] compiler/igvn/TestMaskedStoreIdealization.java fails on Release Builds

Reviewed-by: thartmann, epeter
2026-07-21 12:52:56 +00:00
David CARLIER
ffd46e01a6 8388464: New test serviceability/jvmti/GetLocalVariable/GetSetLocalSlotOverflow.java is failing with virtual threads
Reviewed-by: cjplummer, dholmes
2026-07-20 18:13:47 +00:00
Patricio Chilano Mateo
647c195d48 8386116: vm/jvmti/StopThread/stop001/stop00103/stop00103a.html trips assert(!java_lang_Thread::is_in_vthread_transition(vthread)) failed
Reviewed-by: dholmes, sspitsyn, dcubed
2026-07-20 18:13:19 +00:00
Manuel Hässig
4e30a933bf 8387073: C2: StoreNode::Ideal wrongly optimizes away scalar store before masked vector store
Reviewed-by: epeter, thartmann, qamai, chagedorn
2026-07-20 15:36:54 +00:00
Matthew Donovan
bb531919d6 8376599: Update Cipher/PBE/PBEKeyTest.java for non-ASCII characters
Reviewed-by: rhalade
2026-07-20 13:35:29 +00:00
Jan Lahoda
99255c44eb 8186876: JShell: access javadoc for user/library classes
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: vromero, asotona
2026-07-20 13:02:39 +00:00
Maurizio Cimadamore
3623246047 8383563: Record pattern inference fails when inferred type arguments are same as formals
Reviewed-by: vromero, jlahoda
2026-07-20 13:00:13 +00:00
Andreas Chmielewski
1f064af63e 8387874: Timeout when running test BulkCipherDisabledAlgorithms
Reviewed-by: abarashev, mullan
2026-07-20 11:58:02 +00:00
Jan Lahoda
78ee01b2a6 8387965: Incorrect line numbers for instanceof with pattern matching
Reviewed-by: vromero
2026-07-20 10:11:43 +00:00
Jan Lahoda
9b69184e56 8387377: Compilation is very slow when --module-path contains many Automatic Modules and ALL-MODULE-PATH is used
Reviewed-by: vromero
2026-07-20 06:59:36 +00:00
Arno Zeller
2ac4a2db14 8386595: Two java/net/MulticastSocket tests fail on machines with no ipv6 address other than loopback
Reviewed-by: jpai
2026-07-20 01:39:07 +00:00
Weijun Wang
24def160f9 8381049: Enhance Jar handling
Reviewed-by: hchao, rhalade, mdonovan, abarashev, mullan, mpowers
2026-07-17 13:20:30 -07:00
Jamil Nimeh
7e17c402e4 8381796: Enhance Certificate parsing
Reviewed-by: ascarpino, abarashev, rhalade, mdonovan
2026-07-17 13:20:30 -07:00
Artur Barashev
404a4dd177 8380672: Improve certification checking
Reviewed-by: ahgross, jnibedita, pkumaraswamy, rhalade, weijun, mullan
2026-07-17 13:20:30 -07:00
Jayathirth D V
d72538f9a5 8374058: Enhance JPEG handling
Reviewed-by: mschoene, rhalade, psadhukhan, prr
2026-07-17 13:20:29 -07:00
Roland Westrelin
5b3456ce70 8388406: [BACKOUT] C2: crash in compiled code due to zero division because of widened CastII
Reviewed-by: thartmann, chagedorn
2026-07-17 15:02:34 +00:00
Thomas Stuefe
9e9fae6584 8387652: [aarch64] Fallback mode for narrow klass decoding
Reviewed-by: aph, adinn, rkennke, galder
2026-07-17 13:44:59 +00:00
Jatin Bhateja
5bea309caa 8387698: C2 VectorAPI: Float16Vector::indexInRange hits: fatal error: Not monotonic
Reviewed-by: chagedorn, epeter
2026-07-17 07:07:52 +00:00
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