Albert Mingkun Yang
|
85e2b3a01c
|
8385309: Test jdk/jfr/event/gc/collection/TestGCEventMixedWithParallelOld.java failed
Reviewed-by: egahlin, aboldtch
|
2026-05-27 12:18:06 +00:00 |
|
Markus Grönlund
|
eb7da8ca81
|
8382332: Large regression (~50%) in SPECjbb2015 when using JFR after JEP 500
Reviewed-by: alanb, egahlin
|
2026-05-27 11:48:12 +00:00 |
|
Aleksey Shipilev
|
006d5ad09e
|
8385180: Shenandoah: Load klass once in marking task
Reviewed-by: wkemper, kdnilsen
|
2026-05-27 07:56:12 +00:00 |
|
Emanuel Peter
|
d8e4aa5fcf
|
8382628: VectorExpressionFuzzer.java fails due to C1 compilation bailout
Reviewed-by: chagedorn, thartmann
|
2026-05-27 05:46:04 +00:00 |
|
Xueming Shen
|
185d933bb9
|
8376602: [Vector API] Upgrade SLEEF from 3.6.1 to 3.9.0
Reviewed-by: psandoz, fyang, erikj
|
2026-05-27 04:56:50 +00:00 |
|
Jayathirth D V
|
7757684450
|
8384902: Update GIFlib to 6.1.3
Reviewed-by: avu, prr, serb
|
2026-05-27 03:47:28 +00:00 |
|
Alexander Matveev
|
f75692d4c8
|
8383821: IllegalStateException when command executed by jpackage "Executor" timeouts
Reviewed-by: asemenyuk
|
2026-05-26 22:57:07 +00:00 |
|
Serguei Spitsyn
|
7da2477700
|
6960970: Debugger very slow during stepping
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: lmesnik, pchilanomate
|
2026-05-26 22:50:04 +00:00 |
|
Cesar Soares Lucas
|
689800b993
|
8366041: Shenandoah: Late Barrier Expansion
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Roman Kennke <rkennke@openjdk.org>
Reviewed-by: wkemper, kdnilsen, rkennke, fyang, mdoerr, kvn
|
2026-05-26 21:43:22 +00:00 |
|
Ashay Rane
|
ea99ed616f
|
8384804: JMX remote bootstrap tests fail on Windows
Reviewed-by: alanb, macarte
|
2026-05-26 19:04:43 +00:00 |
|
George Adams
|
0eede1c2eb
|
8385425: AArch64: Comment re set_and_get_current_sve_vector_length() is misleading
Reviewed-by: aph, macarte
|
2026-05-26 17:18:51 +00:00 |
|
Luigi Montoya
|
c400543249
|
8382030: GHA: Enable Windows ARM64 tests
Reviewed-by: shade, clanger, macarte, gdams
|
2026-05-26 17:06:25 +00:00 |
|
Naoto Sato
|
eac045c482
|
8384466: Test io/Console/RestoreEchoTest.java fails with expect: spawn id exp3 not open
Reviewed-by: iris
|
2026-05-26 16:34:43 +00:00 |
|
Manuel Hässig
|
2acf0dc98a
|
8382582: Remove the experimental JVMCI feature
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Co-authored-by: Mikael Vidstedt <mikael@openjdk.org>
Reviewed-by: kvn, thartmann, liach, stefank, coleenp, erikj, vlivanov, cjplummer, alanb
|
2026-05-26 16:34:02 +00:00 |
|
Shiv Shah
|
5ccfb150d4
|
8316465: 10 nsk debugger tests ignore VM flags while starting debugee
Reviewed-by: sspitsyn, lmesnik
|
2026-05-26 15:29:54 +00:00 |
|
Shiv Shah
|
bbcd98580d
|
8384958: Regression of jvmti/init/GetAllStackTraces/getallstktr001.java caused by JDK-8382273
Reviewed-by: lmesnik, sspitsyn
|
2026-05-26 15:07:13 +00:00 |
|
Axel Boldt-Christmas
|
c221711a22
|
8381219: ZGC Relocation Set Selection Silently Loses Page Statistics
Reviewed-by: jsikstro, stefank
|
2026-05-25 15:50:32 +00:00 |
|
Quan Anh Mai
|
10ff90d9a7
|
8385137: C2: Uncast arguments to MemNode::all_control_dominate in some cases
Reviewed-by: dlong, kvn
|
2026-05-24 03:53:29 +00:00 |
|
Quan Anh Mai
|
93c22db49c
|
8373591: C2: Fix the memory around some intrinsics nodes
Reviewed-by: roland, dlong
|
2026-05-24 03:11:57 +00:00 |
|
Quan Anh Mai
|
1051631f34
|
8384284: [REDO] C2: Deep recursion with cmovP_regNode::bottom_type
Reviewed-by: mdoerr, dlong
|
2026-05-24 03:09:37 +00:00 |
|
Vladimir Kozlov
|
d99c8b3507
|
8385319: AOT: Missed BAD_ADDRESS_ID spots in JDK-8357175
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: shade
|
2026-05-23 17:35:28 +00:00 |
|
Ioi Lam
|
845d951012
|
8374164: Potential null pointer dereferences in regeneratedClasses.cpp
Reviewed-by: shade, kvn
|
2026-05-23 00:19:11 +00:00 |
|
Leonid Mesnik
|
df3b93959c
|
8373645: Test vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/TestDescription.java failed: Unexpected event JVMTI_EVENT_COMPILED_METHOD_LOAD
Reviewed-by: cjplummer, sspitsyn
|
2026-05-22 23:35:47 +00:00 |
|
William Kemper
|
df8ce1f50b
|
8383892: Shenandoah: Decouple allocation rate sampling from GC cycle
Reviewed-by: kdnilsen, ruili, serb
|
2026-05-22 22:35:01 +00:00 |
|
Rui Li
|
153257f296
|
8382390: Shenandoah: heap usage log improvement
Reviewed-by: wkemper, kdnilsen, xpeng
|
2026-05-22 22:17:15 +00:00 |
|
Chen Liang
|
05d925ea56
|
8385114: Prevent creation of invalid TableSwitchInstruction
Reviewed-by: asotona
|
2026-05-22 21:22:53 +00:00 |
|
Ashay Rane
|
31596cfef9
|
8358560: C2: convert some uses of GrowableArray<Node*> to Unique_Node_List
Reviewed-by: aseoane, chagedorn, bmaillard
|
2026-05-22 18:24:41 +00:00 |
|
Chris Plummer
|
29a7130d98
|
8330363: JDI ThreadDeathEvent/thread/thread001 timed out with UT enabled
Reviewed-by: sspitsyn, lmesnik
|
2026-05-22 17:49:14 +00:00 |
|
Weijun Wang
|
3a9cb9a7c2
|
8385092: KeyChainStore entry creation time is always now
Reviewed-by: mullan
|
2026-05-22 15:01:27 +00:00 |
|
Matthias Baesken
|
56b2dcfd59
|
8385165: [ubsan] TestDockerMemoryMetricsSubgroup.java jtreg test fails with ubsan-enabled binaries
Reviewed-by: mdoerr, azeller
|
2026-05-22 14:46:13 +00:00 |
|
Axel Boldt-Christmas
|
20c590fe53
|
8383186: Large SoftRefLRUPolicyMSPerMB can lead to overflow
Reviewed-by: ayang, stefank, jsikstro
|
2026-05-22 14:11:20 +00:00 |
|
Jorn Vernee
|
9e9e1df73b
|
8360595: OOM in java/foreign/TestUpcallStress.java
Reviewed-by: shade
|
2026-05-22 12:47:41 +00:00 |
|
Johan Sjölen
|
ca81806254
|
8384960: Convert MallocSiteTable to use Atomic<T>
Reviewed-by: stefank, cnorrbin, coleenp, dsimms
|
2026-05-22 10:53:04 +00:00 |
|
Adam Sotona
|
f1caad39e9
|
8384653: Potential null pointer dereference in java.base/share/classes/jdk/internal/classfile/impl/StackMapGenerator.java
Reviewed-by: liach
|
2026-05-22 10:19:27 +00:00 |
|
Richard Reingruber
|
94d3aecfed
|
8384161: [PPC64] Consolidate code related to calls in nmethods that use trampoline stubs
Reviewed-by: mdoerr, dbriemann
|
2026-05-22 06:23:00 +00:00 |
|
Yasumasa Suenaga
|
7bbd261978
|
8381233: Linker does not need to be value based class
Reviewed-by: mcimadamore
|
2026-05-22 06:14:07 +00:00 |
|
Ashay Rane
|
15f09ceaf9
|
8384371: CngCipher and DupAlias tests fail on Windows
Reviewed-by: weijun, myankelevich
|
2026-05-21 20:08:29 +00:00 |
|
Vladimir Kozlov
|
34d9e38afc
|
8384862: CompilationLog::log_failure() does not produce report message
Reviewed-by: shade, vlivanov, mhaessig
|
2026-05-21 19:50:25 +00:00 |
|
Naoto Sato
|
a1d709f93d
|
8385018: Consistently escape CLDR resources
Reviewed-by: iris
|
2026-05-21 18:17:50 +00:00 |
|
Phil Race
|
2b8c5e6039
|
8384808: Remove AppContext-based Window Activation time map from SunToolkit
Reviewed-by: azvegint, kizune
|
2026-05-21 17:32:07 +00:00 |
|
lawrence.andrews
|
a73097f9fb
|
8384940: Open source accessibility tests
Reviewed-by: prr, kizune
|
2026-05-21 17:31:30 +00:00 |
|
Anton Artemov
|
05a198af2f
|
8326547: StrictMath.pow returns results outside of a 1 ulp error bound.
Reviewed-by: dsimms, fbredberg
|
2026-05-21 16:26:29 +00:00 |
|
Ashay Rane
|
4d9e49a15f
|
8384486: NTLM tests fail on Windows 11 and Windows Server 2025
Reviewed-by: dfuchs
|
2026-05-21 15:59:49 +00:00 |
|
Erik Gahlin
|
0a9e343d03
|
8385110: JFR: Race when accessing Recording::getSettings()
Reviewed-by: mgronlun
|
2026-05-21 15:02:28 +00:00 |
|
Aleksey Shipilev
|
dc677e9517
|
8385116: nmethod::Flags is not guaranteed to fit uint8_t
Reviewed-by: jsjolen, mdoerr
|
2026-05-21 14:06:07 +00:00 |
|
SendaoYan
|
66ae550899
|
8381851: handleMessage use uninitialized struct
Reviewed-by: jpai
|
2026-05-21 12:43:09 +00:00 |
|
Joel Sikström
|
cbdf5f6f89
|
8384999: Rename CodeBuffer::last_insn() to something more descriptive
Reviewed-by: kvn, dlong
|
2026-05-21 12:08:34 +00:00 |
|
Ivan Bereziuk
|
8549d18960
|
8357439: Add bash autocompletion for jcmd
Reviewed-by: erikj, kevinw
|
2026-05-21 08:42:04 +00:00 |
|
Ashay Rane
|
36eb8edadf
|
8383623: (fs) Update Windows file system provider to use GetFileInformationByName where possible
Reviewed-by: alanb
|
2026-05-21 08:13:48 +00:00 |
|
Thomas Schatzl
|
86637704fd
|
8383856: Implement JEP 523: Make G1 the Default Garbage Collector in All Environments
Reviewed-by: stefank, phubner, sjohanss
jdk-27+23
|
2026-05-21 07:40:09 +00:00 |
|