30654 Commits

Author SHA1 Message Date
JoeWang-Java
9dec74fc4f address jar spec change 2026-07-31 17:45:31 +00:00
JoeWang-Java
8f0207a8f2 8357394: Add JDK specific property for external resource access 2026-07-30 06:14:54 +00:00
Yasumasa Suenaga
e1218165ef 8385136: SA cannot unwind the native frame which does not have DWARF
Reviewed-by: cjplummer, kevinw
2026-07-29 14:29:19 +00:00
Matthias Baesken
34a49f7bd1 8387670: Clean up subclassing and DefWindowProc
Reviewed-by: clanger, aivanov, prr
2026-07-29 14:11:12 +00:00
Matthias Baesken
84a66dbac7 8388872: Avoid unused variables warnings in libj2pkcs11
Reviewed-by: ayang, valeriep
2026-07-29 08:06:36 +00:00
Jatin Bhateja
2e52a26aa5 8387145: C2 VectorAPI: bad definition of right_child_pred in Compile::compute_logic_cone
Reviewed-by: chagedorn, vlivanov
2026-07-29 04:30:32 +00:00
David Holmes
87ed2ec4fa 8387045: JDK with transformer agent hangs on shutdown
Reviewed-by: sspitsyn, pchilanomate, lmesnik
2026-07-29 04:01:20 +00:00
Hannes Wallnöfer
c4f43a1818 8387471: Reduce size of web fonts included in API documentation
Reviewed-by: liach, ayang, nbenalla
2026-07-28 15:18:15 +00:00
Mat Carter
ee05c994bc 8388158: Change CPU detection code beyond hardcoded CPU list
Reviewed-by: dholmes, fbredberg
2026-07-28 14:36:22 +00:00
Andreas Chmielewski
7e28af20ee 8388412: Update PKCS#11 Cryptographic Token Interface to v3.2
Reviewed-by: valeriep
2026-07-28 09:18:26 +00:00
Matthias Baesken
094ef7904f 8388923: Avoid local initialized unused variables in Hotspot
Reviewed-by: amitkumar, aph
2026-07-28 07:49:47 +00:00
Matthias Baesken
3092edb9c7 8388842: VER_PLATFORM_WIN32_NT checks in WPrinterJob are obsolete
Reviewed-by: prr, clanger, lucy
2026-07-28 07:34:43 +00:00
Harshit Dhiman
da345ec6a4 8388425: [s390] Introduce interface for GC oop verification in the assembler
Reviewed-by: amitkumar, aph
2026-07-28 06:40:56 +00:00
Justin Lu
79d629abf6 8388810: Exceeding CachedRowSet max rows should only warn once
Reviewed-by: lancea
2026-07-27 16:22:52 +00:00
Fredrik Bredberg
057985b5d1 8384807: Populate OMCache from C2
Reviewed-by: aboldtch, coleenp, shade
2026-07-27 08:42:23 +00:00
Gui Cao
e8fdd54bb1 8388837: RISC-V: Track card addresses directly in G1 array post-write barrier loop
Reviewed-by: ayang, fyang
2026-07-27 02:47:07 +00:00
Hao Sun
9ce3705b3f 8388072: Linux/AArch64 PAC-RET: assert(top.pc() == *(address*)(sp - frame::sender_sp_ret_address_offset())) failed
Reviewed-by: dholmes, aph, pchilanomate
2026-07-27 01:54:10 +00:00
Gui Cao
2d1c83340d 8388459: RISC-V: Add specialized CMove patterns with zero operand
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Reviewed-by: fyang, wenanjian
2026-07-26 11:26:52 +00:00
April Ivy
1bc03f02a1 8388827: Unused Gen.CodeSizeOverflow
Reviewed-by: liach
2026-07-26 02:05:45 +00:00
Per Minborg
3412d4c0dd 8387722: The race during initialization or lazy constants in and Map/Set
Reviewed-by: jvernee
2026-07-25 07:54:18 +00:00
Lijuan Li
97544c7ede 8321012: RISC-V: C2 ExtractUB
Reviewed-by: fyang, dzhang
2026-07-25 01:07:08 +00:00
William Kemper
e6f5c5dc42 8388809: Shenandoah: Control thread may observe incorrect cancellation reason
Reviewed-by: kdnilsen, serb, ruili
2026-07-24 17:28:20 +00:00
Richard Reingruber
a4e39d6b17 8388443: C2: Assertion in PhaseRegAlloc::reg2offset() is too strict
Reviewed-by: mbaesken, goetz
2026-07-24 14:27:08 +00:00
Eric Fang
e0f60015f6 8388543: AArch64: VectorAPI: replace sve_dup+mov with fmovd in sve_vmask_fromlong
Reviewed-by: aph, haosun
2026-07-24 09:44:31 +00:00
Thomas Stuefe
62cc4efba2 8388712: [s390x, ppc] runtime/CompressedOops/CompressedClassPointersEncodingScheme.java fails since JDK-8387652
Reviewed-by: amitkumar, mbaesken
2026-07-24 08:11:59 +00:00
Marc Chevalier
8f8c73302e 8387708: C2: more explicit parameter names for CMove nodes
Reviewed-by: mhaessig, thartmann
2026-07-24 06:57:42 +00:00
Vladimir Petko
bb05fd9f72 8388170: [s390x] compiler/inlining/LateInlineQueueDrainTest.java#id0 fail due to invalid ret_addr_offset
Reviewed-by: amitkumar, aph
2026-07-24 06:03:49 +00:00
Thomas Stuefe
ead9921903 8388561: [s390x] Prevent accidental page table expansion
Reviewed-by: amitkumar, rtoyonaga
2026-07-24 05:06:52 +00:00
Anjian Wen
26ebefa825 8374184: RISC-V: implement GCM intrinsic with Zvkg and Zvkned extension
Reviewed-by: fyang, dzhang, gcao
2026-07-24 02:21:23 +00:00
Fredrik Bredberg
30a48dfe33 8388841: Remove logging tag monitortable
Reviewed-by: coleenp, amitkumar
2026-07-23 17:30:32 +00:00
Justin Lu
30471d7434 8388507: DecimalFormat Strict Parsing NaN and Grouping Size Zero Fixes
Reviewed-by: naoto
2026-07-23 16:14:36 +00:00
Kelvin Nilsen
2c9a99a931 8382085: [shenandoah] Cannot transfer regions that are affiliated - assertion
Reviewed-by: wkemper, ruili, xpeng
2026-07-23 15:25:58 +00:00
Aleksey Shipilev
3ebdb79553 8388756: Shenandoah: Re-learning at explicit GC request considered harmful
Reviewed-by: kdnilsen, wkemper
2026-07-23 11:55:28 +00:00
Jayathirth D V
5428159f88 8387593: Using XOR mode to clear the content leaves some traces in metal
Reviewed-by: aghaisas, serb, prr, avu
2026-07-23 08:04:56 +00:00
Matthias Baesken
e8c827e40a 8387597: AwtTrayIcon::InitNID remove handling of ancient Windows versions
Reviewed-by: prr, lucy
2026-07-23 07:22:08 +00:00
Ioi Lam
4bbe11186f 8388694: Refactor metaspace_pointers_do() operations for BSMAttributeEntries
Reviewed-by: coleenp, matsaave
2026-07-23 00:19:38 +00:00
Coleen Phillimore
611f186cf3 8388695: Remove PrintRewrites
Reviewed-by: iklam
2026-07-22 17:19:29 +00:00
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
William Kemper
cd7645cf92 8388449: GenShen: Degenerated cycle could be skipped
Reviewed-by: kdnilsen, shade
2026-07-22 16:04:01 +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
Guanqiang Han
6f7fae1e37 8387415: Unneeded check for bmi2 support for VectorCmpMasked opcode
Reviewed-by: qamai, asmehra
2026-07-22 14:28:47 +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
Jaikiran Pai
a97d11063e 8388697: Typo "maxiumum" instead of "maximum" in jdk.httpserver's module-info.java
Reviewed-by: djelinski
2026-07-22 07:39:58 +00:00
Aleksey Shipilev
a9d214171d 8388487: Shenandoah: Robust stack watermark epoch wraparound
Reviewed-by: wkemper, xpeng
2026-07-22 07:29:48 +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
Albert Mingkun Yang
e60bb72a4a 8388461: G1: Missing G1FromCardCache footprint
Reviewed-by: iwalulya
2026-07-22 06:23:29 +00:00
Ioi Lam
16fbf6289b 8388463: Aarch64+Zero build is broken by JDK-8387652
Reviewed-by: dholmes, stuefe
2026-07-22 06:17:15 +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