30003 Commits

Author SHA1 Message Date
Ashay Rane
c8bb46be72 8381650: Vector rotate operations on AArch64 with NEON
Reviewed-by: aph, haosun
2026-04-30 08:58:12 +00:00
Roland Westrelin
ca405d0eb2 8376400: C2: folding ifs may cause incorrect execution when trap is taken
Reviewed-by: chagedorn, aseoane
2026-04-30 07:44:14 +00:00
Vladimir Kozlov
0c07aaa7ae 8383420: SIGSEGV in PhaseChaitin::gather_lrg_masks
Reviewed-by: dlong, qamai
2026-04-30 04:14:41 +00:00
Ioi Lam
855d591742 8383542: Remove hard-coded enum value from CPU_FEATURE_FLAGS
Reviewed-by: kvn, asmehra, adinn
2026-04-30 03:52:21 +00:00
Erik Gahlin
004d0ecf86 8373439: Deadlock between flight recorder & VM shutdown
Reviewed-by: mgronlun
2026-04-29 16:30:22 +00:00
Ioi Lam
290cdb7258 8383545: Gcc warning in bsmAttribute.hpp: comparison is always true
Reviewed-by: dholmes, dlong, shade
2026-04-29 16:12:37 +00:00
Kieran Farrell
bc634b140d 8383473: Follow on from 2026b time change to include temporary hack BC time change
Reviewed-by: naoto
2026-04-29 16:12:14 +00:00
Ioi Lam
98fb4350d3 8383546: HeapReserver::Instance::reserve_heap() breaks 32-bit build
Reviewed-by: kvn, dholmes, shade
2026-04-29 16:08:29 +00:00
Artur Barashev
44313a4537 8345277: TLSv1.2 - unable to sign a secp256r1 key with ecdsa_secp384r1_sha384
Co-authored-by: Steffen Heil <contact@secforge.de>
Reviewed-by: jnimeh, djelinski
2026-04-29 14:36:29 +00:00
Andrew Dinn
e86f550f5a 8383366: Missing call store_archive_data() on one of paths in generate_kyber12To16_avx512()
Reviewed-by: kvn, asmehra
2026-04-29 14:07:09 +00:00
Thomas Schatzl
13ff127a80 8383515: Add guarantees to disallow running WorkerTasks with zero workers
Reviewed-by: stefank, phubner
2026-04-29 12:37:38 +00:00
Thomas Schatzl
79e95a1b35 8383486: G1: Revise documentation about root scanning
Reviewed-by: stefank, ayang
2026-04-29 12:34:03 +00:00
Saranya Natarajan
a09083ba96 8350971: C2: assert(idx == alias_idx) failed: Following Phi nodes should be on the same memory slice
Reviewed-by: qamai, kvn, aseoane
2026-04-29 08:54:08 +00:00
Roland Westrelin
d037d62968 8380060: C2: Wrong execution with COH and arraycopy
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Co-authored-by: Roman Kennke <rkennke@openjdk.org>
Reviewed-by: shade, vlivanov, rkennke
2026-04-29 06:42:58 +00:00
John Engebretson
13c92d0d4d 8371656: HashMap.putAll() optimizations
Reviewed-by: smarks
2026-04-28 21:38:55 +00:00
Phil Race
78fe29ff6b 7186009: [macOS] No way to hide(), dispose() FileDialog
Reviewed-by: kizune, azvegint
2026-04-28 20:25:28 +00:00
Aleksey Shipilev
d618008b33 8382711: Shenandoah: Support AOT code dumping
Reviewed-by: kvn, iveresov, wkemper, adinn
2026-04-28 16:04:51 +00:00
Anton Artemov
d96d196cce 8382088: ObjectMonitor::wait() lacks suspension handling for TS_RUN path
Reviewed-by: pchilanomate, fbredberg, dholmes
2026-04-28 13:55:39 +00:00
Jaikiran Pai
0566c79eb2 8373481: Remove the deprecated -noclassgc, -noverify, -Xverify:none and -verifyremote options from the java launcher
Reviewed-by: lancea, dholmes, alanb
2026-04-28 11:06:35 +00:00
Albert Mingkun Yang
ee85834b07 8383396: Parallel: Avoid reloading klass when pushing promoted object contents
Reviewed-by: stefank, tschatzl
2026-04-28 10:52:32 +00:00
Hao Sun
b3f658d954 8380753: C2: RegMask::find_first_set() incorrectly returns partially contained sets for scalable vector registers
Co-authored-by: Daniel Lundén <dlunden@openjdk.org>
Reviewed-by: aseoane, kvn, fyang
2026-04-28 10:34:51 +00:00
Dusan Balek
c39cf564fc 8381898: SwitchBootstraps::typeSwitch() not accepting Float, Double types
8376162: SwitchBoostraps.typeSwitch does not throw IAE as expected

