David Holmes
|
ff10feffc7
|
8384553: ProblemList runtime/jni/critical/SuspendInCritical.java for virtual threads
Reviewed-by: jpai
|
2026-05-14 05:12:12 +00:00 |
|
April Ivy
|
ac2afe52a8
|
8382534: Some opto methods should return bool instead of int
Co-authored-by: Anton Seoane Ampudia <aseoane@openjdk.org>
Reviewed-by: qamai, aseoane
|
2026-05-14 04:15:44 +00:00 |
|
Ashutosh Mehra
|
322dedba58
|
8383881: Cleanup cpu feature enums and test functions for features that should always be available on x86-64 platforms
Reviewed-by: kvn, vlivanov, adinn, shade
jdk-27+22
|
2026-05-14 01:27:25 +00:00 |
|
Christopher Schnick
|
f59ee5acfc
|
8248122: java launcher should launch normally if JavaFX modules not found
Reviewed-by: kcr, prr, aivanov
|
2026-05-13 17:42:54 +00:00 |
|
Phil Race
|
9be6e77d73
|
8384381: Remove AppContext from java.awt.EventQueue implementation
Reviewed-by: kizune, azvegint, serb
|
2026-05-13 16:41:09 +00:00 |
|
Shiv Shah
|
aa29f79564
|
8298098: Remove SCCS id's from hotspot tests
Reviewed-by: dholmes, sspitsyn
|
2026-05-13 16:18:13 +00:00 |
|
Naoto Sato
|
bdc277d630
|
8371842: Update CLDR to Version 48.2
Reviewed-by: jlu, iris
|
2026-05-13 16:09:38 +00:00 |
|
Archie Cobbs
|
57eb91dc16
|
8382877: Heap pollution warning points to first parameter instead of last
Reviewed-by: mcimadamore
|
2026-05-13 14:30:29 +00:00 |
|
Chen Liang
|
dda92b9fb4
|
8382397: Make lint category property declaration more straightforward
Reviewed-by: mcimadamore
|
2026-05-13 14:12:23 +00:00 |
|
Christian Stein
|
759dce180b
|
8384505: Account for all jtreg-based frames in stack walk test
Reviewed-by: dfuchs, alanb
|
2026-05-13 13:37:15 +00:00 |
|
Dusan Balek
|
666b94df62
|
8230518: printSource doesn't handle enums correctly
Reviewed-by: abimpoudis, liach
|
2026-05-13 11:47:02 +00:00 |
|
Anton Seoane Ampudia
|
d7e0517469
|
8383769: compiler/c2/TestDependsOnTestSqrtHFAssertion.java timed out
Reviewed-by: kvn, qamai, jbhateja
|
2026-05-13 09:56:58 +00:00 |
|
Anton Artemov
|
81442e1db8
|
8380080: PopFrame logic assumes trailing member name arg is recoverable as local 0
Reviewed-by: dlong, sspitsyn
|
2026-05-13 07:41:00 +00:00 |
|
SendaoYan
|
cbda5317d6
|
8376885: StressGetTotalGcCpuTimeDuringShutdown.java intermittently timed out
Reviewed-by: cjplummer, lmesnik, kevinw
|
2026-05-13 06:33:49 +00:00 |
|
Matthias Baesken
|
05684dbbc0
|
8384163: (so) SocketChannel.connect and finishConnect() exception messages could be improved
Reviewed-by: clanger, alanb
|
2026-05-13 06:24:12 +00:00 |
|
Jaikiran Pai
|
d073676853
|
8310138: Socket.isInputShutdown and isOutputShutdown don't specify what is returned when socket is closed
Reviewed-by: dfuchs, michaelm
|
2026-05-13 01:37:39 +00:00 |
|
Rajan Halade
|
6e0008b91f
|
8372351: Add 2 WISeKey roots
Reviewed-by: mullan
|
2026-05-13 01:17:50 +00:00 |
|
Rui Li
|
69d8c39317
|
8374397: test/hotspot/jtreg/gc/shenandoah/options/TestPassiveModeWithCardBarrier.java fails with -Xcomp after JDK-8369013
Reviewed-by: cslucas, wkemper
|
2026-05-13 00:11:25 +00:00 |
|
Phil Race
|
969b3fdc9c
|
8373065: Test sun/awt/image/bug8038000.java failed: Pixels differ
Reviewed-by: jdv, azvegint
|
2026-05-12 18:16:26 +00:00 |
|
Phil Race
|
4fc26e3e82
|
8384208: Remove AppContext from java.awt.Taskbar
Reviewed-by: serb, azvegint
|
2026-05-12 18:07:47 +00:00 |
|
Justin Lu
|
a2ea276e83
|
8381644: Locale matching APIs should describe null element behavior
Reviewed-by: naoto
|
2026-05-12 16:23:06 +00:00 |
|
Manuel Hässig
|
b32585a0a2
|
8384441: Problemlist compiler/vectorapi/TestVectorLongToMaskNodeIdealization.java
Reviewed-by: mchevalier, epeter
|
2026-05-12 14:24:13 +00:00 |
|
Ferenc Rakoczi
|
bcbde75d4e
|
8372044: Implementation Review Based on ML-KEM Security Considerations
Reviewed-by: weijun
|
2026-05-12 13:07:36 +00:00 |
|
Dusan Balek
|
1ec74dca70
|
8384235: javac crashes with AssertionError: Cannot add metadata to a void type when annotating void as a generic bound
Reviewed-by: jlahoda
|
2026-05-12 12:49:36 +00:00 |
|
Aleksey Shipilev
|
9255eb2fd4
|
8384080: Shenandoah: Simplify C1 CAS barriers
Reviewed-by: kdnilsen, rkennke
|
2026-05-12 12:00:35 +00:00 |
|
Aleksey Shipilev
|
a72fb7452a
|
8384274: Shenandoah: GC checks in C1 LRB clobber fastpath result
Reviewed-by: rkennke, mdoerr
|
2026-05-12 11:49:20 +00:00 |
|
Alan Bateman
|
4edfc387f1
|
8377070: Update jimage format to support classes compiled with preview feature enabled
Co-authored-by: David Beaumont <dbeaumont@openjdk.org>
Reviewed-by: jpai, coleenp, sgehwolf
|
2026-05-12 10:09:28 +00:00 |
|
Harald Eilertsen
|
bbd5f6d877
|
8384085: Make os::Bsd::dlopen_helper private, and drop unused arg
Reviewed-by: phubner, aartemov, dholmes
|
2026-05-12 07:08:15 +00:00 |
|
Jatin Bhateja
|
7ff7efd59d
|
8358521: Optimize vector operations by reassociating broadcasted inputs
Reviewed-by: epeter, vlivanov, xgong
|
2026-05-12 06:18:37 +00:00 |
|
Dingli Zhang
|
776bb729e8
|
8384223: RISC-V: entry_barrier_offset should consider UseZtso
Reviewed-by: fyang, gcao
|
2026-05-12 00:49:42 +00:00 |
|
Daniel Gredler
|
975e209244
|
8380794: AttributedString performance
Reviewed-by: jlu, naoto
|
2026-05-11 23:24:19 +00:00 |
|
Vladimir Kozlov
|
42a318b8df
|
8380025: C2: Missed Value() optimization opportunity in CCP with LoadUB
Reviewed-by: vlivanov, dlong, jrose
|
2026-05-11 22:12:42 +00:00 |
|
David Holmes
|
c553e7587e
|
8384278: Potential deadlock after JDK-8373839
Reviewed-by: jsjolen, shade, pchilanomate
|
2026-05-11 20:46:04 +00:00 |
|
Markus Grönlund
|
2cb139bcbf
|
8384100: UNSIGNED5::Reader::try_skip() is missing a terminating condition
Reviewed-by: dlong, egahlin
|
2026-05-11 16:42:25 +00:00 |
|
Phil Race
|
0ac91cd72a
|
8384215: Remove AppContext from unix/classes/sun/awt/X11/XWindow.java
Reviewed-by: azvegint, kizune
|
2026-05-11 16:34:10 +00:00 |
|
Phil Race
|
7a280f60e0
|
8384206: Remove AppContext from java.awt.Container
Reviewed-by: azvegint, kizune
|
2026-05-11 16:33:54 +00:00 |
|
Phil Race
|
f20f287229
|
8384209: Remove AppContext from AWT Shutdown implementation
Reviewed-by: azvegint, kizune
|
2026-05-11 16:15:55 +00:00 |
|
Naoto Sato
|
13171d151a
|
8384043: [REDO] Incorrect handling of Hawaii_Aleutian metazone
Reviewed-by: jlu
|
2026-05-11 15:45:11 +00:00 |
|
Vladimir Kozlov
|
1625a8ba4b
|
8380904: Test java/lang/StringBuilder/HugeCapacity.java asserts during code emission on Windows
Reviewed-by: adinn, aseoane
|
2026-05-11 15:03:55 +00:00 |
|
Martin Doerr
|
93a3d4aa76
|
8384281: [BACKOUT] C2: Deep recursion with cmovP_regNode::bottom_type
Reviewed-by: mbaesken, rrich, dbriemann
|
2026-05-11 14:02:22 +00:00 |
|
Mark Powers
|
d204824268
|
8383813: pkcs12 keystore fails to load because of incorrect DER length-encoding
Reviewed-by: weijun, myankelevich
|
2026-05-11 13:31:09 +00:00 |
|
Aleksey Shipilev
|
aedcac949a
|
8384158: GHA: Downgrade Windows GHA runners to windows-2022 temporarily
Reviewed-by: erikj, sgehwolf
|
2026-05-11 13:00:55 +00:00 |
|
Stefan Karlsson
|
86370bad57
|
8381997: Move markWord.hpp cleanups from the valhalla lworld branch
Reviewed-by: coleenp, phubner
|
2026-05-11 12:09:45 +00:00 |
|
Stefan Karlsson
|
f60cf5832e
|
8384143: ZGC: Add minor performance improvment to oop iteration during flip promotion
Reviewed-by: ayang, sjohanss
|
2026-05-11 11:37:09 +00:00 |
|
Erik Gahlin
|
a81d029399
|
8384164: JFR: Omit command-line arguments for jdk.SystemProcess
Reviewed-by: mgronlun
|
2026-05-11 10:56:44 +00:00 |
|
Galder Zamarreño
|
6afb11c8d1
|
8382777: PrintMethodData not showing BranchData
Reviewed-by: phubner, roland, coleenp
|
2026-05-11 10:04:18 +00:00 |
|
Albert Mingkun Yang
|
8b7c364028
|
8383864: G1: Separate worker-local refinement data from shared concurrent refinement stats
Reviewed-by: tschatzl, iwalulya
|
2026-05-11 09:57:00 +00:00 |
|
Joel Sikström
|
83bf738d8d
|
8383868: Separate resourcehogs tests from hotspot_misc
Reviewed-by: dholmes, lkorinth
|
2026-05-11 09:13:23 +00:00 |
|
Thomas Schatzl
|
54029b0a3c
|
8334617: Build always compiles gtest depending on Serial GC, failing build if disabled
Reviewed-by: shade, aboldtch
|
2026-05-11 07:38:50 +00:00 |
|
Thomas Schatzl
|
7c5d6c80dc
|
8384145: Use the default collector in JDK builds
Reviewed-by: erikj, shade, aboldtch
|
2026-05-11 07:34:32 +00:00 |
|