Doug Lea
|
7c7c3d60a6
|
Merge branch 'openjdk:master' into JDK-8373118
|
2026-04-27 08:08:31 -04:00 |
|
Doug Lea
|
c451e61e67
|
Improve ramp-up/down
|
2026-04-27 08:07:02 -04: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 |
|
SendaoYan
|
18ac17236f
|
8374322: TestMemoryWithSubgroups.java fails Permission denied
Reviewed-by: dholmes, azafari
|
2026-04-27 02:36:58 +00:00 |
|
SendaoYan
|
0b1c586afa
|
8382890: JcmdOnTrainingProcess.java fails Native memory tracking is not enabled
Reviewed-by: iklam, dholmes
|
2026-04-27 02:26:43 +00:00 |
|
Hao Sun
|
52ca2981a6
|
8381452: TestMultiplyReductionByte.java: Update the IR test on AArch64 for vector length above 128 bits
Reviewed-by: erfang, epeter, aph
|
2026-04-26 22:46:38 +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 |
|
Naoto Sato
|
bca6f51ad1
|
8382375: Remove obsolete options from CLDRConverter
Reviewed-by: jlu, erikj
|
2026-04-24 16:44:53 +00:00 |
|
Yasumasa Suenaga
|
df8a940e4f
|
8382485: ArrayIndexOutOfBoundsException was hiding in ClhsdbPrintAll.jtr
Reviewed-by: cjplummer, kevinw
|
2026-04-24 14:18:58 +00:00 |
|
Ashutosh Mehra
|
5596e81110
|
8381975: CPU feature verification in AOTCodeCache should check for exact match
Co-authored-by: Vladimir Kozlov <kvn@openjdk.org>
Reviewed-by: kvn, iklam, adinn
|
2026-04-24 13:24:56 +00:00 |
|
Prasanta Sadhukhan
|
71e5a1606b
|
8381651: Remove non-failing ModalFocusTransfer test from Problemlist
Reviewed-by: prr, azvegint
|
2026-04-24 11:31:07 +00:00 |
|
Harald Eilertsen
|
cd01fab465
|
8382614: Consolidate implementation of current_stack_base_and_size on BSD
Reviewed-by: dholmes, aartemov
|
2026-04-24 11:15:36 +00:00 |
|
Gui Cao
|
19ffa60b2e
|
8382878: RISC-V: Missing InlineSkippedInstructionsCounter in ZGC barriers stubs
Reviewed-by: fyang, dzhang
|
2026-04-24 10:55:41 +00:00 |
|
Per Minborg
|
9ce60ba878
|
8381723: Crash in fastdebug VM: assert(strlen(name1) + strlen(name2) < sizeof(stub_id)) failed
Reviewed-by: kvn, dlong
|
2026-04-24 10:36:04 +00:00 |
|
Volkan Yazici
|
7fcf2bb3ef
|
8180483: sun.net.www.protocol.http.HttpClient::available may consume one character
Reviewed-by: dfuchs
|
2026-04-24 10:12:04 +00:00 |
|
SendaoYan
|
9813fd4d62
|
8382934: LateInlineQueueDrainTest.java fails without diagnostic option
Reviewed-by: shade, fyang
|
2026-04-24 09:03:03 +00:00 |
|
Harshit
|
7aa7f28af6
|
8381811: [S390] Add support for JDK-8200555
Reviewed-by: mdoerr, amitkumar
|
2026-04-24 08:11:53 +00:00 |
|
Matthias Baesken
|
d32eb4b47e
|
8376300: Avoid more leaks in KeystoreImpl.m because of missing CFRelease calls
Reviewed-by: weijun, clanger
|
2026-04-24 06:56:32 +00:00 |
|
Ioi Lam
|
a0caf2c7bf
|
8383163: Build without CDS broken after 8382170
Reviewed-by: kvn, jiefu
|
2026-04-24 05:29:07 +00:00 |
|
Alexey Semenyuk
|
79fc68c552
|
8383162: jpackage: decouple WinMsiPackager and RTF converter
Reviewed-by: almatvee
|
2026-04-24 02:38:50 +00:00 |
|
SendaoYan
|
4963170304
|
8345631: TestRegionSamplingLogging.java#generational-rotation intermittent fails
Reviewed-by: wkemper, ruili
|
2026-04-24 02:07:41 +00:00 |
|
William Kemper
|
0091060d34
|
8345501: GenShen: Test TestEvilSyncBug.java#generational intermittent timed out
Reviewed-by: xpeng, ruili, ysr, kdnilsen
|
2026-04-23 21:46:27 +00:00 |
|
Ashutosh Mehra
|
bfb4c5801e
|
8381988: Fix inconsistency in clearing cpu feature bits
Reviewed-by: sviswanathan, kvn
|
2026-04-23 21:38:13 +00:00 |
|
Patricio Chilano Mateo
|
3bbb0d9f00
|
8377715: Thawing frame can undo deoptimization
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Reviewed-by: rrich, fyang, dlong
|
2026-04-23 21:36:27 +00:00 |
|
Ioi Lam
|
8db8d274a2
|
8382170: Assert in AnyObj::operator delete due to race condition in in_aot_cache()
Reviewed-by: dholmes, jsikstro
|
2026-04-23 20:49:59 +00:00 |
|
Aleksey Shipilev
|
e1d889ee53
|
8382815: C2: Reference intrinsics are broken by shadow "referent" field
Reviewed-by: kvn, vlivanov, qamai
|
2026-04-23 17:59:03 +00:00 |
|
Sergey Bylokhov
|
989b1882d4
|
8378506: [macOS] Window content not updated when rendering to multiple windows
Reviewed-by: prr, jdv
|
2026-04-23 17:51:07 +00:00 |
|
Khalid Boulanouare
|
8256d13b6d
|
8360498: [TEST_BUG] Some Mixing test continue to fail
Reviewed-by: aivanov, tr, prr
|
2026-04-23 17:05:56 +00:00 |
|
William Kemper
|
b800c7ec3b
|
8345301: GenShen: TestShenandoahEvacuationInformationEvent.java intermittent fails
Reviewed-by: kdnilsen, ruili
|
2026-04-23 17:00:23 +00:00 |
|
Aleksey Shipilev
|
4233216ad0
|
8382608: Shenandoah: STS yield deadlocks in OOM-evac scope
Reviewed-by: rkennke, kdnilsen
|
2026-04-23 16:27:50 +00:00 |
|
William Kemper
|
ec19f0b802
|
8382433: GenShen: Remembered set scan encountered invalid object
Reviewed-by: kdnilsen, shade, xpeng
|
2026-04-23 16:25:09 +00:00 |
|
Jorn Vernee
|
274a1375e0
|
8364167: Test java/foreign/TestHandshake.java crashed with access violation in jdk.internal.misc.Unsafe.getShortUnaligned
Reviewed-by: dholmes, pchilanomate
|
2026-04-23 15:15:37 +00:00 |
|
Xiaolong Peng
|
695bcff2e8
|
8382637: GenShen: ubsan error, divide by zero during TestThreadFailure
Reviewed-by: ysr, shade, kdnilsen, wkemper
|
2026-04-23 14:46:23 +00:00 |
|
Chen Liang
|
cb8860a750
|
8379337: Deprecate Modifier.toString
Reviewed-by: alanb
|
2026-04-23 14:40:18 +00:00 |
|
Markus Grönlund
|
17e91514a8
|
8382740: JFR: Disable jdk.OldObjectSample event for generational ZGC
Reviewed-by: stefank, egahlin
|
2026-04-23 11:45:33 +00:00 |
|
Thomas Schatzl
|
e896c66b36
|
8381939: G1: Fix marking state verification at the end of a concurrent start pause
Reviewed-by: ayang, iwalulya
|
2026-04-23 10:17:01 +00:00 |
|
Marc Chevalier
|
18d8aa02f2
|
8377655: C1: in x86, avoid 0x00s leftover after PatchingStub
Reviewed-by: dlong, thartmann
|
2026-04-23 08:28:09 +00:00 |
|
Kerem Kat
|
4a832ce707
|
8381746: Add --with-print-assembly-options configure flag to set default PrintAssemblyOptions
Reviewed-by: erikj, phh
|
2026-04-23 08:15:18 +00:00 |
|
Alexander Zuev
|
635c4b9618
|
8377727: Ghost caret and focus appear in non‑editable text fields
Reviewed-by: prr, dmarkov, aivanov
|
2026-04-23 06:31:54 +00:00 |
|