Reviewed-by: liach, abimpoudis
2026-04-28 10:22:05 +00:00
Yasumasa Suenaga
56559eb151 8380955: Value-based classes in FFM should have @ValueBased
Reviewed-by: liach, pminborg, mcimadamore
2026-04-28 08:43:02 +00:00
Afshin Zafari
3e5b5dde7a 8379636: constantPool.hpp includes bsmAttribute.inline.hpp
Reviewed-by: dholmes, stefank
2026-04-28 06:33:16 +00:00
Emanuel Peter
1476d4f3a6 8375631: VectorAPI part number: reformulate documentation and improve exception message
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: psandoz, sherman, jrose
2026-04-28 06:06:05 +00:00
Hannes Wallnöfer
4b39e6d412 8373526: Add tooltips to API documentation elements
Reviewed-by: liach
2026-04-28 05:21:34 +00:00
Paul Hübner
9993593689 8383462: G1: scan_root_regions should guarantee that the number of workers is nonzero
Reviewed-by: stefank
2026-04-28 05:17:25 +00:00
Patrick Fontanilla
2342f6b162 8381550: Shenandoah: Fix confusing end of degenerated cycle log message
Reviewed-by: ysr, wkemper, kdnilsen
2026-04-27 23:47:07 +00:00
Phil Race
5d49a689b3 8383459: [BACKOUT] [macos] VoiceOver Reads "Header" instead of "Heading"
Reviewed-by: dholmes
2026-04-27 22:02:10 +00:00
Justin Lu
38a8e3cc96 8381436: Remove Obsolete Translation Resources
Reviewed-by: prr, hchao, naoto, iris
2026-04-27 20:12:00 +00:00
Jeremy Wood
74ec80b76b 8379953: [macos] VoiceOver Reads "Header" instead of "Heading"
Reviewed-by: kizune, prr
2026-04-27 19:48:57 +00:00
Kieran Farrell
3adc770b2d 8383175: (tz) Update Timezone Data to 2026b
Reviewed-by: coffeys
2026-04-27 19:44:29 +00:00
Axel Boldt-Christmas
02c1fdeaef 8382616: Create GCArguments::set_heap_size interface
Reviewed-by: jsikstro, ayang
2026-04-27 19:40:13 +00:00
Anthony Scarpino
64779a2541 8377975: Fails to parse PEM text with trailing whitespace on the first line
Reviewed-by: myankelevich, weijun
2026-04-27 18:44:18 +00:00
Phil Race
704efcb20d 8378603: libfontmanager FFM path needs to use FFM to locate both malloc and free
Reviewed-by: kizune, azvegint, jdv
2026-04-27 16:14:34 +00:00
Paul Hübner
38a6f6b150 8382940: Clean up the AlwaysAtomicAccesses flag
Reviewed-by: dholmes, thartmann, aseoane
2026-04-27 14:24:36 +00:00
Leo Korinth
102302ba87 8382930: Do fewer implicit narrowing conversions in methodData.hpp
Reviewed-by: dlong, mhaessig
2026-04-27 11:30:13 +00:00
Leo Korinth
3f07e65787 8382931: Do fewer implicit narrowing conversions in deoptimization.hpp
Reviewed-by: dlong, mhaessig
2026-04-27 11:28:00 +00:00
Matthias Baesken
1586790df5 8383174: Improve exceptions in Java_sun_net_www_protocol_http_ntlm_NTLMAuthSequence_getNextToken
Reviewed-by: djelinski, clanger
2026-04-27 11:10:38 +00:00
Casper Norrbin
95791f3b5f 8380129: Remove AccessFlags::print_on in favor of context-specific printing
Reviewed-by: liach, dholmes, coleenp
2026-04-27 10:35:39 +00:00
Evgeny Astigeevich
90d21426d3 8332632: Redundant assert "compiler should always document failure: %s" with possible UB
Reviewed-by: kvn, snatarajan
2026-04-27 09:44:49 +00:00
Dusan Balek
3444dad52c 8381739: Comma-separated declaration with type-use annotations causes compiler crash
Reviewed-by: jlahoda
2026-04-27 09:40:33 +00:00
Thomas Schatzl
0ba115c49f 8382635: G1: TAMSes overwritten by G1ConcurrentMark::fully_initialize() cause verification errors
Reviewed-by: iwalulya, ayang
2026-04-27 09:01:42 +00:00
Suchismith Roy
dffe9f48e7 8374575: [PPC64] Remove support for SuperwordUseVSX on Power 8
Reviewed-by: mdoerr, varadam
2026-04-27 08:39:18 +00:00
Patrick Fontanilla
eb9a8ab5c5 8376626: Shenandoah: Remove command line options for setting min and max region sizes
Reviewed-by: wkemper, shade
2026-04-25 16:01:58 +00:00
April Ivy
7b92998dff 8379722: C2: assert that result is used for CallLeafPureNode in final graph reshaping
Reviewed-by: qamai, aseoane, vlivanov
2026-04-25 10:32:04 +00:00
Aleksey Shipilev
b41edeb3e4 8383183: Shenandoah: Mangle trashed regions up to top instead of end
Reviewed-by: wkemper, kdnilsen
2026-04-25 10:30:15 +00:00
Aleksey Shipilev
944df10c8e 8383176: Shenandoah: Skip marked objects in final verification steps
Reviewed-by: wkemper, kdnilsen
2026-04-25 10:30:03 +00:00
Martin Doerr
d5d5334a14 8383161: [PPC64] MachCallDynamicJavaNode::ret_addr_offset() needs adaptation for COH
Reviewed-by: shade, rrich
2026-04-25 10:16:04 +00:00
Yasumasa Suenaga
df8a940e4f 8382485: ArrayIndexOutOfBoundsException was hiding in ClhsdbPrintAll.jtr
Reviewed-by: cjplummer, kevinw
2026-04-24 14:18:58 +00:00