87838 Commits

Author SHA1 Message Date
Matias Saavedra Silva
0ada293cb4 8380091: Tests in runtime/cds are failing with log parsing errors - missing output - but the output seems present
Reviewed-by: coleenp, dholmes
2026-04-02 14:10:46 +00:00
Daniel Jeliński
06c9aebce3 8377550: [REDO] Need to keep leading zeros in TlsPremasterSecret of TLS1.3 DHKeyAgreement
Reviewed-by: hchao, mullan
2026-04-02 13:40:51 +00:00
Vladimir Petko
81b6fcc3e9 8381555: test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java fails on 32 bit architectures
Reviewed-by: jsikstro
2026-04-02 13:12:48 +00:00
Alan Bateman
262f574abc 8381487: Replace threadDump.schema.json with document to describe format
Reviewed-by: kevinw
2026-04-02 13:06:06 +00:00
Jan Lahoda
a506853a82 8374020: Inconsistent handling of type updates in typeWithAnnotations
Reviewed-by: abimpoudis
2026-04-02 08:53:05 +00:00
Dusan Balek
fa5ec62405 8378950: Repeated warnings when annotation processing is happening
Co-authored-by: Archie Cobbs <acobbs@openjdk.org>
Reviewed-by: jlahoda
jdk-27+16
2026-04-02 08:20:47 +00:00
Igor Veresov
c18e3a3377 8379819: Creating AOT configuration crashes in MethodTrainingData::prepare
Reviewed-by: iklam, kvn
2026-04-02 00:18:11 +00:00
Daniel Gredler
cddee6d6eb 8380028: Fix Page8 of manual test java/awt/print/PrinterJob/PrintTextTest.java on macOS
Reviewed-by: prr, psadhukhan
2026-04-01 20:37:24 +00:00
Phil Race
ce9b3b59aa 8380941: Remove AppContext from java.awt.Window implementation
Reviewed-by: azvegint, kizune
2026-04-01 19:10:55 +00:00
Phil Race
40e5745dea 8380714: sun.font.HBShaper : use getUpcallStub to create all up call stubs
Reviewed-by: serb, psadhukhan
2026-04-01 19:10:39 +00:00
Phil Race
3cb4d7db19 8381037: Remove AppContext from miscellaneous awt shared classes
Reviewed-by: azvegint, dnguyen
2026-04-01 18:36:47 +00:00
Weijun Wang
9131c72d63 8368692: Restrict Password::readPassword from reading from System.in
Reviewed-by: mullan
2026-04-01 17:49:31 +00:00
Ioi Lam
eed91689f3 8381117: AOT training run fails if memory for ConstantPool is reused
Reviewed-by: asmehra, iveresov, kvn
2026-04-01 17:10:40 +00:00
Mikael Vidstedt
3fba38ab74 8373521: Bump minimum boot jdk to JDK 26
Reviewed-by: liach, darcy, iris, erikj
2026-04-01 16:51:28 +00:00
Albert Mingkun Yang
d2c1907349 8381466: G1: Fix outdated name in G1Policy::decide_on_concurrent_start_pause
Reviewed-by: tschatzl
2026-04-01 14:20:53 +00:00
Paul Hübner
f3a1c67b1c 8381464: Typo in Linker::captureCallState JavaDoc
Reviewed-by: liach, pminborg
2026-04-01 13:03:01 +00:00
Emanuel Peter
9607a7284d 8380513: [VectorAlgorithms] mismatch benchmark and test
Reviewed-by: mchevalier, galder, chagedorn
2026-04-01 12:18:49 +00:00
Emanuel Peter
7df06d1489 8379395: [VectorAlgorithms] new dot-product implementation using fma
Reviewed-by: mchevalier, chagedorn
2026-04-01 12:18:29 +00:00
Liam Miller-Cushon
92b1d8237e 8380147: Don't require a CompilationUnit for end position APIs
Reviewed-by: vromero
2026-04-01 10:10:03 +00:00
Eirik Bjørsnøs
3459f6b124 8380452: ZipOutputStream::putNextEntry(ZipEntry) throws unspecified IllegalArgumentException for unmappable entry name
Reviewed-by: jpai, lancea, alanb
2026-04-01 09:50:37 +00:00
Martin Doerr
2caf253017 8381412: [PPC64] unproblemlist JDK-8320897
Reviewed-by: mbaesken
2026-04-01 09:20:10 +00:00
Guanqiang Han
e340aeeee0 8379174: G1: Too high G1RemSetArrayOfCardsEntriesBase causes invalid ergonomic G1RemSetArrayOfCardsEntries
Reviewed-by: tschatzl, iwalulya
2026-04-01 09:12:51 +00:00
Thomas Schatzl
0dfa22f27d 8381397: G1: Inline initiate_conc_mark/record_conc_mark_init_end
Reviewed-by: ayang, iwalulya
2026-04-01 09:08:54 +00:00
Anton Artemov
9bf67a64f0 8371596: Nits and typos found during review of fix for JDK-8366659
Reviewed-by: dholmes, dcubed, fbredberg
2026-04-01 08:34:48 +00:00
Thomas Schatzl
b58d1ad1ee 8372016: G1: Root scanning not yielding to safepoints causes crashes
Reviewed-by: iwalulya, ayang
2026-04-01 08:14:59 +00:00
Andrew Dinn
32e8aa4582 8379811: Disable AOTCodeCache if Assembly intrinsics use differs from Production use
Reviewed-by: kvn, asmehra
2026-04-01 07:47:17 +00:00
Quan Anh Mai
3dcf2a3bac 8379790: MemNode::can_see_stored_value incorrectly walks past barriers
Reviewed-by: chagedorn, dfenacci
2026-04-01 06:59:27 +00:00
Guanqiang Han
2e0ce34d3c 8380579: C2: Intermittent fastdebug assert in Parse::sharpen_type_after_if: missing type check info
Reviewed-by: rcastanedalo, vlivanov
2026-04-01 06:20:26 +00:00
Dhamoder Nalla
52fd46d3a6 8371651: [AArch64] Populate CPU _features flag on Windows
Reviewed-by: dholmes, bstafford, aph
2026-04-01 01:42:33 +00:00
Alexey Semenyuk
c76381996a 8381384: jpackage: add test coverage to WiX discovery
Reviewed-by: almatvee
2026-04-01 00:29:44 +00:00
Kerem Kat
3f6271b2b9 8375442: C2: Notify nodes that inspect the graph deeply of changes far away during IGVN
Reviewed-by: qamai, aseoane
2026-04-01 00:10:02 +00:00
Daniel Gredler
f46a698113 8381015: CharsetEncoder.canEncode(CharSequence) is slow for UTF-8, UTF-16, UTF-32
Reviewed-by: naoto, vyazici
2026-03-31 21:46:05 +00:00
Phil Race
20c3082aac 8380578: Remove miscellaneous AppContext uses, mostly in XAWT
Reviewed-by: serb, azvegint
2026-03-31 18:41:51 +00:00
Phil Race
644cccae78 8381020: Remove AppContext from java.awt.Dialog
Reviewed-by: dnguyen, kizune
2026-03-31 17:58:53 +00:00
Phil Race
e191df7f15 8134541: latent concurrency bug in ScriptRunData
Reviewed-by: honkar, dnguyen, serb
2026-03-31 17:54:55 +00:00
Erik Gahlin
48132fbb65 8381170: JFR: Recursion in jdk.MethodTrace caused by Integer::reverseBytes
Reviewed-by: shade
2026-03-31 17:13:58 +00:00
Vladimir Kozlov
abeceb1f8c 8379687: Reduce C heap usage when VerifyMethodHandles flags is on
Reviewed-by: mhaessig, chagedorn
2026-03-31 17:07:33 +00:00
Coleen Phillimore
207bb159b2 8381409: Fix whitespace and variable name in classfile code
Reviewed-by: liach, lfoltan
2026-03-31 16:52:34 +00:00
Dingli Zhang
ba34f300db 8381250: Enable VectorLogicalOpIdentityTest.java IR tests for RISC-V
Reviewed-by: fyang
2026-03-31 15:56:48 +00:00
Matias Saavedra Silva
74eff77554 8347462: Improve TraceClassLoading to add link information
Reviewed-by: dholmes, coleenp
2026-03-31 15:51:40 +00:00
Chen Liang
819533964c 8380913: Sealed graph taglet omits public subtypes of invisible subtypes
Reviewed-by: hannesw, vromero
2026-03-31 15:08:02 +00:00
Albert Mingkun Yang
e3a66f0170 8380649: Parallel: Inline initialize_region_data and create_vspace of ParallelCompactData
Reviewed-by: iwalulya, tschatzl
2026-03-31 15:01:10 +00:00
Ashutosh Mehra
8c38e725a5 8380464: Inconsistency in emitting warning messages in vm_version_x86.cpp
Reviewed-by: kvn, dholmes
2026-03-31 14:11:06 +00:00
Leo Korinth
78e9df5088 8380987: Fix implicit narrowing conversion in klass.hpp
Reviewed-by: stefank, ayang
2026-03-31 11:41:57 +00:00
Ruben Ayrapetyan
dfe438d057 8366441: AArch64: Support WFET in OnSpinWait
Co-authored-by: Stuart Monteith <smonteith@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: aph, eastigeevich
2026-03-31 10:14:26 +00:00
David Beaumont
f45b48ba98 8380307: Refactor miscellaneous JAXP tests in javax/xml/jaxp/unittest to JUnit
Reviewed-by: liach, joehw
2026-03-31 10:00:03 +00:00
Renjith Kannath Pariyangad
46306d38ed 8361493: RepaintManager.invalidComponents uses different equality when searching element
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, prr, serb, dmarkov
2026-03-31 09:59:15 +00:00
Kerem Kat
6652d69fd5 8374497: C2: assert(verify(phase)) failed: missing Value() optimization with -XX:+StressReflectiveCode
Reviewed-by: dfenacci, snatarajan, qamai
2026-03-31 09:45:44 +00:00
Martin Doerr
e582a3cb00 8381315: compiler/vectorapi/TestVectorReallocation.java fails with -XX:UseAVX=1 after JDK-8380565
Reviewed-by: chagedorn, rrich
2026-03-31 09:08:39 +00:00
Alan Bateman
4a335f878c 8381002: Thread dump should convert longs to json numbers if possible
Reviewed-by: kevinw, amenkov, sspitsyn, lmesnik
2026-03-31 06:56:56 +00:00