DingliZhang
c1e5a7b0b5
8390614: RISC-V: Support VerifyOops for AOT caching stub and code
...
OpenJDK GHA Sanity Checks / Prepare the run (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-nopch (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-zero (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-minimal (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-optimized (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-static-libs (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-cross-compile (push) Has been cancelled
OpenJDK GHA Sanity Checks / alpine-linux-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / macos-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / docs (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-static (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-aarch64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / macos-aarch64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / windows-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / windows-aarch64 (push) Has been cancelled
JDK-8388417 added this support for x86 and AArch64 but left RISC-V behind.
Now that JDK-8390102 has enabled the AOT code cache on RISC-V, the verify_oop
stub is archived while it still materializes values that are only valid in the
JVM that dumped the cache: the verify_oop mask and bits are emitted as
immediates, and the address of the diagnostic string is emitted without a
relocation, so it dangles in the JVM that loads the cache.
Load the verify_oop mask and bits from AOTRuntimeConstants while dumping, and
preserve the diagnostic strings with AOTCodeCache::add_C_string() so that they
survive into a new JVM instance. The string address is materialized through
ExternalAddress() so that it carries a relocation and gets patched on load.
Skip the VerifyOops code when VerifyAdapterSharing is on, because the address
of the code string may differ between otherwise equivalent adapters.
Assert that the registers passed to the GC check_oop() implementations are
distinct.
2026-08-19 09:35:15 +08:00
Jorn Vernee
87e206b81e
8388792: False positives in jdk_foreign test suite
...
Reviewed-by: liach
2026-08-18 17:21:04 +00:00
Daisuke Yamazaki
8ac703a8d0
8386861: [Valhalla] emit_opSubstitutabilityCheck speedup
...
Reviewed-by: chagedorn, mdoerr
2026-08-18 16:21:06 +00:00
Aleksey Shipilev
c82f3b8fdf
8388292: Shenandoah: Micro-optimize CompressedOops uses
...
Reviewed-by: wkemper, ruili
2026-08-18 16:17:47 +00:00
Cesar Soares Lucas
57649b487e
8389873: C2 crashes in ConnectionGraph::can_reduce_phi during escape analysis
...
Reviewed-by: thartmann, qamai
2026-08-18 16:14:57 +00:00
Aleksey Shipilev
29c7198bbb
8390307: Shenandoah: Print region age in region printouts
...
Reviewed-by: wkemper, ruili
2026-08-18 16:14:13 +00:00
Christian Hagedorn
60140b6e2b
8381564: [IR Framework] Fix race between accept thread and Driver VM thread
...
Reviewed-by: mchevalier, thartmann
2026-08-18 15:59:46 +00:00
Peijun Xu
8a507d85e9
8390102: RISC-V: Support AOT Code Cache
...
Reviewed-by: adinn, fyang, kvn
2026-08-18 13:55:24 +00:00
Erik Gahlin
3be31d10b5
8390133: JFR: OngoingStream reads stale header
...
Reviewed-by: mgronlun
2026-08-18 13:53:01 +00:00
Ivan Bereziuk
c2e49da8f6
8390065: TestDockerMemoryMetrics.java fails in MetricsMemoryTester failcount
...
Reviewed-by: cnorrbin
2026-08-18 13:52:39 +00:00
Roland Westrelin
0741f25d3d
8390467: C2: _map != nullptr assert failure in LibraryCallKit::inline_Class_cast()
...
Reviewed-by: qamai, thartmann
2026-08-18 13:46:17 +00:00
Daniel Skantz and Emanuel Peter
c2d84f0d7d
8362117: C2: compiler/stringopts/TestStackedConcatsAppendUncommonTrap.java fails with a wrong result due to invalidated liveness assumptions for data phis
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Reviewed-by: rcastanedalo, dlong, thartmann
2026-08-18 12:50:39 +00:00
Dušan Bálek
64e0cf4162
8389859: Missing TYPE_USE annotations on type variable uses
...
Reviewed-by: jlahoda
2026-08-18 10:14:53 +00:00
Prasanta Sadhukhan
4a653f8439
8390455: Fix more typos in java.desktop module
...
Reviewed-by: jdv, azvegint
2026-08-18 08:27:12 +00:00
Gui Cao
764e83c46c
8390441: RISC-V: Fix C2 stack-to-stack spill copies with large offsets
...
Reviewed-by: fyang, dzhang
2026-08-18 01:44:20 +00:00
David Holmes
92e236a361
8390493: Remove vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/TestDescription.java from the ProblemList
...
Reviewed-by: liach
2026-08-18 01:16:16 +00:00
Dingli Zhang
4d812a6486
8390452: RISC-V: gc/shenandoah/TestSieveObjects.java fails with "assert(UseZba) failed: must be"
...
Reviewed-by: shade, fyang
2026-08-17 23:15:14 +00:00
Matias Saavedra Silva
f3cf3e2036
8390484: Problem list appcds/aotCache/ tests
...
Reviewed-by: lmesnik, iklam
2026-08-17 23:08:25 +00:00
Shiv Shah
9139138393
8390429: Enable suspend001 jdb test to run with virtual threads
...
Reviewed-by: cjplummer, dholmes
2026-08-17 22:55:51 +00:00
Yunbo Zhang
efd8ae1047
8378896: A make target "clean-microbenchmark", for micro development
...
Reviewed-by: erikj
2026-08-17 19:46:12 +00:00
Fairoz Matte
079d77cc05
8390184: Some typos in the jdk.jdi module
...
Reviewed-by: cjplummer
2026-08-17 18:52:46 +00:00
Matias Saavedra Silva
0d2320aea2
8368350: Do not support -XX:+AOTClassLinking for static CDS archive
...
Reviewed-by: iklam, lfoltan, asmehra
2026-08-17 18:48:56 +00:00
Jaikiran Pai
f5a59340d9
8390202: Typos in the javadoc of various classes in jdk.sctp module
...
Reviewed-by: dfuchs
2026-08-17 16:44:33 +00:00
Ioi Lam
c328739ac0
8390357: AOTMapTest.java fails --vmoptions:--enable-preview
...
Reviewed-by: thartmann, lfoltan
2026-08-17 16:29:59 +00:00
Ioi Lam
134c07f4fa
8390447: Update ProblemList-Xcomp.txt entries for 8388438
...
Reviewed-by: dholmes
2026-08-17 16:29:29 +00:00
Ashay Rane
3eefd7ab1b
8389829: (fs) Copying symbolic link fails in Developer Mode (win)
...
Reviewed-by: alanb
2026-08-17 16:20:45 +00:00
Ioi Lam
858880932a
8387494: ResolvedMethodName::vmtarget is not updated when class in AOT cache is redefined
...
Reviewed-by: kvn, asmehra
2026-08-17 16:17:08 +00:00
Dingli Zhang
4555cf2137
8390101: RISC-V: Use vmandn.mm for vector mask and-not
...
Reviewed-by: fyang, gcao
2026-08-17 08:33:47 +00:00
Marc Chevalier
1d3c7e247c
8252185: [Valhalla] Improve performance of identityHashCode for value objects
...
Reviewed-by: thartmann, fparain
2026-08-17 08:03:05 +00:00
Daniel Skantz
5962e8294d
8386580: Typing corrections and style improvements in x86 ML DSA/KEM/SHA3 stub code
...
Reviewed-by: adinn, semery, chagedorn
2026-08-17 06:33:22 +00:00
Guanqiang Han
5eaf42f6da
8389579: C2: Missed Ideal optimization opportunity in PhaseIterGVN for CompressBits and ExpandBits
...
Reviewed-by: mchevalier, thartmann
2026-08-17 06:25:31 +00:00
Prasanta Sadhukhan
3ef007ac23
8390296: Swing MultiUIDefaults#containsKey inconsistancy
...
Reviewed-by: azvegint, kizune
2026-08-17 05:30:35 +00:00
Prasanta Sadhukhan
157c49276b
8390183: Some typos in JavaDocs for the java.desktop module
...
Reviewed-by: azvegint, kizune
2026-08-17 05:29:58 +00:00
Sergey Bylokhov
88521b3587
8390249: Add missing @Override annotations in "javax.imageio.stream" package
...
Reviewed-by: psadhukhan, azvegint
2026-08-17 00:54:50 +00:00
Prasanta Sadhukhan
3d47518697
8387267: Editor for the last column in JTable is hard to activate after AUTO_RESIZE_LAST_COLUMN was configured
...
8388467: Test "api/javax_swing/interactive/JTableTests.html" JTable freezes during rapid column resize
Reviewed-by: angorya, kizune, jdv
2026-08-15 08:16:46 +00:00
Chuanqi Zang and Pengcheng Wang
2749a4c0b4
8389677: RISC-V: Prefer vmv.v.i to zero vector registers
...
Co-authored-by: Pengcheng Wang <wangpengcheng.pp@bytedance.com >
Reviewed-by: dzhang, fyang
2026-08-15 07:50:53 +00:00
Ioi Lam
982afa5d48
8388525: Disallow different module options between AOT training and assembly
...
Reviewed-by: asmehra, matsaave
2026-08-15 01:26:39 +00:00
Vladimir Kozlov
16bf2730aa
8390329: Obsolete AlwaysCompileLoopMethods VM flag
...
Reviewed-by: dholmes, mchevalier
2026-08-14 16:23:09 +00:00
Stefan Karlsson
782b49e89e
8378525: ZGC: Refactor ZBarrierSet to better fit with ZGC coding style
...
Reviewed-by: aboldtch, eosterlund
2026-08-14 12:33:34 +00:00
Jan Lahoda
88dfb74bbe
8389659: Cannot invoke "com.sun.tools.javac.code.Type.getTag()" because "type" is null on invalid LHS
...
Reviewed-by: mcimadamore
2026-08-14 10:27:16 +00:00
Jan Lahoda
a0d9b0affd
8389987: null is accepted as synchronized lock
...
Reviewed-by: mcimadamore
2026-08-14 10:26:55 +00:00
Christian Hagedorn
9646856512
8387332: Template Framework: Add utility methods to build scopes
...
Reviewed-by: thartmann, mhaessig
2026-08-14 10:16:19 +00:00
Ashay Rane
aa0fbef91a
8387792: Enable PAC-RET for VM code on Windows/ARM64
...
Reviewed-by: haosun, erikj
2026-08-13 22:21:44 +00:00
Patricio Chilano Mateo and Tobias Hartmann
993f7b35cf
8389187: -XX:+VerifyContinuations triggers assert(max_thawing_size() == calculated_max_size)
...
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org >
Reviewed-by: fbredberg, fparain
2026-08-13 21:49:06 +00:00
Vicente Romero
844f1fea58
8389071: Javac crashes with OutOfMemoryError during Least Upper Bound (LUB) inference of highly entangled F-bounded generic classes
...
Reviewed-by: mcimadamore
2026-08-13 21:32:25 +00:00
Patricio Chilano Mateo and Tobias Hartmann
3efdba901c
8388596: Virtual-thread freeze asserts on MethodHandle frame with scalarized value argument
...
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org >
Reviewed-by: fbredberg, fparain, coleenp
2026-08-13 20:17:27 +00:00
Fairoz Matte
4771360c9b
8389866: ZGC: Accepts an extremely negative ZAllocationSpikeTolerance value
...
Fix ZGC's handling of ZAllocationSpikeTolerance by rejecting invalid values.
Reviewed-by: stefank, tschatzl
2026-08-13 17:12:13 +00:00
Ioi Lam
f9ee545b2e
8389293: Remove developer flag -XX:ArchiveHeapTestClass
...
Reviewed-by: kvn, dholmes
2026-08-13 16:02:41 +00:00
Aleksey Shipilev
bc6d4fd10d
8390215: Shenandoah: Simplify GC logging by dropping unnecessary suffixes
...
Reviewed-by: wkemper, xpeng
2026-08-13 15:50:35 +00:00
Dušan Bálek
1f74b50bfa
8389868: Empty LocalVariableTable attribute is generated for an unused variable in clinit
...
Reviewed-by: liach, jlahoda
2026-08-13 15:03:23 +00:00
Suchismith Roy
b8207347b8
8386510: AArch64: MacroAssembler constructor undefined behaviour
...
Reviewed-by: adinn, aph
2026-08-13 13:08:24 +00:00
Gui Cao and Dingli Zhang
66a0483a94
8388458: RISC-V: Use LSB for conditional card mark in G1 post-write barrier
...
Co-authored-by: Dingli Zhang <dzhang@openjdk.org >
Reviewed-by: ayang, fyang, tschatzl
2026-08-13 12:52:12 +00:00
Ashay Rane
5a912628cd
8389209: Add sccache support to the build
...
Reviewed-by: erikj
2026-08-13 12:51:38 +00:00
Suchismith Roy
740621f198
8382604: Remove unused kscratch temp register from mask_opers_evex
...
Reviewed-by: galder, amitkumar
2026-08-13 12:38:27 +00:00
Aleksey Shipilev
0ffccaa083
8390122: Shenandoah: SBS::oop_load drops memory ordering decorators
...
Reviewed-by: wkemper, xpeng
2026-08-13 12:17:08 +00:00
Fredrik Bredberg
34dda4ecd8
8389325: Remove the UseObjectMonitorTable flag and related code
...
Reviewed-by: stefank, coleenp
2026-08-13 08:40:01 +00:00
Manuel Hässig
0a2e196bea
8390190: [IR-Framework] Integrate valhalla IR nodes into IRNode.java
...
Reviewed-by: thartmann, chagedorn, mchevalier
2026-08-13 08:33:01 +00:00
Matthias Baesken
3b1f2030f2
8390136: ResourceMark needed for external_name calls in continuationFreezeThaw.cpp
...
Reviewed-by: pchilanomate, shade
2026-08-13 08:25:32 +00:00
Volkan Yazici
48c84947b9
8387853: HttpServer unexpectedly closes the connection after first response to empty requests if "drainAmount <= 0"
...
Reviewed-by: jpai, dfuchs
2026-08-13 07:46:25 +00:00
Prasanta Sadhukhan
d426d66b5e
8390042: Test "javax/swing/JToolBar/RightLeftOrientation.java" fails on macOS because two tool bar are not mirror images of each other for "Mac OS X" look and feel
...
Reviewed-by: kizune
2026-08-13 06:33:10 +00:00
David Holmes
b86a56e118
8390261: ProblemList valhalla/valuetypes/NullRestrictedTest.java
...
Reviewed-by: iris, mikael
2026-08-13 03:44:49 +00:00
Jaikiran Pai and EunHyunsu
e102078b9f
8371903: HttpClient: improve handling of HTTP/2 GOAWAY frames with error code
...
Co-authored-by: EunHyunsu <ehs208@naver.com >
Reviewed-by: dfuchs, vyazici
2026-08-13 01:22:15 +00:00
Alexey Semenyuk
70ca4da98e
8386893: add "#include <new>" to get defintion of "std::nothrow_t"
...
Reviewed-by: almatvee
2026-08-13 00:58:25 +00:00
David Holmes
b545bc4e05
8390259: ProblemList runtime/valhalla/inlinetypes/NPEInPreviewTest.java
...
Reviewed-by: mikael
2026-08-12 22:13:35 +00:00
Matias Saavedra Silva
ebce9ef9e7
8373348: Cache AdapterHandleEntry::_sig_cc field in AOTCache
...
Reviewed-by: asmehra, iklam
2026-08-12 21:05:43 +00:00
Matias Saavedra Silva and Ioi Lam
910c71ce2f
8389233: AOTMode=record asserts while archiving an initialized application value class
...
Co-authored-by: Ioi Lam <iklam@openjdk.org >
Reviewed-by: lmesnik, iklam, fparain
2026-08-12 16:49:58 +00:00
Claes Redestad
86d80bd392
8390113: JEP 401 integration breaks some pre-existing microbenchmarks
...
Reviewed-by: erikj, liach, jnorlinder
2026-08-12 13:59:26 +00:00
Johan Sjölen
8b81f8fbb8
8389538: StringUtils::string_match may underflow-read a buffer
...
Reviewed-by: dholmes, fparain
2026-08-12 12:28:58 +00:00
Aleksey Shipilev
e1502b52f0
8390077: Rebalance tier1_compiler test groups
...
Reviewed-by: mhaessig, lmesnik
2026-08-12 08:04:06 +00:00
Quan Anh Mai
714b4f6bfd
8390186: [Valhalla] LoadNode::Value should check for ary->is_not_flat()
...
Reviewed-by: thartmann, chagedorn
2026-08-12 07:09:14 +00:00
Christian Hagedorn
75984f1302
8353624: C2: Re-enable malformed graph assert removed with JDK-8317998 to reduce noise
...
Reviewed-by: qamai, thartmann
2026-08-12 06:17:04 +00:00
Alan Bateman
4d4c0b4f41
8389671: (se) Blocking selection op in virtual thread does not keep spare alive beyond scheduler keep alive time (win)
...
Reviewed-by: jpai
2026-08-12 05:55:32 +00:00
Jatin Bhateja
241381ba70
8387213: Optimize Float16Vector.fma JIT sequence for x86 AVX512-FP16 targets
...
Reviewed-by: sviswanathan, vlivanov
2026-08-12 04:19:04 +00:00
Prasanta Sadhukhan
7be42518fe
8390104: Use correct bugid for test
...
Reviewed-by: kizune, serb
2026-08-12 02:31:36 +00:00
Yasumasa Suenaga
660d0aae3d
8390014: TestInstanceKlassSize.java and TestInstanceKlassSizeForInterface.java failed when --enable-preview was passed
...
Reviewed-by: phubner, cjplummer
2026-08-12 00:33:26 +00:00
Ioi Lam
ade47e8030
8390132: Test runtime/cds/appcds/ClassPathAttrCircularReference.java "written dynamic archive" missing in output
...
Reviewed-by: kvn, lfoltan
2026-08-11 19:53:21 +00:00
Shiv Shah
911e50be4c
8355320: FileUtils.copyDirectory() mishandles an existing destination directory
...
Reviewed-by: lmesnik
2026-08-11 19:33:26 +00:00
Coleen Phillimore
1abe579042
8341120: NPE message can be wrong for null restricted fields
...
Reviewed-by: heidinga, fparain, liach
2026-08-11 18:27:05 +00:00
Valerie Peng
8a73ccfa9c
8390076: iList should be free'd after a failed C_GetInterfaceList() call in DEBUG mode
...
Reviewed-by: ayang, mbaesken
2026-08-11 18:23:34 +00:00
Vladimir Kozlov
1604ad70cc
8388417: Support VerifyOops for AOT caching stub and code
...
Reviewed-by: asmehra, iklam, adinn
2026-08-11 16:46:07 +00:00
Christoph Langer
99ece546ab
8389480: GenerateJLIClassesPluginTest.java and IncludeLocalesPluginTest.java tests in tools/jlink/plugins/ fail due to AccessDeniedExceptions on Windows
...
Reviewed-by: alanb
2026-08-11 16:07:06 +00:00
Ioi Lam
39392a489e
8389860: Remove CDS "optimized module handling" optimization
...
Reviewed-by: kvn, matsaave
2026-08-11 16:04:28 +00:00
Ashay Rane
dcc4ac85d0
8390002: Windows AArch64 needs an additional yellow stack page (total 3)
...
Reviewed-by: iklam, aph, coleenp
2026-08-11 16:02:18 +00:00
Chen Liang
b1467bd6af
8388374: Class-File API does not enforce required validation for null matches and empty PackageEntry names
...
Reviewed-by: asotona
2026-08-11 13:25:10 +00:00
Kuai Wei
80133d4dc7
8387812: Refine ArraysSupport.vectorizedMismatch to compare all elements
...
Reviewed-by: vlivanov, liach
2026-08-11 13:20:25 +00:00
Sorna Sarathi N
21c05fd3dd
8336666: Investigate why AIX needs more metaspace in test serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java
...
Reviewed-by: amitkumar, clanger, sspitsyn
2026-08-11 13:09:39 +00:00
Martin Doerr
dbbfbc5f59
8387800: [lworld] PPC64 field flattening bugs in JEP 401
...
Reviewed-by: dbriemann, mbaesken, amitkumar
2026-08-11 11:35:29 +00:00
Aleksey Shipilev
1c5eca05ee
8390053: Shenandoah: Entry point is beyond 64K with lots of scalarized args
...
Reviewed-by: wkemper, kdnilsen
2026-08-11 11:28:59 +00:00
Dingli Zhang
52854620e4
8390033: Disable stringop-overflow in shenandoahHeap.cpp
...
Reviewed-by: erikj, shade
2026-08-11 10:56:36 +00:00
Guanqiang Han
e9157bb2d5
8347266: C2: Verify that Node::Identity() doesn't return new nodes
...
Reviewed-by: mchevalier, chagedorn
2026-08-11 09:23:52 +00:00
Marc Chevalier
be0f370e5b
8389914: C2: LoadNode::Ideal modifies the node but returns nullptr
...
Reviewed-by: qamai, thartmann
2026-08-11 09:00:44 +00:00
Thomas Stuefe
cc939a54f1
8388017: [aix] Narrow klass encoding protection region should be protected in mmap mode
...
Reviewed-by: mbaesken, dbriemann
2026-08-11 08:43:50 +00:00
Matthias Baesken
94a288ae65
8348872: jabswitch.cpp: regEnable and regDeleteValue leak reallocated data buffer
...
Reviewed-by: prr, kizune
2026-08-11 07:40:14 +00:00
Tobias Hartmann and Christian Hagedorn
0afbe386ec
8388490: Assert in VectorUnboxNode::Ideal because value input is TOP
...
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org >
Reviewed-by: chagedorn, jbhateja, xgong
2026-08-11 07:35:46 +00:00
Volkan Yazici
652063d7ba
8384644: Document that HttpResponse::body can return null
...
Reviewed-by: jpai, dfuchs
2026-08-11 06:47:24 +00:00
Manuel Hässig
3ae762db82
8389936: Share the C2 stress infrastructure between compilers
...
Reviewed-by: chagedorn, mchevalier
2026-08-11 06:22:13 +00:00
Vladimir Kozlov
63ee524331
8389636: assert(_base == AryPtr) failed: Not an array pointer
...
Reviewed-by: chagedorn, dlong
2026-08-11 04:49:48 +00:00
Hai-May Chao
b340e037e8
8380569: Update comments for X25519MLKEM768 per draft RFC in HybridProvider once spec becomes standardized
...
Reviewed-by: weijun
2026-08-11 01:35:55 +00:00
Aleksey Shipilev
bc674c21af
8390081: [BACKOUT] Add the hotspot compiler testlibrary to the test-image
...
Reviewed-by: erikj, serb
2026-08-10 19:52:18 +00:00
Matias Saavedra Silva
77e09a3d6d
8389840: Verifier is not setting flagThisUninit when uninitializedThis is on the stack
...
Reviewed-by: liach, fparain, heidinga
2026-08-10 18:51:08 +00:00
Chen Liang
1c3df50209
8388343: Reevaluate the enable-preview in memory compilation from VM arguments
...
Reviewed-by: kvn, coleenp
2026-08-10 18:34:15 +00:00
Yunbo Zhang
f332e84d9b
8388385: CDS dumping fails with circular JAR manifest Class-Path
...
Reviewed-by: iklam, matsaave
2026-08-10 18:26:39 +00:00
Aleksey Shipilev
7fd3f27741
8390069: compiler/codegen/ShiftByZero.java fails in release config
...
Reviewed-by: thartmann, epeter, mchevalier
2026-08-10 17:21:05 +00:00
Manuel Hässig
b4a43ca56d
8380453: Add the hotspot compiler testlibrary to the test-image
...
Reviewed-by: erikj
2026-08-10 17:05:45 +00:00
Jaikiran Pai
1f1f460b3f
8383768: java/net/Socket/SocketReadInterruptTest.java failed with SocketTimeoutException: Read timed out
...
Reviewed-by: dfuchs
2026-08-10 15:32:07 +00:00
Robert Toyonaga
edc9c7f08c
8331996: JFR: Add boolean check before loading event classes
...
Reviewed-by: alanb, stuefe
2026-08-10 13:22:06 +00:00
Thomas Schatzl
1a0ce5d6f4
8387973: CollectedHeap induced promotion failure handling should use Atomic
...
Reviewed-by: ayang, iwalulya
2026-08-10 12:30:57 +00:00
Timofei Pushkin
5c1ff40e29
8389966: Remove dangling bootstrap compile reason name
...
Reviewed-by: chagedorn, amitkumar
2026-08-10 11:16:22 +00:00
Daniel Skantz
da75a9c979
8376296: ZGC: assert(can_align_up(size, alignment)) failed: precondition when setting -XX:MaxVirtMemFraction=1
...
Reviewed-by: stefank, aboldtch
2026-08-10 08:56:35 +00:00
Alexander Zvegintsev
0239ef4597
8389648: [TEST_BUG] java/awt/TextField/CaretPositionTest/CaretPositionTest.java fails in OL-9
...
Reviewed-by: prr, jdv
2026-08-10 08:42:44 +00:00
Marc Chevalier
4061f762d8
8389892: C2: VectorNode::Ideal modifies the node but returns nullptr
...
Reviewed-by: chagedorn, epeter
2026-08-10 07:41:59 +00:00
Benjamin Peterson
20ccb7cfbd
8387793: test/jdk/java/nio/file/DirectoryStream/SecureDS.doSetPermissions tests absolute paths
...
OpenJDK GHA Sanity Checks / Prepare the run (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-nopch (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-zero (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-minimal (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-optimized (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-static-libs (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-cross-compile (push) Has been cancelled
OpenJDK GHA Sanity Checks / alpine-linux-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / macos-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / docs (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-static (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-aarch64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / macos-aarch64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / windows-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / windows-aarch64 (push) Has been cancelled
Reviewed-by: alanb
2026-08-08 15:39:28 +00:00
Chen Liang
479d43dc63
8388362: Class-File API MethodHandleEntry symbolic accessors do not throw IllegalArgumentException for invalid REF_newInvokeSpecial data
...
Reviewed-by: asotona
2026-08-08 14:12:19 +00:00
Chen Liang
69e99d9dc1
8389466: Clarify Class::desiredAssertionStatus for primitive and array types
...
Reviewed-by: alanb
2026-08-08 14:00:38 +00:00
Patrick Fontanilla and Aleksey Shipilev
90f71228a9
8388880: Shenandoah: Improve pinning performance
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org >
Reviewed-by: kdnilsen, shade, wkemper
2026-08-08 13:11:57 +00:00
Jaikiran Pai
5c42baaca6
8389617: Clean up the Http2TestServerConnection in httpclient test library and introduce a way to access the underlying exchange from a HttpTestExchange
...
Reviewed-by: dfuchs, vyazici
2026-08-08 00:58:01 +00:00
Amit Kumar and Harshit Dhiman
487ec1a68e
8387908: [s390x] Port JEP 401 to s390 architecture
...
Co-authored-by: Harshit Dhiman <hdhiman@openjdk.org >
Reviewed-by: fbredberg, hdhiman
2026-08-07 20:08:22 +00:00
oumaiymaintissar
5237f9446f
8388214: (tz) Update Timezone Data to 2026c
...
Reviewed-by: naoto
2026-08-07 19:39:02 +00:00
Shiv Shah
c9dccc00be
8337680: failure_handler does not handle repeated commands well
...
Reviewed-by: lmesnik, jpai
2026-08-07 18:44:31 +00:00
Xiaolong Peng
91394cbfd9
8389846: GenShen: ShenandoahScanRemembered::process_clusters may miss dirty cards when use write table
...
Reviewed-by: kdnilsen, wkemper
2026-08-07 17:48:21 +00:00
Shiv Shah
221f42c42f
8382272: Update nsk/jdb tests to use ThreadWrapper
...
Reviewed-by: sspitsyn, cjplummer, lmesnik, dholmes
2026-08-07 17:21:10 +00:00
William Kemper
c1643bbae4
8389905: Shenandoah: SBSA::card_table uses own temp registers that clobber obj
...
Reviewed-by: shade, kdnilsen
2026-08-07 17:02:59 +00:00
Jaikiran Pai
8180404ec9
8389953: Problemlist java/nio/channels/SocketChannel/OpenLeak.java and CloseDuringConnect.java on all versions of macos
...
Reviewed-by: dfuchs, dcubed
2026-08-07 16:58:21 +00:00
Vicente Romero
30835f1ada
8388948: Javac crashes with NullPointerException in Types.intersect during method type inference of complex overlapping intersection bounds
...
Reviewed-by: liach
2026-08-07 14:59:03 +00:00
Aleksey Shipilev
a111b32322
8389554: ARM32: Unbreak non-preview mode after JEP 401 integration
...
Reviewed-by: bulasevich, fbredberg
2026-08-07 14:53:19 +00:00
Albert Mingkun Yang
433cfb9623
8388169: Test gc/g1/TestCodeCacheUnloadDuringConcurrentMark.java failed: Expected a not-entrant target nmethod before concurrent mark
...
Reviewed-by: tschatzl, iwalulya
2026-08-07 14:17:35 +00:00
Frederic Parain
34fe4a0ebc
8389734: [Valhalla] _c1_needs_stack_repair is useless and should be removed
...
Reviewed-by: pchilanomate, thartmann, mchevalier, chagedorn
2026-08-07 13:08:52 +00:00
Jyothilekshmi
9bbc1128ff
8364404: PanelRepaint.java should not be resizable
...
Reviewed-by: prr, aivanov, jdv
2026-08-07 11:47:01 +00:00
Ivan Walulya
72df83015f
8387299: G1: Use num_regions naming consistently for region counts
...
Reviewed-by: stefank, tschatzl
2026-08-07 10:43:16 +00:00
Manuel Hässig and Emanuel Peter
9b357dac1f
8386708: C1: hoisted StringUTF16.getChar before checkIndex, leads to SIGSEGV
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Reviewed-by: qamai, dlong
2026-08-07 08:38:30 +00:00
Yasumasa Suenaga
82b8c3cd38
8389870: Object histogram in SA cannot identify FlatArrayKlass
...
Reviewed-by: ayang, fparain, cjplummer, sspitsyn
2026-08-07 07:59:11 +00:00
Tobias Hartmann and Christian Hagedorn
c47e50e88d
8389379: [lworld] Calling convention mismatch when reaching stack argument limit
...
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org >
Reviewed-by: mchevalier, chagedorn
2026-08-07 07:41:17 +00:00
m0_52396356
7327d051c8
8388366: Launcher test stability regardless of the default locale
...
Reviewed-by: naoto, jpai
2026-08-07 07:05:09 +00:00
Jayathirth D V
c8ea1b60f6
8386576: Calculating Area using a complex polygon creates spurious horizontal line segments
...
Reviewed-by: prr, serb
2026-08-07 05:30:30 +00:00
Amit Kumar
a6179e6e1d
8389806: [s390x] Parent reports exit status 1023 for child, even when child exited normally
...
Reviewed-by: stuefe, asmehra
2026-08-07 04:51:27 +00:00
Mohamed Issa
ca578ae9a6
8389910: [BACKOUT] Regression >6% on Crypto-MLDSA.sign on x64
...
Reviewed-by: drwhite, sviswanathan, kvn
2026-08-07 02:02:34 +00:00
Jatin Bhateja
198f1aa257
8382523: Optimize Float16 to integral conversion operations for AVX512-FP16 targets
...
Reviewed-by: sviswanathan, missa
2026-08-07 01:56:26 +00:00
Shiv Shah
99b1e471e7
8346476: Thread/TestAlwaysPreTouchStacks fails when run with specific JVM options
...
Reviewed-by: dholmes, lmesnik
2026-08-07 01:22:26 +00:00
Daniel D. Daugherty
fd788394fe
8389903: ProblemList javax/swing/JMenu/PopupReferenceMemoryLeak.java on windows-x64
...
Reviewed-by: azvegint
2026-08-06 17:56:58 +00:00
Guoxiong Li
c61f5b7ad8
8389581: RISC-V: building fails with clang toolchain
...
Reviewed-by: fyang, dzhang
2026-08-06 13:40:03 +00:00
Alan Bateman
ab2dbf2a68
8389112: (fs) BasicFileAttributes::isDirectory returns false for directory in OneDrive over SMB (win)
...
Reviewed-by: jpai
2026-08-06 12:05:18 +00:00
Suchismith Roy
eabfcf47f6
8389765: Remove unused rtmp2 temp register from long_to_maskLE8_avx
...
Reviewed-by: sviswanathan, chagedorn, amitkumar
2026-08-06 09:38:47 +00:00
Matthias Baesken
f602bd425d
8389357: Avoid local initialized unused variables in jdk.accessibility
...
Reviewed-by: prr, azvegint, clanger
2026-08-06 07:24:43 +00:00
Marc Chevalier
f0a1d0293a
8386769: [lworld] C2 parts of JDK-8350865 - Part. 2
...
Reviewed-by: thartmann, chagedorn
2026-08-06 06:46:46 +00:00
Jan Lahoda
b3ba447131
8388279: Compiled code fails with verifier error (II)
...
Reviewed-by: mcimadamore, liach
2026-08-06 06:29:33 +00:00
Alexander Zvegintsev
52cd87fef6
8389589: [TEST_BUG] java/awt/FullScreen/SetFSWindow/FSFrame.java hides failure by swallowing exception
...
Reviewed-by: psadhukhan, serb
2026-08-06 04:41:18 +00:00
Ioi Lam
6449400f23
8389189: Ignore different AOTClassLinking option between AOT training and assembly
...
Reviewed-by: kvn, iveresov
2026-08-05 23:24:06 +00:00
Suchismith Roy
c678a27012
8353854: Change map_memory() signature to match other functions
...
Reviewed-by: stuefe, amitkumar, stefank
2026-08-05 21:14:06 +00:00
Matias Saavedra Silva
a5a6ee4b23
8370493: [ubsan] aotMapLogger.cpp:864:44: runtime error: applying non-zero offset NNNNN to null pointer
...
Reviewed-by: amitkumar, iklam
2026-08-05 19:46:26 +00:00
Coleen Phillimore
5085458820
8287010: Port TraceDeoptimization to UL
...
Reviewed-by: dholmes, kvn, dlong
2026-08-05 17:55:29 +00:00
David CARLIER
f43bcd4e7b
8389611: vframeStreamCommon::skip_prefixed_method_and_wrappers: unsigned underflow in prefix length leads to out-of-bounds read
...
Reviewed-by: lmesnik, sspitsyn
2026-08-05 17:39:06 +00:00
Mohamed Issa
5121008600
8388882: Disable automatic integer spills to floating point registers on Intel platforms
...
Reviewed-by: sviswanathan, aph, mhaessig, drwhite
2026-08-05 16:00:11 +00:00
Shiv Shah
8f6db4179d
8388799: ClhsdbLongConstant should not assert a specific value for VM_Version::CPU_SHA
...
Reviewed-by: epavlova, cjplummer
2026-08-05 15:32:24 +00:00
Matias Saavedra Silva
957b5b22dd
8388631: Copy StackMapTable for the current frame
...
Reviewed-by: coleenp, fparain, liach
2026-08-05 15:07:17 +00:00
Thomas Schatzl
09e226c06c
8387957: G1: Investigate merging G1EdenRegions and G1SurvivorRegions
...
Reviewed-by: iwalulya, ayang
2026-08-05 15:03:50 +00:00
Chen Liang
ec53c3dd38
8389705: RawBytecodeHelper doesn't check bounds passed to unsafe code
...
Reviewed-by: vyazici
2026-08-05 14:19:18 +00:00
Marc Chevalier
fc51e5e2f3
8389512: [lworld] Stale acmp profile data causes repeated deoptimization
...
Reviewed-by: thartmann, chagedorn
2026-08-05 13:17:52 +00:00
Matthias Baesken
7ab40336cd
8385322: Provide configure flag to disable cds archive generation for NOCOOPS and _preview
...
Reviewed-by: clanger
2026-08-05 11:54:51 +00:00
Andrei Rybak
f1b723bf96
8388427: Fix javadoc typos related to {@code} and {@linkplain}
...
Fix javadoc typos related to {@code} and {@linkplain}
Swap around `@` and `{` to the correct order in usages of `{@code ...}`
documentation comments syntax.
Add missing `@` into usages of `{@link ...}` and `{@code ...}` syntax.
Fix typos in a usage of `{@linkplain ...}` syntax.
A similar typo in the javadoc of method `item` in file src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/Manifest.java
is intentionally left as is, because it is code that is imported from
the Apache Santuario library. The typo has been fixed in the upstream
repository.
Reviewed-by: jpai, sspitsyn, prr
2026-08-05 11:28:42 +00:00
Albert Mingkun Yang
441d51fced
8389128: G1: Avoid redundant card marks during remembered set rebuilding
...
Reviewed-by: tschatzl, iwalulya
2026-08-05 09:47:09 +00:00
Johan Sjölen
21b0c222dc
8293983: ValueTearing fails with "torn point NOT observed"
...
Reviewed-by: lfoltan, fparain
2026-08-05 09:07:18 +00:00
Matthias Baesken
0f73c4cdc1
8389455: Avoid local initialized unused variables in libjimage
...
Reviewed-by: goetz
2026-08-05 07:53:02 +00:00
Jan Lahoda
a935581a4d
8388338: javac shares proxy initializer trees across constructors
...
Reviewed-by: liach, mcimadamore
2026-08-05 07:11:53 +00:00
Emanuel Peter
d5336eb3f9
8385157: C2: RegionNode::optimize_trichotomy wrongly folds CmpI and CmpU (wrong result)
...
Reviewed-by: qamai, chagedorn, hgreule
2026-08-05 06:00:31 +00:00
Jatin Bhateja
fd8ab6cc7c
8385616: [VectorAPI] Remove VectorOperators.OR fallback handling for floating point vectors
...
Reviewed-by: sherman, psandoz
2026-08-05 04:41:43 +00:00
Joe Darcy
5117341b4d
8388527: Add "indistinguishable" cross-reference to Double's discussion of equality
...
Reviewed-by: liach
2026-08-05 00:46:35 +00:00
David Holmes
279a5a5511
8388594: Clean up return statements with CHECK in them
...
Reviewed-by: amitkumar, coleenp
2026-08-04 21:31:07 +00:00
David Holmes
4afa191eec
8385593: Clarify the wording of UnsupportedClassVersionError
...
Reviewed-by: phubner, fbredberg, liach
2026-08-04 21:24:42 +00:00
Chad Rakoczy
8f0032f8c0
8382405: AArch64: Dubious non-saves of ptrue after runtime calls
...
Reviewed-by: phh, shade, aph
2026-08-04 20:55:13 +00:00
Frederic Parain
b19cc6c15d
8388480: System.arraycopy fails to partially copy nullable flat arrays
...
Reviewed-by: coleenp, matsaave
2026-08-04 19:47:11 +00:00
Coleen Phillimore
8878934d11
8253442: Bigapps SIGSEGV in DeadlockCycle::print_on_with
...
Reviewed-by: pchilanomate, dholmes, sspitsyn
2026-08-04 18:17:43 +00:00
Igor Veresov
683c6399e4
8389518: Should record dependency on -XX:+-ProfileExceptionHandlers flag
...
Reviewed-by: chagedorn, iklam, kvn
2026-08-04 16:30:46 +00:00
Igor Veresov
a6be6cf28f
8388469: Error: assert(_init_deps.contains(ktd)) failed when running TestSetupAOTTest.java with -XX:+CICountOSR
...
Reviewed-by: kvn, iklam
2026-08-04 16:28:35 +00:00
Tobias Hartmann
cdf491e261
8388848: [lworld] ConnectionGraph::process_call_arguments does not correctly handle wide arguments
...
Reviewed-by: qamai, chagedorn
2026-08-04 16:21:36 +00:00
Derek White
820aa257ea
8386687: Regression >6% on Crypto-MLDSA.sign on x64
...
Reviewed-by: kvn, sviswanathan
2026-08-04 15:50:22 +00:00
Kevin Walls
cec41f16ac
8385163: JMX: Use recommended MessageDigest comparison method
...
Reviewed-by: sspitsyn, lmesnik
2026-08-04 15:41:59 +00:00
Albert Mingkun Yang
87af1ead7d
8388917: G1: "guarantee(variance() > -1.0) failed: variance should be >= 0" when running java -XX:G1NumCardsCostSampleThreshold=0 -XX:MetaspaceSize=1024K -version
...
Reviewed-by: tschatzl, iwalulya
2026-08-04 14:00:15 +00:00
Marc Chevalier
98225188f3
8388295: [lworld] C2: inline_unsafe_flat_access could dereference a null pointer
...
Reviewed-by: thartmann, chagedorn
2026-08-04 12:43:25 +00:00
Marc Chevalier
0b095ac46e
8388302: [lworld] allocate_inline_types_impl could dereference a null pointer
...
Reviewed-by: thartmann, chagedorn
2026-08-04 12:42:54 +00:00
Marc Chevalier
6ca70ae07b
8389130: [lworld] Compiled frame walking is slow due to scalarized calling convention handling
...
Reviewed-by: thartmann, fparain
2026-08-04 12:33:51 +00:00
Coleen Phillimore
0bdfb3a2a4
8388791: Refactor JavaClasses Throwable and StackTrace classes
...
Reviewed-by: dholmes, sspitsyn, iklam
2026-08-04 12:13:31 +00:00
Gui Cao
017e253544
8388460: RISC-V: Auto-enable Zcb extension features
...
Reviewed-by: dzhang, fyang
2026-08-04 12:13:13 +00:00
Kevin Walls
5cf67d0388
8386833: java/lang/management/MemoryMXBean/TestGetTotalGcCpuTime.java#Serial fails with "Some GC CPU time must have been reported" exception
...
Reviewed-by: jnorlinder, sspitsyn
2026-08-04 10:01:37 +00:00
Matthias Baesken
b67d698a6d
8389509: SetPrinterDevice check GlobalAlloc return value
...
Reviewed-by: prr, clanger
2026-08-04 09:02:47 +00:00
Ivan Bereziuk
a97facb2ec
8341518: TestJcmdWithSideCar.java fails with 'sun.tools.jcmd.JCmd' missing from stdout/stderr
...
Reviewed-by: dholmes, kevinw
2026-08-04 08:52:26 +00:00
Vladimir Petko
167275144f
8389588: [s390x] Zero build is broken after JDK-8388561
...
Reviewed-by: amitkumar, hdhiman
2026-08-04 05:10:00 +00:00
Jayathirth D V
63808b08e1
8388755: Use floating point argument for fillVertex in MTLRenderer
...
Reviewed-by: azvegint, avu, serb
2026-08-04 03:32:46 +00:00
by1361092
963ae29d52
8388386: Remove deprecated sun.net.www.http.HttpClient#resetProperties
...
Reviewed-by: jpai, aturbanov
2026-08-04 01:36:04 +00:00
Brent Christian
1b79e91f2c
8380391: Update java.smartcardio finalizer to use Cleaner
...
Reviewed-by: vklang, valeriep, myankelevich
2026-08-03 23:06:19 +00:00
Coleen Phillimore
218fb7f494
8389259: Class::desiredAssertionStatus asserts with primitive or array class receiver
...
Reviewed-by: liach, dholmes, alanb
2026-08-03 15:59:50 +00:00
Guanqiang Han
3385e5163a
8382605: C2: second call of inline_incrementally doesn't happen with delayinline
...
Reviewed-by: vlivanov, chagedorn
2026-08-03 15:19:01 +00:00
Tobias Hartmann
83fa552806
8389354: [lworld] PhaseIdealLoop::move_flat_array_check_out_of_loop creates anti-dependence cycle
...
Reviewed-by: qamai, chagedorn
2026-08-03 13:12:17 +00:00
Guanqiang Han
cc72529fe9
8388442: C2: LoadNKlassNode::Identity() may return a new node
...
Reviewed-by: chagedorn, vlivanov, mchevalier
2026-08-03 13:07:48 +00:00
Tobias Hartmann
bc6a625f07
8389089: [lworld] C1 should not initialize value class when accessing flat field or array
...
Reviewed-by: chagedorn, qamai
2026-08-03 11:34:05 +00:00
Tobias Hartmann
9be1c44b72
8388544: [lworld] Bad dominance assert in C2 when late-inlining through MH calls
...
Reviewed-by: mchevalier, qamai
2026-08-03 11:33:07 +00:00
Tobias Hartmann
0df7d0884b
8388256: [lworld] Clone of reference array is broken in C2
...
Reviewed-by: mchevalier, aboldtch
2026-08-03 10:40:27 +00:00
Tobias Hartmann
6936bcf61a
8388361: [lworld] C2 hits node limit during scalarization in safepoints
...
Reviewed-by: mchevalier, chagedorn
2026-08-03 10:28:26 +00:00
Albert Mingkun Yang
062ab7f293
8388005: G1: Decrease parallelism in actual deferred code root update work
...
Reviewed-by: tschatzl, ogillespie
2026-08-03 10:07:41 +00:00
Tobias Hartmann
e0cfc8c4ea
8389139: [lworld] C1 should not reuse CodeEmitInfo for G1 pre-barriers of atomic flat fields
...
Reviewed-by: qamai, chagedorn
2026-08-03 08:07:54 +00:00
Thomas Schatzl
032eae54b5
8387860: G1: G1ConcurrentMark padding should use variables instead of types
...
Reviewed-by: ayang, iwalulya
2026-08-03 08:07:29 +00:00
Thomas Schatzl
45d3b16fa5
8387856: G1: Fix passing G1ParScanThreadState and worker_id in methods
...
Reviewed-by: ayang, iwalulya
2026-08-03 08:05:46 +00:00
Marc Chevalier
ef218b0341
8388018: [IR Framework] Be more lenient about system properties
...
Reviewed-by: chagedorn, thartmann
2026-08-03 07:28:10 +00:00
Marc Chevalier
81c9ea0682
8388709: [lworld] replay parts of JDK-8350865
...
Reviewed-by: dlong, thartmann
2026-08-03 07:09:31 +00:00
Tobias Hartmann
17e1f978d8
8388193: [lworld] C2's ClearArray keeps zero fill value alive in register
...
Reviewed-by: chagedorn, mchevalier
2026-08-03 07:07:29 +00:00
Tobias Hartmann
ae364a0603
8389391: [lworld] Return buffer allocation for late-inlined MH calls should not initialize the class
...
Reviewed-by: chagedorn, mchevalier
2026-08-03 07:06:14 +00:00
Tobias Hartmann
66259730f3
8389234: [lworld] Bad cast for delayed access through abstract value class
...
Reviewed-by: chagedorn, qamai
2026-08-03 06:56:06 +00:00
Tobias Hartmann
d5da754c6e
8389341: [lworld] C2 Class.isAssignableFrom intrinsic returns false for identical array Class arguments
...
Reviewed-by: chagedorn, mchevalier
2026-08-03 06:54:09 +00:00
Ashay Rane
775ecc3b63
8389537: (fs) Failure in querying attributes of a OneDrive folder over SMB (win)
...
Reviewed-by: alanb
2026-08-03 06:53:43 +00:00
Matthias Baesken
0200a83a6d
8389453: [unix] Avoid unused variables warnings in libj2pkcs11 and adjust malloc rv handling
...
Reviewed-by: ayang
2026-08-03 06:48:03 +00:00
Tobias Hartmann
7f418b7005
8388441: [lworld] Expansion of substitutability test fails after macro expansion
...
Reviewed-by: mchevalier, chagedorn
2026-08-03 06:34:37 +00:00
Tobias Hartmann and Fei Yang
185c99feb8
8388192: [lworld] Some code is not guarded by Arguments::is_valhalla_enabled()
...
Co-authored-by: Fei Yang <fyang@openjdk.org >
Reviewed-by: aboldtch, chagedorn, kvn
2026-08-03 06:18:46 +00:00
Christian Hagedorn
93635dedb9
8346316: compiler/rangechecks/TestLongRangeCheck.java fails intermittently with DeoptimizeALot
...
Reviewed-by: mhaessig, thartmann, dlong
2026-08-03 06:17:08 +00:00
Christian Hagedorn
37ab50a190
8389088: [lworld] C2: assert(false) failed: empty program detected during loop optimization
...
Reviewed-by: mchevalier, thartmann
2026-08-03 06:09:44 +00:00
Christian Hagedorn and Dean Long
ba05044f2c
8388007: [lworld] [Umbrella] Adressing remaining compiler review comments from the Valhalla PR
...
Co-authored-by: Dean Long <dlong@openjdk.org >
Reviewed-by: thartmann, mchevalier
2026-08-03 06:09:25 +00:00
Tobias Hartmann
0ddc887bd9
8389450: [lworld] Value class adapter generation leaks CodeCache BufferBlob
...
Reviewed-by: phubner, aboldtch
2026-08-03 05:46:19 +00:00
Tobias Hartmann
282b67e90e
8389214: [lworld] StoreFlatNode with TOP value input not correctly handled by IGVN
...
Reviewed-by: mchevalier, chagedorn
2026-08-03 05:45:51 +00:00
Ioi Lam
3b3f9649f1
8382879: AOT training run exits with 0 even if assembly subprocess fails
...
Reviewed-by: kvn, jsjolen
2026-08-03 05:45:25 +00:00
Tobias Hartmann
3bfc2b844d
8389235: [lworld] Wrong reason for too_many_traps_or_recompiles check in Parse::speculate_non_flat_array
...
Reviewed-by: mchevalier, chagedorn
2026-08-03 05:43:00 +00:00
Tobias Hartmann
85860bee21
8388468: [lworld] TestIntrinsics intermittently fails due to unexpected substitutability
...
Reviewed-by: mchevalier, fparain
2026-08-03 05:40:54 +00:00
Tobias Hartmann
a282521750
8388851: [lworld] Remove obsolete array store address recomputation
...
Reviewed-by: mchevalier, chagedorn
2026-08-03 05:40:39 +00:00
Tobias Hartmann
c6da3a4b37
8388317: [lworld] LibraryCallKit::inline_unsafe_flat_access asserts on null literal
...
Reviewed-by: chagedorn, fparain
2026-08-03 05:38:33 +00:00
Guoxiong Li
5b2d6991a1
8389384: JDK-6960970 broke cross compilation on slow-debug level
...
Reviewed-by: dholmes, sspitsyn
2026-08-02 03:54:07 +00:00
Guanqiang Han
79b0a1c326
8389552: [s390]: Build fails due to missing CodeCache declaration in continuationEntry_s390.inline.hpp
...
Reviewed-by: amitkumar
2026-08-01 07:05:36 +00:00
Gui Cao
4a6718b062
8389312: RISC-V: vector_update_crc32 wrongly assumes undisturbed tail elements
...
Reviewed-by: fyang, dzhang
2026-08-01 03:05:13 +00:00
Jaikiran Pai
add59ed298
8388400: Incorrect null check in jdk.internal.jrtfs.ExplodedImage$PathNode constructor
...
Reviewed-by: alanb, liach
2026-08-01 02:21:58 +00:00
Jaikiran Pai
af4e9468d3
8389514: HttpClientImpl$SelectorManager.deregistrations collection is always empty resulting in dead code
...
Reviewed-by: dfuchs, djelinski
2026-08-01 02:13:56 +00:00
Daniel D. Daugherty
eacfa42856
8389533: ProblemList gc/g1/TestCodeCacheUnloadDuringConcurrentMark.java in Xcomp mode
...
Reviewed-by: liach, phubner
2026-07-31 17:47:14 +00:00
Mat Carter
b030a508d7
8382692: Use 'isb' instruction in SpinPause on windows-aarch64
...
Reviewed-by: fbredberg, jsjolen
2026-07-31 17:20:20 +00:00
Sorna Sarathi N
835c7b1be5
8354489: Some callers of VMError::report_and_die think it can return
...
Reviewed-by: amitkumar, dholmes
2026-07-31 12:49:29 +00:00
Daniel Jeliński
6b590fd86d
8389395: Use factory method to construct SequentialSchedulers
...
Reviewed-by: dfuchs
2026-07-31 11:29:34 +00:00
Jaikiran Pai
17ae7267d1
8389498: Enable HttpClient debug logging in java/net/httpclient/http2/H2GoAwayPromptConnectionClose.java test
...
Reviewed-by: djelinski, dfuchs
2026-07-31 11:10:23 +00:00
Jaikiran Pai
33627385f0
8389392: Leftover policy files in java.net tests after Security Manager removal
...
Reviewed-by: kevinw, dfuchs
2026-07-31 10:32:42 +00:00
+54
cc278dbb8a
8389219: Implement JEP 401: Value Objects (Preview)
...
8389220: Implement JEP 539: Strict Field Initialization in the JVM (Preview)
Co-authored-by: David Simms <dsimms@openjdk.org >
Co-authored-by: Dan Smith <dlsmith@openjdk.org >
Co-authored-by: Frederic Parain <fparain@openjdk.org >
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org >
Co-authored-by: Roger Riggs <rriggs@openjdk.org >
Co-authored-by: Vicente Romero <vromero@openjdk.org >
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org >
Co-authored-by: Karen Kinnear <acorn@openjdk.org >
Co-authored-by: Alex Menkov <amenkov@openjdk.org >
Co-authored-by: Bill Huang <bhuang@openjdk.org >
Co-authored-by: Benoît Maillard <bmaillard@openjdk.org >
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org >
Co-authored-by: Chris Plummer <cjplummer@openjdk.org >
Co-authored-by: Casper Norrbin <cnorrbin@openjdk.org >
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org >
Co-authored-by: David Beaumont <dbeaumont@openjdk.org >
Co-authored-by: Daniel D. Daugherty <dcubed@openjdk.org >
Co-authored-by: Damon Fenacci <dfenacci@openjdk.org >
Co-authored-by: David Holmes <dholmes@openjdk.org >
Co-authored-by: Dmitry Samersoff <dsamersoff@openjdk.org >
Co-authored-by: Eric Caspole <ecaspole@openjdk.org >
Co-authored-by: Evgeny Nikitin <enikitin@openjdk.org >
Co-authored-by: Ekaterina Pavlova <epavlova@openjdk.org >
Co-authored-by: Fei Yang <fyang@openjdk.org >
Co-authored-by: Dan Heidinga <heidinga@openjdk.org >
Co-authored-by: Harold Seigel <hseigel@openjdk.org >
Co-authored-by: Ioi Lam <iklam@openjdk.org >
Co-authored-by: Ivan Walulya <iwalulya@openjdk.org >
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org >
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org >
Co-authored-by: Jim Laskey <jlaskey@openjdk.org >
Co-authored-by: John R Rose <jrose@openjdk.org >
Co-authored-by: Joel Sikström <jsikstro@openjdk.org >
Co-authored-by: Lois Foltan <lfoltan@openjdk.org >
Co-authored-by: Chen Liang <liach@openjdk.org >
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org >
Co-authored-by: Matias Saavedra Silva <matsaave@openjdk.org >
Co-authored-by: Marc Chevalier <mchevalier@openjdk.org >
Co-authored-by: Mandy Chung <mchung@openjdk.org >
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org >
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org >
Co-authored-by: Manuel Hässig <mhaessig@openjdk.org >
Co-authored-by: Nick Gasson <ngasson@openjdk.org >
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org >
Co-authored-by: Paul Hübner <phubner@openjdk.org >
Co-authored-by: Paul Sandoz <psandoz@openjdk.org >
Co-authored-by: Quan Anh Mai <qamai@openjdk.org >
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org >
Co-authored-by: Roland Westrelin <roland@openjdk.org >
Co-authored-by: Srikanth Adayapalam <sadayapalam@openjdk.org >
Co-authored-by: Aleksey Shipilev <shade@openjdk.org >
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org >
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org >
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org >
Co-authored-by: Stefan Karlsson <stefank@openjdk.org >
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org >
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org >
Co-authored-by: Zoltan Majo <zmajo@openjdk.org >
Co-authored-by: Alan Bateman <alanb@openjdk.org >
Co-authored-by: Jaikiran Pai <jpai@openjdk.org >
Co-authored-by: Martin Doerr <mdoerr@openjdk.org >
Co-authored-by: Richard Reingruber <rrich@openjdk.org >
Co-authored-by: Feilong Jiang <fjiang@openjdk.org >
Co-authored-by: Daisuke Yamazaki <dyama@openjdk.org >
Reviewed-by: mcimadamore, liach, darcy, dcubed, aboldtch, coleenp, iklam, jlahoda, dlong, jpai, vklang, heidinga, sspitsyn, cjplummer
2026-07-31 00:45:12 +00:00
Jaikiran Pai
0d4fb55655
8385131: HTTP/2 connection not closed after receiving GOAWAY frame when no streams are active
...
Reviewed-by: djelinski
2026-07-30 15:49:34 +00:00
Fairoz Matte
7e6a82069a
8386884: GC.heap_dump -parallel accepts values outside uint range and silently wraps
...
Reviewed-by: ayang, phubner, kevinw
2026-07-30 14:51:16 +00:00
Daniel Jeliński
d78a34e0a1
8389323: Remove unused jdk.internal.httpclient.monitorFlowDelegate property
...
Reviewed-by: jpai, michaelm
2026-07-30 13:27:54 +00:00
Matthias Baesken
76f9490a55
8388030: Provide configure option to disable build of libjsound
...
Reviewed-by: clanger, azeller, prr
2026-07-30 11:47:14 +00:00
Matthias Baesken
9175632078
8388991: Adjust relauncher.c to avoid unused variable and init STARTUPINFO as suggested
...
Reviewed-by: stuefe, dholmes
2026-07-30 07:22:06 +00:00
Arno Zeller
a3dff658bb
8375623: Excessive disk space usage of jpackage and jlink tests in debug builds after JDK-8373246
...
Reviewed-by: clanger
2026-07-30 07:19:19 +00:00
Arno Zeller
e04f4dd46f
8387324: jlink --strip-debug should filter external debug symbols
...
Reviewed-by: sgehwolf, dbalek, clanger
2026-07-30 07:17:04 +00:00
by1361092
94e1b11e7d
8388415: Typo "sufficent" (instead of "sufficient") in package-info.java of java.lang.classfile.attribute package
...
Reviewed-by: liach, amitkumar
2026-07-30 05:43:08 +00:00
by1361092
4fab9a73f4
8388698: Typo "docllint" instead of "doclint" in jdk.compiler module-summary.html
...
Reviewed-by: jjg
2026-07-30 03:59:35 +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
Arno Zeller
cc1238890c
8387143: Test containers/docker/TestMemoryAwareness.java fails in testOOM
...
Reviewed-by: mbaesken, clanger, stuefe
2026-07-29 08:18:01 +00:00
Matthias Baesken
84a66dbac7
8388872: Avoid unused variables warnings in libj2pkcs11
...
Reviewed-by: ayang, valeriep
2026-07-29 08:06:36 +00:00
Prasanta Sadhukhan
ce1779910c
8388486: javax/swing/JInternalFrame/8069348/bug8069348.java fails with Internal frame is not correctly dragged!
...
Reviewed-by: azvegint, serb
2026-07-29 05:08:20 +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
Naoto Sato
b97ec9feda
8388794: Short display name tests for zones with explicit DST offsets
...
Reviewed-by: iris, jlu
2026-07-28 18:32:43 +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
Ashay Rane
44ef3188ad
8387309: GetXSpace test fails on ReFS and removable Windows volumes
...
Reviewed-by: jpai
2026-07-28 02:03:35 +00:00
Prasanta Sadhukhan
410a952239
8388485: javax/swing/JInternalFrame/Test6505027.java fails with Cannot invoke "Object.getClass()" because "<local0>" is null
...
Reviewed-by: prr, serb
2026-07-28 01:23:04 +00:00
Liam Miller-Cushon
b4d1d7e40c
8383920: Clean up calls to deprecated getStartPosition and getEndPosition methods
...
Reviewed-by: liach, vromero
2026-07-27 20:31:21 +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
Prasanta Sadhukhan
3d44c66751
8388849: javax/swing/JInternalFrame/8069348/bug8069348.java should ignore execution in non-Windows platform if sun.java2d.d3d=true
...
Reviewed-by: azvegint, prr
2026-07-27 01:19:34 +00:00
Gui Cao and Dingli Zhang
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
Prasanta Sadhukhan
3859931f5e
8387645: Replace obsolete sun.java2d.noddraw property with sun.java2d.d3d
...
Reviewed-by: prr
2026-07-26 06:13:15 +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
Galder Zamarreño
67afba7cbe
8364025: MinMaxVector clipping range benchmark highestInt/Long can overflow
...
Reviewed-by: roland, kxu
2026-07-24 20:31:59 +00:00
Ashutosh Mehra
bb2cdfe569
8387743: [aot] AOT tests fail intermittently with "incompatible CompressedOops::base()"
...
Reviewed-by: kvn, iklam
2026-07-24 18:09:00 +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
Ioi Lam
1897d8e0a7
8388883: Exclude CommandLineFlagComboNegative.java from test group hotspot_appcds_dynamic
...
Reviewed-by: matsaave
2026-07-23 20:52:52 +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
Christian Hagedorn
94cd8b6900
8388432: [IR Framework] Various clean-ups in preparation for skipping IR tests and IR rules
...
Reviewed-by: mchevalier, thartmann
2026-07-23 14:10:14 +00:00
Christian Hagedorn
3f427133fd
8388437: [IR Framework] Remove unused applyIfNot attribute in @IR
...
Reviewed-by: mchevalier, thartmann
2026-07-23 14:09:55 +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
Serguei Spitsyn
303b84d4bc
8384882: jvmti/IterateOverReachableObjects/iterreachobj002 fails with Not a valid malloc pointer
...
Reviewed-by: cjplummer, dholmes
2026-07-22 22:13:26 +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
Matthias Baesken
93d30d3256
8387876: Remove psapi lib
...
Reviewed-by: clanger, lucy, kevinw
2026-07-22 07:21:20 +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
Daniel Jeliński
13cb51b07d
8388538: com/sun/net/httpserver/simpleserver/jwebserver/MaxRequestTimeTest.java does not test the maximum request time
...
Reviewed-by: jpai
2026-07-22 06:45:01 +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
Jeremy Wood
bf7a715250
8385367: JTextComponent#setDocument() can reattach old AccessibleContext
...
Reviewed-by: prr, kizune
2026-07-21 18:28:06 +00:00
Brent Christian
9efe2ddd38
Merge
...
Reviewed-by: prr, kcr
2026-07-21 18:20:34 +00:00
Manuel Hässig
b65f46d403
8388523: C2: Test compiler/igvn/TestMaskedStoreIdealization.java failed
...
8388539: [TESTBUG] compiler/igvn/TestMaskedStoreIdealization.java fails on Release Builds
Reviewed-by: thartmann, epeter
2026-07-21 12:52:56 +00:00
Benjamin Peterson
32ef6a78c9
8388046: (fs) UnixFileSystem Flags.failIfUnableToCopyPosix and Flags.failIfUnableToCopyNonPosix no longer needed
...
Reviewed-by: alanb
2026-07-21 12:00:29 +00:00
Sean Mullan
659a1f3873
8386680: Specify how cipher suite matching is implemented in jdk.tls.disabledAlgorithms security property
...
Reviewed-by: abarashev
2026-07-21 11:12:30 +00:00
Albert Mingkun Yang
2fbd898824
8388477: Replace false with 0 in IntelJccErratum::compute_padding
...
Reviewed-by: shade
2026-07-21 06:49:24 +00:00
Yasumasa Suenaga
9335968057
8386593: AArch64: serviceability/sa/TestJhsdbJstackMixedWithXComp.java fails on Ubuntu 26.04
...
Reviewed-by: cjplummer, dzhang
2026-07-21 06:13:47 +00:00
David CARLIER
ffd46e01a6
8388464: New test serviceability/jvmti/GetLocalVariable/GetSetLocalSlotOverflow.java is failing with virtual threads
...
Reviewed-by: cjplummer, dholmes
2026-07-20 18:13:47 +00:00
Patricio Chilano Mateo
647c195d48
8386116: vm/jvmti/StopThread/stop001/stop00103/stop00103a.html trips assert(!java_lang_Thread::is_in_vthread_transition(vthread)) failed
...
Reviewed-by: dholmes, sspitsyn, dcubed
2026-07-20 18:13:19 +00:00
Manuel Hässig
4e30a933bf
8387073: C2: StoreNode::Ideal wrongly optimizes away scalar store before masked vector store
...
Reviewed-by: epeter, thartmann, qamai, chagedorn
2026-07-20 15:36:54 +00:00
Daniel Gredler
436e3647cb
8387375: Update package sun.font to use instanceof pattern variable
...
Reviewed-by: prr, psadhukhan
2026-07-20 15:18:18 +00:00
Matthew Donovan
bb531919d6
8376599: Update Cipher/PBE/PBEKeyTest.java for non-ASCII characters
...
Reviewed-by: rhalade
2026-07-20 13:35:29 +00:00
Jan Lahoda and Alex Buckley
99255c44eb
8186876: JShell: access javadoc for user/library classes
...
Co-authored-by: Alex Buckley <abuckley@openjdk.org >
Reviewed-by: vromero, asotona
2026-07-20 13:02:39 +00:00
Maurizio Cimadamore
3623246047
8383563: Record pattern inference fails when inferred type arguments are same as formals
...
Reviewed-by: vromero, jlahoda
2026-07-20 13:00:13 +00:00
Andrew Dinn
87c1807272
8388381: appcds/aotClassLinking/AddReads.java fails with assert(stub_id != StubId::NO_STUBID) failed: blob continuation_blob (stub gen) contains no stubs! when run with -XX:-VMContinuations
...
Reviewed-by: kvn, iklam
2026-07-20 12:40:08 +00:00
Amit Kumar
857df83728
8388439: [s390x] LoadNKlass rule doesn't kill CC
...
Reviewed-by: aph, stuefe
2026-07-20 12:20:09 +00:00
Andreas Chmielewski
1f064af63e
8387874: Timeout when running test BulkCipherDisabledAlgorithms
...
Reviewed-by: abarashev, mullan
2026-07-20 11:58:02 +00:00
Jan Lahoda
78ee01b2a6
8387965: Incorrect line numbers for instanceof with pattern matching
...
Reviewed-by: vromero
2026-07-20 10:11:43 +00:00
Gui Cao and Dingli Zhang
b0417f6ff0
8388456: RISC-V: Add UseZvbb to RVA23U64Profile
...
Co-authored-by: Dingli Zhang <dzhang@openjdk.org >
Reviewed-by: fyang, wenanjian
2026-07-20 08:33:44 +00:00
Jan Lahoda
9b69184e56
8387377: Compilation is very slow when --module-path contains many Automatic Modules and ALL-MODULE-PATH is used
...
Reviewed-by: vromero
2026-07-20 06:59:36 +00:00
Guanqiang Han
acdcbf8425
8388312: ZGC: Diagnostic VM option ZIndexDistributorStrategy is not validated
...
Reviewed-by: aboldtch, ayang
2026-07-20 06:55:53 +00:00
Jan Lahoda and Alex Buckley
b61ef6bd26
8387977: The java manpage should describe the new main method variants
...
Co-authored-by: Alex Buckley <abuckley@openjdk.org >
Reviewed-by: dholmes, vromero, iris
2026-07-20 03:53:09 +00:00
Arno Zeller
2ac4a2db14
8386595: Two java/net/MulticastSocket tests fail on machines with no ipv6 address other than loopback
...
Reviewed-by: jpai
2026-07-20 01:39:07 +00:00
Gui Cao
e487b0dd02
8388075: RISC-V: Auto-enable Zvbc extension features
...
Reviewed-by: fyang, dzhang
2026-07-18 09:16:04 +00:00
David Briemann
e065824fbd
8387210: PPC64: Remove postalloc_expand from EncodePKlass and DecodeNKlass nodes
...
Reviewed-by: rrich, mbaesken, mdoerr
2026-07-18 06:43:58 +00:00
Artur Barashev
c6aaf91d2b
8385076: Follow-on fix for Improve certification checking
...
Reviewed-by: ahgross, rhalade, jnibedita, pkumaraswamy, weijun, mullan
2026-07-17 13:20:30 -07:00
Jayathirth D V
88fb149eb0
8377158: Enhance XBM image support
...
Reviewed-by: rhalade, aivanov, prr, azvegint
2026-07-17 13:20:30 -07:00
Weijun Wang
24def160f9
8381049: Enhance Jar handling
...
Reviewed-by: hchao, rhalade, mdonovan, abarashev, mullan, mpowers
2026-07-17 13:20:30 -07:00
Jamil Nimeh
7e17c402e4
8381796: Enhance Certificate parsing
...
Reviewed-by: ascarpino, abarashev, rhalade, mdonovan
2026-07-17 13:20:30 -07:00
Anthony Scarpino
48d32601cd
8381519: Enhance Der Value Handling
...
Reviewed-by: mschoene, jnimeh, valeriep
2026-07-17 13:20:30 -07:00
Jayathirth D V
33e220059b
8381039: Enhance AWT ImagingLib
...
Reviewed-by: mschoene, rhalade, azvegint, prr
2026-07-17 13:20:30 -07:00
Artur Barashev
404a4dd177
8380672: Improve certification checking
...
Reviewed-by: ahgross, jnibedita, pkumaraswamy, rhalade, weijun, mullan
2026-07-17 13:20:30 -07:00
Weijun Wang
0203dcff4b
8377833: Enhance Jar file processing
...
Reviewed-by: ahgross, rhalade, hchao, mullan
2026-07-17 13:20:29 -07:00
Daniel Fuchs
a8834d6dd0
8378687: Improve delegation of HttpURLConnection
...
Reviewed-by: rhalade, jpai, michaelm, skoivu
2026-07-17 13:20:29 -07:00
Jayathirth D V
d72538f9a5
8374058: Enhance JPEG handling
...
Reviewed-by: mschoene, rhalade, psadhukhan, prr
2026-07-17 13:20:29 -07:00
Volkan Yazici
1b0aeb0940
8377498: Improve HttpServer handling
...
Reviewed-by: dfuchs
2026-07-17 13:20:29 -07:00
Bradford Wetmore
b84cef8064
8368041: Enhance TLS certificate handling
...
Reviewed-by: jnimeh, abarashev, hchao, djelinski, ksreenath, ahgross, rhalade
2026-07-17 13:20:29 -07:00
Artur Barashev
2a83c50977
8373275: Improve DTLS handshaking
...
Reviewed-by: rhalade, pkumaraswamy, ahgross, jnibedita, jnimeh, mullan
2026-07-17 13:20:29 -07:00
Chad Rakoczy
ae6332d6e6
8388358: HotCodeHeap should throw warning when enabled without C2
...
Reviewed-by: kvn, eastigeevich
2026-07-17 15:51:06 +00:00
Roland Westrelin
5b3456ce70
8388406: [BACKOUT] C2: crash in compiled code due to zero division because of widened CastII
...
Reviewed-by: thartmann, chagedorn
2026-07-17 15:02:34 +00:00
Thomas Stuefe
9e9fae6584
8387652: [aarch64] Fallback mode for narrow klass decoding
...
Reviewed-by: aph, adinn, rkennke, galder
2026-07-17 13:44:59 +00:00
Dingli Zhang
9601cfb31b
8388399: RISC-V: Enable vector FP16 conversions with Zvfhmin
...
Reviewed-by: fyang, wenanjian
2026-07-17 13:18:05 +00:00
Harshit Dhiman
026a63d0d9
8388285: [s390] compP_reg_mem is missing the barrier_data() == 0 predicate
...
Reviewed-by: amitkumar, aph
2026-07-17 11:08:58 +00:00
April Ivy
a15f693cb8
8387467: ZGC: Use shared thread-local _nmethod_disarmed_guard_value
...
Reviewed-by: aboldtch, ayang, eosterlund
2026-07-17 08:44:52 +00:00
Jatin Bhateja
5bea309caa
8387698: C2 VectorAPI: Float16Vector::indexInRange hits: fatal error: Not monotonic
...
Reviewed-by: chagedorn, epeter
2026-07-17 07:07:52 +00:00
Matthias Baesken
2278ade4e8
8387674: Remove isXP() function from jabswitch.cpp
...
Reviewed-by: prr, clanger
2026-07-17 07:05:51 +00:00
Volkan Yazici
160382009f
8387598: sun.net.httpserver.maxReqTime and maxRspTime properties expect values in seconds
...
Reviewed-by: jpai
2026-07-17 06:38:30 +00:00
Matthias Baesken
3e67ebff07
8387701: TestAVXRegisterDump: guarantee(how == 0) failed: test guarantee
...
Reviewed-by: missa, sviswanathan, kvn
2026-07-17 06:35:20 +00:00
Volkan Yazici
0ad1166ada
8387753: Improve SimpleDateFormat.set2DigitYearStart() documentation
...
Reviewed-by: naoto
2026-07-17 05:55:39 +00:00
David CARLIER
6987a3593f
8387718: JVMTI GetLocal/SetLocal: slot bounds check overflows for long/double slots
...
Reviewed-by: dholmes, sspitsyn
2026-07-17 05:02:17 +00:00
Harshit Dhiman
c5c366ad0c
8388284: [s390] resolve_jobject uses wrong branch condition after tmll
...
Reviewed-by: amitkumar, aph
2026-07-17 04:14:32 +00:00
Benjamin Peterson
bb3baa85b8
8388360: Dead sharedRuntime.cpp stub name code
...
Reviewed-by: dholmes
2026-07-17 02:19:00 +00:00
Guanqiang Han
b7b29c7082
8388186: java -XX:UseSSE=2 -XX:+EnableX86ECoreOpts -version crashes with assert(UseAVX > 0) failed: requires some form of AVX
...
Reviewed-by: asmehra, kvn
2026-07-17 02:14:36 +00:00
Mark Powers
24a1532719
8359758: O(n²) time complexity in sun.security.util.LocalizedMessage.getNonlocalized
...
Reviewed-by: djelinski, weijun, abarashev
2026-07-16 23:48:46 +00:00
April Ivy
816fe33ea6
8387991: Optimize execution of runtime/Thread/TestSpinPause.java
...
Reviewed-by: dholmes, lmesnik
2026-07-16 18:55:38 +00:00
Daisuke Yamazaki
80476532c0
8382269: keytool man page references to "JKS" need to be cleaned up
...
Reviewed-by: mullan, hchao
2026-07-16 14:10:24 +00:00
Ozan Cetin
820d28feb5
8370870: IGV: add simple regression tests for graph dumping
...
Reviewed-by: chagedorn, shade
2026-07-16 10:22:01 +00:00
Ashutosh Mehra
bc03baed72
8387745: [aot] Several tests fail because a SoftReferenceKey cannot be archived
...
Reviewed-by: iklam, kvn
2026-07-16 00:48:42 +00:00
Vladimir Ivanov
399317d393
8388357: ProblemList compiler/vectorapi/VectorStoreMaskIdentityTest.java
...
Reviewed-by: liach, kvn
2026-07-15 21:21:29 +00:00
Chen Liang
2659bfe355
8388347: Remove enablePreview from TestEnableNativeAccessJarManifest
...
Reviewed-by: jpai, jvernee
2026-07-15 19:16:54 +00:00
Chris Plummer
c4a8cb2349
8387640: vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001/TestDescription.java fails intermittently
...
Reviewed-by: sspitsyn, lmesnik
2026-07-15 17:46:57 +00:00
Aleksey Shipilev
41a188f1d1
8387463: Shenandoah: Use direct oop_oop_iterate methods for known types in marking loops
...
Reviewed-by: wkemper, xpeng, kdnilsen
2026-07-15 16:39:12 +00:00
Justin Lu
96737cf510
8387261: Locale.LanguageRange weight validation issues
...
Reviewed-by: naoto
2026-07-15 16:18:00 +00:00
Naoto Sato
c6a068a5ee
8388183: Wrong example in documentation for String.toLowerCase()
...
Reviewed-by: jlu, iris
2026-07-15 16:15:12 +00:00
79568c915a
8384557: Allow configuration of the JVM's temporary directory on Linux
...
Co-authored-by: Kevin Walls <kevinw@openjdk.org >
Co-authored-by: David Holmes <dholmes@openjdk.org >
Reviewed-by: dholmes, sspitsyn, jsjolen, kevinw
2026-07-15 15:02:05 +00:00
Matias Saavedra Silva
82a2089959
8365575: AOT cache should include classes verified using "fail over" verification
...
Reviewed-by: iklam, liach
2026-07-15 14:30:08 +00:00
Derek White
d1c87e5b4f
8388080: Increase static size of some stubs for APX code
...
Reviewed-by: sviswanathan, kvn
2026-07-15 13:42:10 +00:00
Robert Toyonaga
376ecc5a9d
8386546: Fix race when reserving memory with NUMA interleaving on Windows
...
Reviewed-by: asmehra, stuefe
2026-07-15 13:37:35 +00:00
Erik Gahlin
723826295a
8385957: JFR: Sensitive command-line arguments still in environment variable values
...
Reviewed-by: mgronlun, rtoyonaga
2026-07-15 11:04:04 +00:00
Albert Mingkun Yang
4086d114ed
8388188: NMT: Remove unused local variable in RegionIterator::next_committed
...
Reviewed-by: phubner, cnorrbin
2026-07-15 10:10:31 +00:00
Ruben Ayrapetyan
2a262d242f
8387149: C2: assert(regs[i] != regs[j]) failed: regs[2] and regs[3] are both: v24
...
Reviewed-by: aph, fgao
2026-07-15 09:57:38 +00:00
Roland Westrelin
d6899460c7
8380166: C2: crash in compiled code due to zero division because of widened CastII
...
Reviewed-by: qamai, chagedorn
2026-07-15 09:25:58 +00:00
EunHyunsu
f146847ca1
8380549: HttpCookie.expiryDate2DeltaSeconds returns 0 on parse failure, causing immediate cookie expiration
...
Reviewed-by: vyazici, michaelm
2026-07-15 07:16:10 +00:00
Quan Anh Mai
2b05a136cb
8387328: C2: A Phi must not have a narrower Type than its inputs
...
Reviewed-by: thartmann, vlivanov
2026-07-15 07:08:24 +00:00
Daniel Skantz
5c673a17c0
8387414: Insufficient feature gate in vm_version_x86 for UseKyberIntrinsics
...
Reviewed-by: semery, kvn
2026-07-15 06:36:49 +00:00
Harshit Dhiman
10ec62d643
8388016: [s390x] Remove the alignment from stubGenerator
...
Reviewed-by: aph, amitkumar
2026-07-15 04:17:27 +00:00
William Kemper
6ae23a0d65
8388058: Shenandoah: Refactor arraycopy_work
...
Reviewed-by: kdnilsen, shade
2026-07-14 23:41:25 +00:00
Hai-May Chao
0381286ade
8376748: Emit runtime warnings for JCE algorithms that will be disabled
...
Reviewed-by: mullan
2026-07-14 20:46:53 +00:00
Vladimir Ivanov
fe430ad121
8387940: C2: Stress allocation elimination failures
...
Reviewed-by: chagedorn, kvn, qamai
2026-07-14 19:14:06 +00:00
William Kemper
189dde7dfe
8388173: Shenandoah: Overly strict assertion failure in CAS barrier
...
Reviewed-by: shade, xpeng
2026-07-14 18:42:48 +00:00
Aleksey Shipilev
0efadf5f54
8388139: Shenandoah: -XX:+VerifyOops fails on forwarded objects with COH
...
Reviewed-by: wkemper, xpeng
2026-07-14 17:58:31 +00:00
Albert Mingkun Yang
5d24cecccd
8387048: NMTCommittedVirtualMemoryTracker.test_committed_virtualmemory_region_vm fails due to found_stack_top
...
Reviewed-by: rtoyonaga, stuefe
2026-07-14 17:25:01 +00:00
Quan Anh Mai
499a25b2d0
8386503: C2: assert(adr_type == nullptr || adr_type->isa_aryptr() != nullptr) failed: unexpected type-unsafe store
...
Reviewed-by: epeter, vlivanov
2026-07-14 16:47:49 +00:00
Vladimir Ivanov and Roberto Castañeda Lozano
e452e6c8b0
8374783: C2 compilation asserts with "slice of address and input slice don't match"
...
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org >
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org >
Reviewed-by: chagedorn, qamai
2026-07-14 16:13:18 +00:00
Mark Powers
f71c37bdb3
8358549: O(n²) time complexity in java.security.Provider.parseLegacy() method
...
Reviewed-by: mullan, djelinski
2026-07-14 14:47:16 +00:00
Benjamin Peterson
feb944c6c9
8387637: Dead code for upwards interpreter stacks
...
Reviewed-by: coleenp, dholmes, shade
2026-07-14 13:29:26 +00:00
Jatin Bhateja
6e2a4f847f
8386322: Float16Vector.toString should render lane values using Float16.toString
...
Reviewed-by: psandoz, rgiulietti
2026-07-14 12:57:49 +00:00
Ashay Rane
be40b6bcda
8387188: JImageExtractTest.java test should deny APPEND_DATA ACL in testExtractToReadOnlyDir
...
Reviewed-by: alanb, dbalek
2026-07-14 09:12:36 +00:00
Matthias Baesken
6ec04bb204
8387675: IS_WINVISTA macro is obsolete
...
Reviewed-by: aivanov, stuefe, prr
2026-07-13 18:04:04 +00:00
Vladimir Ivanov
30abe0b3a6
8373487: Out-of-bounds access in AlignmentGapAccess test
...
Reviewed-by: dlong, ayang
2026-07-13 17:51:11 +00:00
Elif Aslan
151516fae2
8387985: sun/tools/jstat shell tests fail on platforms that do not support ParallelGC
...
Reviewed-by: cjplummer, dholmes
2026-07-13 16:46:50 +00:00
Justin Lu
d343e6c854
8387455: Restrict legacy Locale compatibility handling to exact matches
...
Reviewed-by: naoto
2026-07-13 16:23:47 +00:00
April Ivy
0dcfa722aa
8388120: [s390x] c2: c_return_value is redundant
...
Reviewed-by: amitkumar, rrich
2026-07-13 13:36:26 +00:00
Albert Mingkun Yang
bc1bd75e7b
8388122: NMT: Remove unused comm_size variable from RegionsTree::visit_committed_regions
...
Reviewed-by: stuefe
2026-07-13 12:32:57 +00:00
Amit Kumar
6247550cec
8388117: [s390x] is_z_illtrap should recognise all forms
...
Reviewed-by: lucy, hdhiman
2026-07-13 08:09:54 +00:00
Matthias Baesken
f6d897614d
8387702: Linux/clang: enable linktime-gc on libjvm.so too, when it is configured
...
Reviewed-by: mdoerr, lucy, clanger
2026-07-13 07:08:31 +00:00
April Ivy
b3d98954d1
8387996: Remove reference to -d64 from serviceability tool manpages
...
Reviewed-by: dholmes
2026-07-13 04:31:35 +00:00
zifeihan
7a5e6ef6aa
8388035: RISC-V: Auto-enable Zfa extension features
...
Reviewed-by: fyang, dzhang
2026-07-13 01:50:44 +00:00
April Ivy
d3e5304c0f
8382841: Revert annotation parsing changes from libgraal
...
Reviewed-by: liach, darcy
2026-07-10 21:48:11 +00:00
Evgeny Astigeevich
c0a3082cf1
8388008: AArch64: data race accessing CodeHeap::high in CodeCache::max_distance_to_non_nmethod
...
Reviewed-by: aph, shade, mhaessig, bulasevich
2026-07-10 17:29:07 +00:00
Lawrence Andrews
119fe211c8
8388001: Test java/awt/Frame/PackTwiceTest.java fails because the frame title is displayed as 'PackTwiceTest TestFrame' instead of 'TestFrame'
...
Reviewed-by: azvegint, prr
2026-07-10 16:43:32 +00:00
Artur Barashev
6eccdd862a
8387578: Test sun/security/ssl/SSLSessionImpl/ResumeChecksServer.java failed: Existing session was used: FAIL
...
Reviewed-by: mullan
2026-07-10 14:33:11 +00:00
Artur Barashev
7295b8aa2c
8386953: sun/security/ssl/CertificateCompression/CompressedCertMsgCache.java failing
...
Reviewed-by: mullan
2026-07-10 14:27:29 +00:00
Vladimir Petko
978dfecb65
8387580: [S390x] OpenJDK build crashes with SIGSEGV in HashMap::resize()
...
Reviewed-by: amitkumar, hdhiman
2026-07-10 07:07:20 +00:00
Albert Mingkun Yang
3e2366e7f5
8387742: Reclaim CodeCache nmethods more promptly
...
Reviewed-by: tschatzl, shade
2026-07-10 06:36:00 +00:00
Amit Kumar
3354ad3b6f
8386586: [s390x] TestSyncOnValueBasedClassEvent.java fails due to incorrect branch
...
Reviewed-by: aph, hdhiman
2026-07-10 06:05:42 +00:00
Xiaolong Peng
05be7e5439
8387806: Shenandoah: Reduce allocation-path contention from ShenandoahAllocRate byte accounting
...
Reviewed-by: shade, wkemper, kdnilsen
2026-07-10 02:40:40 +00:00
Patrick Fontanilla
cd7b5fc7a5
8386872: Test gc/shenandoah/generational/TestOldGrowthTriggers still fails intermittently
...
Reviewed-by: wkemper, kdnilsen
2026-07-09 22:34:25 +00:00
Vladimir Ivanov
4d3723b802
8382536: C2: sharpen_type_after_if: assert(val->find_edge(con) > 0) failed: mismatch
...
Reviewed-by: chagedorn, mchevalier
2026-07-09 16:59:16 +00:00
Aleksey Shipilev
7544c91a81
8387961: Shenandoah: Rework marked objects loop prefetch
...
Reviewed-by: xpeng, wkemper, kdnilsen
2026-07-09 16:46:29 +00:00
Naoto Sato
a230a6099e
8387795: Remove hard coded set of locales in LocaleData
...
Reviewed-by: jlu
2026-07-09 16:28:56 +00:00
Aleksey Shipilev
095cf06e73
8387404: Make ClassLoaderData::oops_do inlineable
...
Reviewed-by: coleenp, xpeng
2026-07-09 16:02:22 +00:00
Manuel Hässig
ab116d00a8
8385945: Deprecate the CompilationMode flag
...
Reviewed-by: dholmes, ayang
2026-07-09 13:45:41 +00:00
d425cbe2f0
8286300: Port JEP 425 to S390X
...
8377034: Enable full JSR166TestCase.java test for s390x
8380035: compiler/intrinsics/TestReturnOopSetForJFRWriteCheckpoint.java crashes on s390x
8335163: [s390x] test failure - PrintClasses.java
Co-authored-by: Andrew Haley <aph@openjdk.org >
Co-authored-by: Richard Reingruber <rrich@openjdk.org >
Reviewed-by: rrich, aph, pchilanomate
2026-07-09 13:38:52 +00:00
Ashutosh Mehra
7753c98686
8386475: C2 x64: -XX:-UseBMI2Instructions is broken for AVX-512
...
Reviewed-by: galder, epeter, kvn
2026-07-09 13:19:37 +00:00
Dingli Zhang
31dede3f96
8368180: RISC-V: Remove redundant ext_Zicboz.enable_feature()
...
Reviewed-by: fyang, gcao
2026-07-09 07:47:14 +00:00
Benjamin Peterson
333deb2cc6
8380967: Canceled HttpClient.sendAsync futures throw inconsistent exceptions
...
Reviewed-by: dfuchs
2026-07-09 06:57:14 +00:00
Emanuel Peter
05c93a1dbb
8387411: C2: assert((in_vt->isa_pvectmask() == nullptr) == (vt->isa_pvectmask() == nullptr)) failed: Both BVectMask, or both NVectMask, or both PVectMask
...
Reviewed-by: chagedorn, thartmann, vlivanov
2026-07-09 04:49:49 +00:00
April Ivy
182b0cb206
8387937: C1: aarch64: two-arg add_debug_info_for_branch looks obsolete
...
Reviewed-by: dlong
2026-07-09 00:17:45 +00:00
Aleksey Shipilev
d5dcbe860d
8387907: Shenandoah: Marking loop prefetch
...
Reviewed-by: wkemper, xpeng, stuefe
2026-07-08 21:25:57 +00:00
Boris Ulasevich
1911bd7782
8378719: CompiledDirectCall::set_to_interpreted() fails with guarantee(chk == -1 || chk == 0) failed: Field too big for insn
...
Reviewed-by: eastigeevich, dlong
2026-07-08 18:05:14 +00:00
Aleksey Shipilev
2130e2555b
8387707: Shenandoah: Simplify reserved queue handling in mark loop
...
Reviewed-by: kdnilsen, xpeng
2026-07-08 16:14:12 +00:00
Jorn Vernee
dca8681fb7
8386848: testBool in java/foreign/normalize/TestNormalize.java fails on Zero VM with expected [true] but found [false]
...
Reviewed-by: mcimadamore, vlivanov
2026-07-08 15:24:43 +00:00
Thomas Schatzl
2dc0c1c5a9
8358342: G1: G1CodeRootSet performance breaks down on even moderate load
...
Reviewed-by: aboldtch
2026-07-08 07:54:18 +00:00
Albert Mingkun Yang
cef023b03b
8386705: Parallel: Allow NUMA with explicit huge pages and adaptive resizing
...
Reviewed-by: tschatzl, mbaesken
2026-07-08 06:50:30 +00:00
Thomas Schatzl
cc2cd968c5
8387765: G1: Let G1HeapRegionType::_tag use the Atomic API
...
Reviewed-by: aboldtch
2026-07-08 06:01:46 +00:00
Thomas Schatzl
597053969e
8387754: G1: Let Eden/SurvivorRegions use Atomic instead of volatile
...
Reviewed-by: aboldtch
2026-07-08 06:01:28 +00:00
Jan Lahoda
ff32e76f48
8387865: ThisEscapeAnalyzer crashes for erroneous source code
...
Reviewed-by: asotona, vromero
2026-07-08 05:44:30 +00:00
Patrick Fontanilla
5926bbfa0a
8386512: Shenandoah: Add a diagnostic option to facilitate testing pinned regions
...
Reviewed-by: kdnilsen, wkemper
2026-07-07 20:23:42 +00:00
Jatin Bhateja
74f9b51f34
8381809: Template Framework Library: add Float16Vector type
...
Reviewed-by: epeter, galder
2026-07-07 14:52:07 +00:00
Thomas Schatzl
6e5bfcc645
8387764: G1: Let G1CollectedHeap::_summary_bytes_used use the Atomic API
...
Reviewed-by: aboldtch, shade
2026-07-07 12:54:47 +00:00
Thomas Schatzl
f264341bac
8387490: G1: Dynamically creating worker threads exposes memory visibility race
...
Reviewed-by: aboldtch, ayang
2026-07-07 12:54:23 +00:00
Thomas Schatzl
fc73ca7f38
8387751: G1: Remove volatile from G1CollectorState::_initiate_conc_mark_if_possible
...
Reviewed-by: aboldtch, ayang
2026-07-07 12:54:01 +00:00
Thomas Schatzl
c8d4c7d181
8387760: G1: Let G1ConcurrentMark::_chunks_in_chunk_list use the Atomic API
...
Reviewed-by: shade, aboldtch
2026-07-07 12:53:43 +00:00
Coleen Phillimore
432f005b87
8387757: Man pages still say CompactObjectHeaders is not default
...
Reviewed-by: stuefe, lfoltan, shade, rkennke, dholmes
2026-07-07 12:22:01 +00:00
Dingli Zhang
ed81db1fe2
8387747: Enable long vector multiply IR tests for RISC-V
...
Reviewed-by: fyang, gcao
2026-07-07 09:42:08 +00:00
Thomas Stuefe
63294ee8ba
8387758: Oop verification wrong in StubGenerator::generate_generic_copy
...
Reviewed-by: shade, galder
2026-07-07 09:39:32 +00:00
Matthias Baesken
cb45fb887a
8387697: Avoid using os::Linux::query_accurate_process_memory_info in JFR
...
Reviewed-by: mgronlun, stuefe
2026-07-07 07:29:39 +00:00
Matthias Baesken
5a7905643b
8386592: Gtest os.trim_native_heap_vm sometimes fails in subtest os.trim_native_heap_vm
...
Reviewed-by: clanger, stuefe
2026-07-07 07:27:18 +00:00
Matthias Baesken
7be9cd9674
8387403: BUILD_LIBJAVA remove special warning settings
...
Reviewed-by: djelinski, naoto, jlu, lucy
2026-07-07 07:22:41 +00:00
Aleksey Shipilev
223b80b6d6
8387713: Shenandoah: Rework native card table barrier
...
Reviewed-by: wkemper, kdnilsen
2026-07-06 20:38:46 +00:00
Aleksey Shipilev
01a9a40218
8387721: C2: Print Node barrier data
...
Reviewed-by: amitkumar, chagedorn
2026-07-06 15:44:00 +00:00
Tobias Hartmann
b9f36a121a
8387638: Some compiler/vectorization/runner/* tests timed out in Driver mode
...
Reviewed-by: chagedorn, mhaessig
2026-07-06 14:09:26 +00:00
Thomas Schatzl
7ac72d18c2
8225186: G1: Compiler code cache requested GC deadlocks while WhiteBox has control
...
Reviewed-by: ayang, iwalulya
2026-07-06 08:58:39 +00:00
Albert Mingkun Yang
6383ad150c
8387581: Serial: Clean up startup allocation locking
...
Reviewed-by: tschatzl, aboldtch
2026-07-06 08:31:54 +00:00
David Briemann
a96895c580
8387019: PPC64: Remove postalloc_expand from cmovI/cmovL bso_reg_conLvalue0 nodes
...
Reviewed-by: mdoerr, rrich
2026-07-06 08:15:19 +00:00
Aleksey Shipilev
b3100b4173
8387400: Force-inline Devirtualizer methods
...
Reviewed-by: kvn, aboldtch
2026-07-06 07:58:46 +00:00
Eric Fang
631b675d79
8387388: AArch64: Optimize reduceLanes MUL op with ext instruction
...
Reviewed-by: aph, xgong
2026-07-06 05:45:30 +00:00
Eric Fang
6e7e6f0bbf
8383905: AArch64: Improve code generation for long vector multiply
...
Reviewed-by: aph, xgong
2026-07-06 05:41:02 +00:00
April Ivy
92b0565b00
8386802: ClassFile Util.entryList should consider non-RandomAccess lists
...
Reviewed-by: liach
2026-07-05 07:22:35 +00:00
Prasanta Sadhukhan
9a85921177
8387693: Remove unused method
...
Reviewed-by: azvegint
2026-07-05 06:09:54 +00:00
Benjamin Peterson
cb511b64e9
8387704: java/nio/file/DirectoryStream/SecureDS.java failing with AccessDeniedException
...
Reviewed-by: alanb
2026-07-04 18:10:55 +00:00
Thomas Stuefe
0d84d84ad2
8387660: Oop verification is sometimes wrong
...
Reviewed-by: shade, kvn
2026-07-04 04:53:08 +00:00
Matthias Baesken
79be204abf
8387465: Remove isXP() function from WPathGraphics.java
...
Reviewed-by: aivanov, mdoerr
2026-07-03 12:35:21 +00:00
Manuel Hässig
16da9173a7
8381880: Test compiler/c1/TestTooManyVirtualRegistersMain.java uses wrong class in CompileCommand
...
Reviewed-by: chagedorn, shade
2026-07-03 06:38:10 +00:00
zifeihan
298965828c
8387078: RISC-V: x27 can be allocated in CompressedOops mode
...
Reviewed-by: dzhang, fyang
2026-07-03 06:37:54 +00:00
Tobias Hartmann
23d1e859c0
8387622: Tests producing many small output writes are extremely slow on Windows
...
Reviewed-by: chagedorn, mchevalier, kvn
2026-07-03 06:06:00 +00:00
Ashay Rane
41a6eee875
8387625: Add "dt_socket" to CheckedFeatures.notImplemented for Windows/ARM64
...
Reviewed-by: cjplummer, shade
2026-07-03 04:33:51 +00:00
Chris Plummer
5a781620b8
8327967: vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java fails intermittently
...
Reviewed-by: sspitsyn, dholmes
2026-07-02 19:56:42 +00:00
Saint Wesonga
43838f04c3
8387302: Disable reserved stack areas for critical sections on Windows AArch64
...
Reviewed-by: dlong, shade
2026-07-02 14:41:17 +00:00
Matthias Baesken
10af769eb0
8387298: IS_WIN2000 and IS_WINXP macros are obsolete
...
Reviewed-by: aivanov, dgredler
2026-07-02 13:47:53 +00:00
Srinivas Vamsi Parasa
9b59c2dc76
8369020: Test compiler/intrinsics/TestLongUnsignedDivMod.java completed and timed out
...
Reviewed-by: mhaessig, thartmann
2026-07-02 12:44:36 +00:00
Alexey Ivanov
052bd362d9
8386056: Test JFileChooser/HTMLFileName.java doesn't run in Nimbus and Motif
...
Reviewed-by: psadhukhan, azvegint
2026-07-02 12:44:18 +00:00
Matthias Baesken
afe05fc47e
8387596: DEVKIT_LIB_DIR is unused
...
Reviewed-by: erikj
2026-07-02 11:51:42 +00:00
Coleen Phillimore
e68f5ec835
8387633: Remove UnlockExperimentalVMOptions for COH in CDS build
...
Reviewed-by: iklam, erikj, shade
2026-07-02 11:37:20 +00:00
Albert Mingkun Yang
36ca5bbc82
8387129: Parallel: Wrong TaskTerminator in ParallelScavengeRefProcProxyTask
...
Reviewed-by: jsikstro, tschatzl
2026-07-02 11:28:39 +00:00
Du�an B�lek
c042ad289d
8386842: Preview files in root directory not recognized in system image
...
Reviewed-by: alanb, sherman, liach
2026-07-02 09:32:44 +00:00
Jaikiran Pai
157cca7802
8355412: com/sun/net/httpserver/Test9a.java failed on windows trying to delete file: java.nio.file.FileSystemException: The process cannot access the file because it is being used by another process
...
Reviewed-by: dfuchs
2026-07-02 09:13:16 +00:00
Ivan Bereziuk and Ferenc Rakoczi
db987b1e37
8386474: Aarch64: Correct static_assert((N & (N - 1)) == 0
...
Co-authored-by: Ferenc Rakoczi <ferenc.r.rakoczi@oracle.com >
Reviewed-by: adinn, semery
2026-07-02 08:11:09 +00:00
Benjamin Peterson
e1a3967870
8364322: (fs) fchmodat support for AT_SYMLINK_NOFOLLOW flag too pessimistic on Linux
...
Reviewed-by: alanb
2026-07-02 05:35:46 +00:00
Jaikiran Pai
a301709aba
8385924: GZIPInputStream.read() behaves differently on some Java versions
...
Reviewed-by: lancea, alanb, simonis
2026-07-02 04:32:10 +00:00
Ashay Rane
568bb44750
8386807: com/sun/jndi/ldap/Connection.java references the wrong exception
...
Reviewed-by: dfuchs
2026-07-02 02:21:09 +00:00
Andreas Chmielewski
3f52251c9d
8387124: Incomplete algorithm decomposition for TLS 1.3 cipher suites in SSLAlgorithmDecomposer
...
Reviewed-by: abarashev, mullan
2026-07-01 20:32:46 +00:00
Thomas Schatzl
0c209afd4f
8387265: G1: Shutdown during concurrent cycle leaves SATB queues in inconsistent state
...
Reviewed-by: aboldtch, ayang
2026-07-01 12:44:51 +00:00
Ruben Ayrapetyan
867b4f42c0
8387081: AArch64: Refactor MacroAssembler::cmpxchg
...
Reviewed-by: qamai, aph
2026-07-01 08:36:46 +00:00
Thomas Schatzl
fcfd6ad141
8386846: G1: Crash in ~ThreadTotalCPUTimeClosure inside G1ServiceThread during CDS abort
...
Reviewed-by: shade, dholmes
2026-07-01 07:57:41 +00:00
Quan Anh Mai
28c79eb792
8387395: [REDO] C2: SIGSEGV in compiled code due to missing ctrl
...
Reviewed-by: dlong, kvn, vlivanov
2026-07-01 07:17:48 +00:00
Albert Mingkun Yang and Axel Boldt-Christmas
b186074751
8387387: Parallel: Clean up startup allocation locking
...
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org >
Reviewed-by: tschatzl, aboldtch
2026-07-01 06:02:23 +00:00
Tobias Hartmann
64ae319b5c
8387334: IR Framework tests should run in jtreg driver mode
...
Reviewed-by: epeter, shade, chagedorn, mchevalier
2026-07-01 05:55:55 +00:00
Gui Cao
aa17cf5608
8387381: RISC-V: assert failed with fastdebug build on systems with different core types
...
Reviewed-by: dzhang, fyang
2026-07-01 02:34:42 +00:00
Daniel D. Daugherty
db357f7e08
8387554: ProblemList vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/TestDescription.java in virtual thread configs
...
8387557: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/TestDescription.java in virtual thread configs
8387558: ProblemList vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/TestDescription.java on windows
8387560: ProblemList vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java in virtual thread configs
Reviewed-by: sspitsyn
2026-06-30 23:25:45 +00:00
Chad Rakoczy
c7816b0b44
8382135: AArch64: HotCodeCollectorMoveFunction.java fails intermittently
...
Reviewed-by: eastigeevich, aph
2026-06-30 19:44:04 +00:00
Mark Powers
4bf4a60f76
8387123: Remove LuxTrust Global Root CA
...
Reviewed-by: mullan, rhalade
2026-06-30 18:07:11 +00:00
Matias Saavedra Silva
45d3532a2c
8380750: Test runtime/cds/appcds/TestSerialGCWithCDS.java#id1 failed: StringIndexOutOfBoundsException
...
Reviewed-by: coleenp, iklam
2026-06-30 15:28:53 +00:00
Martin Doerr
fa2ca3d087
8387184: [PPC64] C1 logic operations should support generic constants
...
Reviewed-by: rrich, dbriemann
2026-06-30 14:21:06 +00:00
Thomas Schatzl
88d111e24e
8387258: Test jdk/jfr/event/runtime/TestResidentSetSizeEvent.java failed on Windows: The size should be less than or equal to peak
...
Reviewed-by: dholmes, mgronlun
2026-06-30 12:21:51 +00:00
Aleksey Shipilev
9333d300aa
8382213: Shenandoah: Drop weak root processing flags earlier
...
Reviewed-by: kdnilsen, wkemper
2026-06-30 09:34:15 +00:00
Aleksey Shipilev
6432f5bec4
8387393: Problemlist compiler/escapeAnalysis/TestBCEscapeAnalyzerOverflow.java on Windows AArch64
...
Reviewed-by: ayang
2026-06-30 09:01:38 +00:00
Aleksey Shipilev
e5c0e0f4db
8387391: hotspot_gc_shenandoah should include gtests
...
Reviewed-by: xpeng, kdnilsen, wkemper
2026-06-30 09:01:13 +00:00
Benjamin Peterson
c0df91c40a
8387262: Enum constant frame::pc_return_offset is always zero
...
Reviewed-by: dholmes, coleenp
2026-06-30 07:39:57 +00:00
Ashay Rane
ce87f11a1d
8386685: CDS load on Windows/ARM64 using base address set to 0x5_0000_0000 causes a JVM crash
...
Reviewed-by: iklam, stuefe
2026-06-30 05:23:33 +00:00
Serguei Spitsyn
08435e4861
8379144: serviceability/jvmti/vthread/VThreadTest/VThreadTest.java timed out with --enable-preview
...
Reviewed-by: lmesnik
2026-06-30 05:05:22 +00:00
Michael Reeves
f232f552af
8379327: 128-bit multiplication uses two multiply instructions on x86_64
...
Reviewed-by: dlong, sviswanathan
2026-06-30 04:39:30 +00:00
Jorn Vernee
e4cd944590
8387406: ProblemList java/foreign/normalize/TestNormalize.java
...
Reviewed-by: liach, jpai
2026-06-29 21:52:37 +00:00
Jorn Vernee
299a42b3ce
8383882: javac: incremental compilation using --module misses classes
...
Reviewed-by: jlahoda, mcimadamore, vromero
2026-06-29 21:50:33 +00:00
Kelvin Nilsen
57f988d31c
8386910: Shenandoah: remove redundant logging of free set status
...
Reviewed-by: wkemper, xpeng, ruili
2026-06-29 20:32:45 +00:00
Srinivas Vamsi Parasa
c2348e6452
8386448: Enable dumping of AVX registers (YMM/ZMM and K registers) in JVM fatal error logs
...
Reviewed-by: kvn, drwhite, sviswanathan
2026-06-29 20:15:49 +00:00
Volodymyr Paprotski
58f118dd1c
8386911: Crypto benchmark regressions after JDK-8384353
...
Reviewed-by: weijun, semery
2026-06-29 19:11:12 +00:00
Aleksey Shipilev
9d65845a6b
8387293: Shenandoah: Improve gc+stats logging for generational mode
...
Reviewed-by: phh, xpeng
2026-06-29 17:00:20 +00:00
Mikhailo Seledtsov
bc2fa43a64
8387315: Add macosx-aarch64 bootcycle build profiles
...
Reviewed-by: mikael, erikj
2026-06-29 16:45:57 +00:00
Justin Lu
db24b35a30
8387259: Clarify extlang in Locale composition description
...
Reviewed-by: naoto, iris
2026-06-29 16:27:54 +00:00
Kieran Farrell
0a5b9d7fd4
8387273: Enhance httpserver logging to log when maxConnections is reached
...
Reviewed-by: jpai, dfuchs, vyazici
2026-06-29 15:28:18 +00:00
Ashutosh Mehra
e28a58b486
8386656: C2 AVX512: -XX:-UseCountTrailingZerosInstruction causes assert(UseCountTrailingZerosInstruction) failed: tzcnt instruction not supported
...
Reviewed-by: kvn, epeter, mhaessig, adinn
2026-06-29 14:45:38 +00:00
Daniel Fuchs
17f2e11fe4
8386989: QuicEndpoint.ClosedConnection should not use QuicTimerQueue::offer
...
Reviewed-by: djelinski
2026-06-29 14:26:50 +00:00
Daniel Fuchs
f740f7c66b
8386985: PacketSpaceManagerTest failed with AssertionError; A race condition may cause packetSent to mistakenly skip rescheduling of the transmitter task
...
Reviewed-by: djelinski
2026-06-29 14:18:48 +00:00
Alexey Semenyuk
cc83fbd132
8387306: Replace InputStream#read(byte[]) with InputStream#readNBytes(int) in RtfConverter.isRtfFile()
...
Reviewed-by: almatvee, aturbanov
2026-06-29 12:37:38 +00:00
David Briemann
1d514a5555
8387016: PPC64: Remove postalloc_expand from float/double compare nodes
...
Reviewed-by: mdoerr, rrich
2026-06-29 11:44:47 +00:00
Thomas Schatzl
027eb8b416
8371720: G1: Move concurrent mark initialization to first concurrent start pause
...
Reviewed-by: iwalulya
2026-06-29 10:49:58 +00:00
Guanqiang Han
9ee63d6359
8387197: C2: Improve klass_ptr_type in GraphKit::gen_instanceof() similarly to GraphKit::gen_checkcast()
...
Reviewed-by: qamai, vlivanov
2026-06-29 09:29:49 +00:00
Thomas Schatzl
22313f85ba
8387206: G1: Code root verification crashes because of stale table scanner
...
Reviewed-by: iwalulya
2026-06-29 08:56:19 +00:00
Thomas Schatzl
78112cbcaa
8385903: G1: G1CollectionSet::_num_regions needs to be Atomic
...
Reviewed-by: stefank
2026-06-29 08:52:38 +00:00
Thomas Schatzl
5f1355b085
8387322: G1: G1CSetCandidateGroupList::_num_regions should be Atomic
...
Reviewed-by: stefank
2026-06-29 08:45:26 +00:00
Thomas Schatzl
007c7e38be
8387303: G1: Convert G1ConcurrentRefine::_num_threads_wanted to use the Atomic API
...
Reviewed-by: iwalulya, stefank
2026-06-29 07:28:54 +00:00
Matthias Baesken
58b6465455
8387142: BUILD_LIBMANAGEMENT_EXT remove special warning settings
...
Reviewed-by: lucy, kevinw
2026-06-29 06:50:38 +00:00
Christian Stein
b735de6d71
8386844: Update to use jtreg 8.3
...
Reviewed-by: erikj, lancea, iris, vromero
2026-06-29 06:48:27 +00:00
Albert Mingkun Yang
56b4a547d8
8386480: Parallel: Avoid Triggering GC Before VM Initialization Completes
...
Reviewed-by: gli, tschatzl, aboldtch
2026-06-29 05:35:47 +00:00
David Holmes
db1482615e
8387378: [BACKOUT] C2: SIGSEGV in compiled code due to missing ctrl
...
Reviewed-by: jpai
2026-06-29 05:00:28 +00:00
Saint Wesonga
dc4b150bcf
8378892: TestTrampoline fails on Windows AArch64
...
Reviewed-by: dlong, macarte
2026-06-29 03:32:15 +00:00
Jatin Bhateja
548a95379f
8386163: C2 Vector API: assert(collect_unique_inputs(n, inputs) == 1) failed: not unary
...
Reviewed-by: vlivanov, epeter
2026-06-27 01:46:53 +00:00
Sean Mullan
c289cf502c
8377102: cacerts jlink plugin
...
Reviewed-by: alanb
2026-06-26 15:12:03 +00:00
Quan Anh Mai
b6e7b2b292
8385420: C2: SIGSEGV in compiled code due to missing ctrl
...
Reviewed-by: vlivanov, epeter, dlong
2026-06-26 08:04:23 +00:00
Du�an B�lek
fea0c22913
8387215: On-demand attribution of a record constructor body causes javac to emit an invalid diagnostic
...
Reviewed-by: jlahoda
2026-06-26 07:04:54 +00:00
April Ivy
38ee41bee3
8365887: Outdated comments in String::decode
...
Reviewed-by: liach, sherman
2026-06-26 06:32:10 +00:00
Aleksey Shipilev and Martin Doerr
60e4b91f61
8386292: Shenandoah: Simplify and strengthen C1 barriers
...
Co-authored-by: Martin Doerr <mdoerr@openjdk.org >
Reviewed-by: rkennke, fyang, kdnilsen
2026-06-26 06:17:54 +00:00
Jatin Bhateja
8740fbb4ee
8386255: Float16Vector NaN canonicalization for hashCode computation
...
Reviewed-by: psandoz, sherman
2026-06-26 04:02:20 +00:00
Xiaolong Peng
a34314dd79
8387260: Shenandoah: ShenandoahOldGeneration::_promoted_reserve should be atomic
...
Reviewed-by: shade, kdnilsen, ruili, wkemper
2026-06-25 21:52:19 +00:00
Justin Lu
892c881258
8387253: Locale incorrectly accepts extlangs after non 2*3ALPHA lang
...
Reviewed-by: naoto
2026-06-25 18:08:00 +00:00
Aleksey Shipilev
da7bde5f14
8385643: Shenandoah: Rework mark loop inlining
...
Reviewed-by: rkennke, xpeng, wkemper
2026-06-25 17:43:51 +00:00
Ashay Rane
a9fa499945
8387044: test/jdk/javax/script/CommonSetup.sh incorrectly sets isCygwin=true for MSys/MinGW
...
Reviewed-by: jpai, syan
2026-06-25 15:47:12 +00:00
Benjamin Peterson
b5fba9428e
8387148: Linux perf map should record individual vtable trampolines
...
Reviewed-by: adinn, ysuenaga
2026-06-25 14:49:17 +00:00
Chen Liang
5a19e49dc4
8378796: java.lang.runtime bootstrap methods missing lookup validation
...
Reviewed-by: jvernee
2026-06-25 14:06:19 +00:00
Ivan Walulya
2b20a1391b
8385562: G1: Remove obsolete young_list prefix in identifiers used before JDK-8150721
...
Reviewed-by: stefank, tschatzl
2026-06-25 10:52:04 +00:00
David CARLIER
bd8072d22c
8379816: C2: Possible integer overflow in BCEscapeAnalyzer::iterate_blocks
...
Reviewed-by: dlong, kvn
2026-06-25 09:20:20 +00:00
Liam Miller-Cushon and Valeh Hajiyev
3b30a57e30
6356745: (coll) Add PriorityQueue(Collection, Comparator)
...
Co-authored-by: Valeh Hajiyev <valeh.hajiyev@gmail.com >
Reviewed-by: vklang, smarks, liach
2026-06-25 08:30:07 +00:00
Shawn Emery
3f03e104ed
8385304: X25519 should utilize aarch64 intrinsics
...
Reviewed-by: adinn, shade
2026-06-25 08:20:04 +00:00
Nizar Benalla
d1905ef91a
8386081: Update --release 26 symbol information for JDK 27 build 27
...
Reviewed-by: darcy, iris
2026-06-25 07:36:36 +00:00
Roland Westrelin
07a52da1fe
8387015: C2: crash with "named projection 2 not found" from ArrayCopyNode::finish_transform() for clone
...
Reviewed-by: qamai, kvn
2026-06-25 07:15:18 +00:00
Justin Lu
193de1b1c7
8387185: Locale does not respect numeric singletons
...
Reviewed-by: naoto
2026-06-24 18:14:22 +00:00
Coleen Phillimore
e8aaa9e59c
8387214: TraceJavaAssertions is unused
...
Reviewed-by: jsjolen, shade
2026-06-24 17:37:11 +00:00
Coleen Phillimore
3e17dc9eb1
8386922: Convert TraceRelocator to Unified Logging
...
Reviewed-by: matsaave, jsjolen
2026-06-24 16:55:55 +00:00
Nizar Benalla
ae7cced578
8387025: Typo in java man page option --illegal-final-field-mutation=warn "performaed"
...
Reviewed-by: alanb, aivanov, prr
2026-06-24 16:13:39 +00:00
Phil Race
5cb61efa3c
8041911: media sizes with width > height are not supported by the java printing api
...
Reviewed-by: jdv, azvegint
2026-06-24 15:59:01 +00:00
Phil Race
becdbb1496
8386671: Raster factory methods fail to throw specified exceptions for invalid bandOffsets and bankIndices
...
Reviewed-by: azvegint, kizune, jdv
2026-06-24 15:44:37 +00:00
Johan Sjölen
0c709fdcf2
8378049: test/hotspot/jtreg/runtime/NMT/NMTPrintMallocSiteOfCorruptedMemory.java failing on Windows
...
Reviewed-by: dsimms, syan, cnorrbin
2026-06-24 13:19:39 +00:00
Matthias Baesken
0da5c1ddab
8387074: Remove duplicate handling of sparc in platform.m4
...
Reviewed-by: erikj, djelinski
2026-06-24 10:39:44 +00:00
Matthias Baesken
24a724f0fe
8382338: Various serviceability agent tests fail on Linux x86_64 with LTO enabled
...
Reviewed-by: lucy, erikj
2026-06-24 10:28:22 +00:00
Ferenc Rakoczi
f1cd7f6ab9
8355216: Accelerate P-256 arithmetic on aarch64
...
Reviewed-by: adinn, aph
2026-06-24 10:21:22 +00:00
Thomas Schatzl and Ivan Walulya
05cd2d948c
8381128: G1: Tighten accesses to TAMS/TARS
...
Co-authored-by: Ivan Walulya <iwalulya@openjdk.org >
Reviewed-by: iwalulya, ayang
2026-06-24 08:50:49 +00:00
Thomas Schatzl
210a642962
8385893: G1: G1CollectedHeap::_old_marking_cycles_completed should be an Atomic
...
Reviewed-by: iwalulya, ayang
2026-06-24 08:48:40 +00:00
Quan Anh Mai and Emanuel Peter
35ff862a54
8387012: C2: PhaseVector::expand_vunbox_node should not inject the payload type into the load
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Reviewed-by: vlivanov, chagedorn
2026-06-24 08:21:35 +00:00
Aleksey Shipilev
c8ba683939
8387047: Shenandoah: Purge SBS::resolve_forwarded
...
Reviewed-by: kdnilsen, xpeng, ruili
2026-06-24 06:57:03 +00:00
Albert Mingkun Yang
316065c828
8387083: G1: Remove redundant NMT tagging from G1RegionToSpaceMapper
...
Reviewed-by: stefank, tschatzl
2026-06-24 06:22:41 +00:00
Ashutosh Mehra
ce93858acd
8386852: Lower peak throughput with AOTCache
...
Reviewed-by: kvn, iveresov, shade
2026-06-23 20:11:04 +00:00
Man Cao
41c33dafd5
8386965: Data race on java.lang.Class.reflectionFactory field
...
Reviewed-by: liach, alanb, iklam
2026-06-23 18:12:57 +00:00
Aleksey Shipilev
02c82240eb
8387042: Shenandoah: Build time regression with LBE
...
Reviewed-by: wkemper, xpeng
2026-06-23 18:12:35 +00:00
Xiaolong Peng
b06aa89c60
8386992: Shenandoah: Pad hot atomic counters to avoid false sharing on the allocation path
...
Reviewed-by: shade, ruili
2026-06-23 17:40:17 +00:00
Alexey Semenyuk
d3d560f756
8387002: Test ManualTests/JPackage/JPKG001/JPKG001_004: CommonLicenseTest fails on Windows because the license agreement text is not displayed
...
Reviewed-by: almatvee
2026-06-23 17:32:34 +00:00
Naoto Sato
fe46d6b1e2
8387041: Add a URL link to BCP 47 in the Locale class
...
Reviewed-by: jlu, iris
2026-06-23 16:09:55 +00:00
Ivan Bereziuk
e356cbb395
8384847: Fix documentation typos around ML-KEM and ML-DSA intrinsic code for aarch64
...
Reviewed-by: adinn, aph
2026-06-23 13:08:15 +00:00
Jayathirth D V
acbedab719
8384512: BMPImageWriter uses integer division before Math.ceil causing incorrect calculation
...
Reviewed-by: azvegint, prr
2026-06-23 12:33:57 +00:00
Matthias Baesken
16d0f161ef
8386960: BUILD_LIBVERIFY remove special warning settings
...
Reviewed-by: erikj, clanger
2026-06-23 12:08:06 +00:00
Jaikiran Pai
7ca9ae1dfe
8385891: Introduce a test for GZIPInputStream whose underlying stream is a blocking InputStream
...
Reviewed-by: lancea
2026-06-23 11:58:09 +00:00
Oli Gillespie
96a1a9d2f5
8386372: Add ConcurrentSkipListMap to map stress test
...
Reviewed-by: vklang
2026-06-23 09:24:30 +00:00
Du�an B�lek
6f81f7aa7e
8173155: JavacTask should have close() method
...
Reviewed-by: jlahoda, cstein
2026-06-23 07:48:52 +00:00
Matthias Baesken
9556c417b3
8386878: [make] BUILD_LIBZIP_EXCLUDES seems to be unused
...
Reviewed-by: erikj
2026-06-23 07:31:52 +00:00
Emanuel Peter
ad075c96bf
8386597: C2: TestTruncationWrapFuzzer.java for CountedLoop detection of subword truncated iv
...
Reviewed-by: mhaessig, qamai
2026-06-23 06:17:53 +00:00
Serguei Spitsyn
c60dc06d51
8386325: The AttachListener does not do proper exception handling
...
Reviewed-by: kevinw, cjplummer
2026-06-23 04:37:55 +00:00
Jatin Bhateja
ee9616d4a4
8386155: C2 Vector API: missing truncation in VectorNode::push_through_replicate
...
Reviewed-by: mhaessig, epeter
2026-06-23 04:10:28 +00:00
Ioi Lam
db008b3396
8386562: JVM crashes when StackMapTable attribute is too long
...
Reviewed-by: stuefe, coleenp
2026-06-22 21:24:42 +00:00
Hannes Wallnöfer
9c3a662c07
8386865: Fix links in JDK 27 JavaDoc API documentation
...
Reviewed-by: iris, naoto, jlu
2026-06-22 19:53:11 +00:00
Justin Lu
12d7e61866
8385927: JDK 27 RDP1 L10n resource files update
...
Reviewed-by: naoto
2026-06-22 16:54:20 +00:00
Erik Gahlin
f2b5c6f5fe
8385574: JFR: Redaction should check file
...
Reviewed-by: mgronlun
2026-06-22 16:51:38 +00:00
Manuel Hässig and Joel Sikström
9939fc67eb
8387017: java/lang/instrument/GetObjectSizeIntrinsicsTest.java fails with Error evaluating expression: invalid boolean value: null' for expression vm.opt.VerifyOops'
...
Co-authored-by: Joel Sikström <jsikstro@openjdk.org >
Reviewed-by: jpai, jsikstro, epeter
2026-06-22 13:53:15 +00:00
Yasumasa Suenaga
a0c0ab80d3
8386944: Warning message was not printed on PAC enabled AArch64 Linux
...
Reviewed-by: cjplummer, kevinw
2026-06-22 12:41:43 +00:00
Christian Stein
0e4479b9cb
8387013: Update GitHub Actions
...
Reviewed-by: shade, erikj
2026-06-22 11:46:03 +00:00
David Briemann
b1fd4eb038
8386879: PPC64: or_unchecked in OrI instructs can emit unintended SMT priority hints
...
Reviewed-by: mdoerr
2026-06-22 10:35:32 +00:00
Ozan Cetin
3a3206b8f2
8379983: G1: Fix up friend class declarations
...
Reviewed-by: stefank, tschatzl
2026-06-22 09:25:41 +00:00
Sorna Sarathi N
b16d8fa414
8376803: Jtreg test compiler/vectorization/TestVectorAlgorithms.java fails after JDK-8373026
...
Reviewed-by: amitkumar, epeter
2026-06-22 08:17:10 +00:00
Joel Sikström
1fa4eb1b6a
8387003: Stale doc comment in TrustFinalFields.java after JDK-8376777
...
Reviewed-by: shade, alanb
2026-06-22 08:04:49 +00:00
Manuel Hässig
0de4ef76d8
8384251: Test java/lang/instrument/GetObjectSizeIntrinsicsTest.java crashed: fatal error: Not compilable at tier 1: CodeBuffer overflow
...
Reviewed-by: rcastanedalo, syan
2026-06-22 07:58:53 +00:00
Gui Cao
2e179fec7b
8386945: RISC-V: Auto-enable Zvbb extension features
...
Reviewed-by: fyang, dzhang
2026-06-21 06:57:42 +00:00
Rui Li
508dcd6fb8
8386986: Problemlist gc/stress/jfr/TestStressAllocationGCEventsWithShenandoah.java
...
Reviewed-by: kdnilsen, wkemper
2026-06-21 03:25:12 +00:00
Quan Anh Mai
bab561b0c5
8379555: Test compiler/igvn/ExpressionFuzzer.java crashed with -Xcomp: Not monotonic
...
Reviewed-by: kvn, epeter, hgreule
2026-06-20 16:46:50 +00:00
Xiaolong Peng
be303d02a7
8385594: Shenandoah: Remove legacy allocation methods from ShenandoahFreeSet
...
Reviewed-by: ruili, wkemper, kdnilsen
2026-06-19 23:20:39 +00:00
William Kemper
dbbabfd4f4
8386798: Shenandoah: Missing load barrier when making assertions about mark bitmap
...
Reviewed-by: xpeng, kdnilsen
2026-06-19 19:10:36 +00:00
Emanuel Peter
2f37461c25
8386830: C2: CountedLoopConverter::filtered_type wrongly ignores nullptr contributions to type union/meet
...
Reviewed-by: qamai, kvn
2026-06-19 10:58:31 +00:00
Jaikiran Pai
c2f0259304
8386958: Build failure due to incorrect copyright text in src/hotspot/share/gc/shenandoah/ files
...
Reviewed-by: ayang
2026-06-19 07:16:03 +00:00
Emanuel Peter
d22f5c54b5
8386591: C2: wrong result because of broken truncation check in CountedLoopConverter::TruncatedIncrement::build
...
Reviewed-by: roland, kvn, qamai
2026-06-19 06:55:12 +00:00
Jaikiran Pai
2d005ac20d
8386810: Improve debuggability of test/jdk/sun/nio/cs/TestStringCodingUTF8.java
...
Reviewed-by: naoto, liach
2026-06-19 01:32:46 +00:00
Anthony Scarpino
ee28630820
8385978: Test javax/net/ssl/SSLSession/TestEnabledProtocols.java failed: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: Too short
...
Reviewed-by: abarashev
2026-06-18 21:48:33 +00:00
Phil Race
fe98e67e4c
8386795: Swing specification needs caveats on L&F rendering behaviors
...
Reviewed-by: psadhukhan, kizune
2026-06-18 21:26:45 +00:00
Xiaolong Peng
d5b3643b56
8385592: Shenandoah: Introduce ShenandoahAllocator interface to encapsulate memory allocation
...
8385596: Shenandoah: Introduce per-partition allocators with FreeSet API boundary
Reviewed-by: kdnilsen, wkemper
2026-06-18 18:29:51 +00:00
Shawn Emery
37856eccb3
8386466: DESedeKeySpec.isParityAdjusted spec permits 8-byte key but RI throws InvalidKeyException
...
Reviewed-by: mullan
2026-06-18 17:16:48 +00:00
Shawn Emery
1ad2db7ad1
8386473: DESKeySpec and DESedeKeySpec may throw InvalidKeyException instead of ArrayIndexOutOfBoundsException for Integer.MIN_VALUE offset
...
Reviewed-by: mullan, syan
2026-06-18 17:16:21 +00:00
Jeremy Wood
96513c34c6
8381236: VoiceOver Fails to Identify Component After Switching Windows
...
Reviewed-by: kizune, psadhukhan
2026-06-18 16:12:18 +00:00
Weijun Wang
33a49d1119
8386681: Remove RawKeySpec
...
Reviewed-by: ascarpino
2026-06-18 16:07:48 +00:00
Patrick Fontanilla
0bf930d9f9
8386604: GenShen: _do_old_gc_bootstrap could become stuck after a full GC
...
Reviewed-by: wkemper, kdnilsen
2026-06-18 16:06:59 +00:00
Jaikiran Pai
39d2d165d2
8154193: Move jdk.naming.rmi module to platform class loader
...
Reviewed-by: alanb, lancea
2026-06-18 13:39:16 +00:00
Viktor Klang
7644d4afd4
8386085: Livelock in AbstractQueuedSyncronizer.cleanQueue() when multiple threads do tryAcquire() with a short timeout and no permits available
...
Reviewed-by: dl, alanb
2026-06-18 10:34:14 +00:00
Aleksey Shipilev
1a395aac6f
8386762: C2: Allow inlining cold methods
...
Reviewed-by: chagedorn, qamai, vlivanov
2026-06-18 09:53:31 +00:00
Thomas Schatzl
01482ad607
8386247: G1: Cleanup naming and type use of G1CollectionSet class members and methods
...
Reviewed-by: stefank, ayang, iwalulya
2026-06-18 08:28:26 +00:00
0108maeda
32f77f7437
8385987: CheckReleaseFile.java fails for the build using the source code without .git
...
Reviewed-by: erikj, syan
2026-06-18 07:17:23 +00:00
Jatin Bhateja
915efc5064
8385833: C2 Vector API: assert(false) failed: infinite loop in PhaseIterGVN::transform_old
...
Reviewed-by: epeter, mhaessig, vlivanov
2026-06-18 04:12:41 +00:00
Sergey Bylokhov
524779ccde
8386109: Add missing @Override annotations in "javax.print.*" packages
...
Reviewed-by: azvegint, kizune, aivanov, prr
2026-06-18 03:24:13 +00:00
Manukumar V S
7e356c4eb5
8384287: java/awt/TextArea/TextAreaCRLFAutoDetectManualTest.java fails after JDK-8340987
...
Reviewed-by: smandalika, prr
2026-06-17 19:22:20 +00:00
Ashay Rane
4411540b09
8385024: JLI_Open() doesn't correctly handle paths longer than MAXPATH on Windows
...
Reviewed-by: alanb, macarte
2026-06-17 16:29:07 +00:00
Ashay Rane
c4497633bd
8386805: Drop ICF optimization from MSVC compilation flags
...
Reviewed-by: erikj, jwaters, aph
2026-06-17 16:28:43 +00:00
Boris Ulasevich
c278e8b4cf
8386107: arm32: libSuspendInCritical jtreg library fails to link
...
Reviewed-by: shade, erikj, dholmes
2026-06-17 14:13:15 +00:00
Alexey Semenyuk
d0cb70b930
8386609: WinL10nTest.java does not respect locale for WixType
...
Reviewed-by: almatvee
2026-06-17 14:12:21 +00:00
Jaikiran Pai
b18c1452e9
8386831: Build fails due to bad copyright header in test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitPPC64.java
...
Reviewed-by: stefank, mhaessig
2026-06-17 13:04:10 +00:00
Eric Fang
c69e3d3c1b
8386808: AArch64: Sync aarch64_vector.ad with aarch64_vector_ad.m4 after JDK-8370691
...
Reviewed-by: shade, aph
2026-06-17 11:47:09 +00:00
David Briemann
f4b13d9cfe
8386637: PPC64: Implement Thread.onSpinWait() intrinsic and SpinPause() using SMT priority hints
...
Reviewed-by: mdoerr, rrich
2026-06-17 09:03:25 +00:00
David Briemann
f2a727c310
8386659: PPC: cleanup dtrace leftovers part 2
...
Reviewed-by: mdoerr, rrich
2026-06-17 08:23:47 +00:00
Joel Sikström
be837e6e61
8386669: AArch64: Distinguish ldr and ldrw literal instructions in NativeInstruction
...
Reviewed-by: aph, adinn
2026-06-17 08:20:01 +00:00
Adam Sotona
ef5b328ce5
8386700: Class-File API: StackMapGenerator.setLocalsFromArg leaves stale locals, generating invalid stack maps
...
Reviewed-by: liach
2026-06-17 07:54:25 +00:00
Eric Fang
5fbce068bd
8382052: VectorAPI: Optimize the lanewise BITWISE_BLEND for AArch64
...
Reviewed-by: xgong, epeter, aph
2026-06-17 06:30:18 +00:00
Leonid Mesnik
2d65ea61d9
8383879: assert(_cur_stack_depth == num_frames) failed: cur_stack_depth out of sync _cur_stack_depth: 9 num_frames: 10
...
Reviewed-by: cjplummer, dcubed, sspitsyn, dholmes
2026-06-17 00:33:27 +00:00
Rui Li
10cd1c2c3f
8386547: Shenandoah: remove unused variables in Freeset reserve_regions
...
Reviewed-by: kdnilsen, wkemper, xpeng
2026-06-16 21:05:59 +00:00
Rui Li
2e98a87fec
8382335: gc/stress/jfr/TestStressAllocationGCEventsWithShenandoah.java intermittently fails with OOME
...
Reviewed-by: kdnilsen, xpeng, syan
2026-06-16 21:03:28 +00:00
Patricio Chilano Mateo
2456994e84
8385661: jvmti/vthread/ThreadStateTest/ThreadStateTest.java triggers assert(f.pc() == _chunk->pc()) failed
...
Reviewed-by: sspitsyn, coleenp
2026-06-16 17:42:43 +00:00
Ashay Rane
32b98cae6e
8385906: DirPermissionDenied.java uses chmod instead of Java APIs for changing permissions
...
Reviewed-by: dfuchs, azeller
2026-06-16 17:13:46 +00:00
Patrick Fontanilla
a59f2fc8ad
8386288: GenShen: assert(region->get_top_before_promote() == nullptr) failed: Cannot add region scheduled for in-place-promotion to the collection set
...
Reviewed-by: wkemper, ruili
2026-06-16 16:00:47 +00:00
Joel Sikström
cba3017047
8386707: [BACKOUT] ZGC: Incorrect object undo in relocation race for relocation workers
...
Reviewed-by: stefank, aboldtch
2026-06-16 13:46:47 +00:00
Amit Kumar
8de834cd8a
8385746: S390: Improve receiver type profiling reliability
...
Reviewed-by: shade, mdoerr
2026-06-16 12:58:40 +00:00
Dusan Balek
5b1b98c109
8386334: JdepsTask keeps --system files open
...
Reviewed-by: vromero, alanb, liach
2026-06-16 11:52:52 +00:00
Dusan Balek
a84cd26198
8386654: Test tools/javac/SystemFilesClosed.java fails on systems without lsof
...
Reviewed-by: jpai, vromero, liach
2026-06-16 06:52:52 +00:00
Roland Westrelin
7d136f802f
8375694: C2: Dead loop constructed with CastPP in late inlining
...
Reviewed-by: vlivanov, shade, chagedorn
2026-06-16 06:47:41 +00:00
Yasumasa Suenaga
23aa48faa0
8386625: Devkit could not be built on glibc 2.43+
...
Reviewed-by: erikj
2026-06-16 00:52:40 +00:00
Chad Rakoczy and Evgeny Astigeevich
05ab67ab7a
8385651: HotCodeSampler crashes with JFR enabled
...
Co-authored-by: Evgeny Astigeevich <eastigeevich@openjdk.org >
Reviewed-by: mgronlun, kvn
2026-06-15 20:08:43 +00:00
William Kemper
1251526588
8386287: GenShen: assert(starts_object(card_index)) failed: Can't get last start because no object starts here
...
Reviewed-by: kdnilsen, xpeng, ruili
2026-06-15 19:45:03 +00:00
Vladimir Ivanov
b123df7583
8385119: Unify boolean value normalization
...
Reviewed-by: jrose, mhaessig
2026-06-15 18:21:27 +00:00
Chris Plummer
e965fcf2c0
8386124: Test serviceability/sa/TestG1HeapRegion.java failed: Address of G1HeapRegion does not match
...
Reviewed-by: kevinw, ysuenaga
2026-06-15 16:30:13 +00:00
Arno Zeller
a47f3620f2
8382063: Jtreg test javax/swing/SwingWorker/TestDoneBeforeDoInBackground.java fails
...
Reviewed-by: mbaesken, aivanov, azvegint, clanger, syan
2026-06-15 14:55:13 +00:00
Thomas Schatzl
de4dec1a40
8386332: G1: Cleanup pause incorrectly updates old gen MemoryPoolMXBean.getCollectionUsage()
...
Reviewed-by: ayang, iwalulya
2026-06-15 13:14:38 +00:00
Erik Gahlin
fd5772391a
8386485: JFR: RecordingFile::write overwrites original file
...
Reviewed-by: mgronlun
2026-06-15 12:34:35 +00:00
Jatin Bhateja
c690bfa36b
8384963: C2: Incorrect uint constant match mishandles negative values in vectors
...
Reviewed-by: shade, epeter, erfang
2026-06-15 12:01:09 +00:00
Thomas Schatzl
52c76a2a59
8385873: G1: G1ConcurrentRefineSweepTask::_sweep_completed should be Atomic
...
Reviewed-by: ayang, iwalulya
2026-06-15 10:10:30 +00:00
Emanuel Peter
841e288222
8385855: C2: IfNode::filtered_int_type should only allow CmpI
...
Reviewed-by: kvn, qamai, mchevalier
2026-06-15 07:56:48 +00:00
Matthias Baesken
c2df7329a8
8385817: Headless jdk still contains bin/jconsole
...
Reviewed-by: erikj, syan, kevinw
2026-06-15 07:27:05 +00:00
Emanuel Peter
b9f7bd2be8
8386482: C2 CountedLoopConverter::filtered_type_from_dominators: assert(_base == Int) failed: Not an Int
...
Reviewed-by: kvn, qamai
2026-06-15 07:08:29 +00:00
Chen Liang
d4acb51b33
8386589: Permitting a preview subclass should not produce a preview note
...
Reviewed-by: hannesw
2026-06-13 13:02:09 +00:00
William Kemper
a13dd293a8
8380390: Shenandoah: Missing store barrier when resetting bitmaps
...
Reviewed-by: ruili, xpeng, kdnilsen
2026-06-12 21:30:19 +00:00
Kelvin Nilsen
0c817742fe
8385732: Shenandoah: Penalize triggering heuristics for out-of-cycle degenerated
...
Reviewed-by: wkemper, ruili, xpeng
2026-06-12 20:55:56 +00:00
Vladimir Kozlov
4f500d14cf
8386460: Report AOT code loading failure before log of AOT code cache content
...
Reviewed-by: iklam, asmehra
2026-06-12 19:39:10 +00:00
Chen Liang
3bd0923ca8
8386601: Rename LANGUAGE_MODEL preview feature to PREVIEW_SUPPORT
...
Reviewed-by: hannesw, vromero
2026-06-12 18:25:24 +00:00
Kelvin Nilsen
a81ccf89d7
8382627: Shenandoah: assert(old_reserve_result + young_reserve_result <= old_available + young_available) failed
...
Reviewed-by: xpeng, shade, wkemper
2026-06-12 18:00:00 +00:00
Hai-May Chao
95be3f9520
8386600: Fix comparison checks in DHasKEM
...
Reviewed-by: mullan
2026-06-12 17:08:13 +00:00
Sean Mullan
e1ec755882
8301626: Capture Named Group information in TLSHandshakeEvent
...
Reviewed-by: abarashev, coffeys, egahlin
2026-06-12 17:05:37 +00:00
Albert Mingkun Yang
41d5a1bdcd
8386476: NMT: Large page reservation not attributed to the correct memory tag
...
Reviewed-by: jsjolen, stefank, tschatzl
2026-06-12 15:08:53 +00:00
Matthias Baesken
d3d67ece7c
8385892: TestResidentSetSizeEvent fails with RuntimeException: Should be non-zero: expected 0 > 0
...
Reviewed-by: mgronlun, jbechberger
2026-06-12 10:46:34 +00:00
Thomas Schatzl
c01b025420
8385899: G1: G1ConcurrentMarkThread::_state should be Atomic
...
Reviewed-by: ayang, iwalulya
2026-06-12 08:56:42 +00:00
Harald Eilertsen
3046dc2252
8386344: runtime/StackGuardPages/TestStackGuardPages build failure after JDK-8303612
...
Reviewed-by: shade, jsjolen
2026-06-12 08:56:15 +00:00
Thomas Schatzl
baf0f45fc7
8385901: G1: G1FullGCPrepareTask::_has_free_compaction_targets should be Atomic
...
Reviewed-by: ayang, iwalulya
2026-06-12 08:53:57 +00:00
Dusan Balek
55a53f945f
8357249: Compiler task keeps --system files open
...
Reviewed-by: alanb, jlahoda
2026-06-12 06:27:29 +00:00
Ashay Rane
771bebdc68
8386551: Windows build broken because of MSys2/Make update
...
Reviewed-by: erikj, shade
2026-06-12 05:26:01 +00:00
Patrick Fontanilla
3fd70f8d38
8386204: GenShen: Bootstrap cycles are misidentified in logs
...
Reviewed-by: wkemper, ruili
2026-06-11 22:52:49 +00:00
Naoto Sato
d84d85f2de
8386328: TemporalField.adjustInto Javadoc incorrectly uses 1-argument method signatures
...
Reviewed-by: jlu, iris
2026-06-11 18:26:56 +00:00
Xiaolong Peng
c3a3fb2e50
8386312: Shenandoah: Incorrect assertion in ShenandoahAllocRate uses is_locked() instead of owned_by_self()
...
Reviewed-by: wkemper, ruili
2026-06-11 17:41:18 +00:00
Phil Race
bcbe32f095
8386273: Some javax/sound/sampled tests fail on systems with high CPU core number and running with high concurrency
...
Reviewed-by: azvegint, serb, kizune
2026-06-11 17:22:37 +00:00
Patrick Fontanilla
3b123c90bd
8386202: Genshen: Regulator thread reporting hiccup times proportional to safepoint times
...
Reviewed-by: wkemper, kdnilsen
2026-06-11 16:35:39 +00:00
Goetz Lindenmaier
d46298d681
8386345: Remove redundant @requires from TestGarbageCollectionEventWithZMinor
...
Reviewed-by: ayang, mdoerr
2026-06-11 09:18:15 +00:00
Yasumasa Suenaga
398e95d925
8385123: Remove 32-bit x86 support for Linux devkits
...
Reviewed-by: mbaesken, mikael, erikj
2026-06-11 08:03:04 +00:00
Richard Reingruber
e6bb5c75b3
8386456: Comments at the declaration of frame::frame_alignment are incorrect on some platforms
...
Reviewed-by: pchilanomate, amitkumar
2026-06-11 07:46:30 +00:00
Aleksey Shipilev
19baa1ab5f
8386331: Skip runtime/StackGuardPages/TestStackGuardPagesNative with static JDK
...
Reviewed-by: syan, xpeng, dholmes, jsjolen
2026-06-11 06:43:16 +00:00
Derek White
6def7d5555
8385588: Tune APX support in C2 backend
...
Reviewed-by: sparasa, sviswanathan, shade, jbhateja, qamai
2026-06-11 04:29:46 +00:00
Jatin Bhateja and Bhavana Kilambi
90dc4208f8
8370691: Add new Float16Vector type and enable intrinsification of vector operations supported by auto-vectorizer
...
Co-authored-by: Bhavana Kilambi <bkilambi@openjdk.org >
Reviewed-by: psandoz, epeter, xgong, sherman
2026-06-11 03:03:04 +00:00
Anthony Scarpino
dc4bb5acbe
8383608: Make BinaryEncodable non-exhaustive
...
Reviewed-by: mullan
2026-06-10 17:35:43 +00:00
Sruthy Jayan
132072077a
8380993: [REDO] Incorrect Interpretation of POSIX TZ Environment Variable on AIX
...
Reviewed-by: naoto
2026-06-10 17:22:23 +00:00
Albert Mingkun Yang
3f44d03e8a
8386323: Remove unused MemoryPool allocation availability state
...
Reviewed-by: stefank, tschatzl, jsikstro
2026-06-10 16:29:55 +00:00
Ivan Bereziuk
0fe051d305
8385427: Make unified logging checks in tests tolerant of added spaces
...
Reviewed-by: dholmes, iklam
2026-06-10 16:27:24 +00:00
Aleksey Shipilev
e2bdec187e
8386252: Shenandoah: Polish LRB argument preparation
...
Reviewed-by: mdoerr, fyang
2026-06-10 10:13:43 +00:00
Gui Cao
83495ebe78
8386161: RISC-V: Auto-enable Zvkn/Zvkg extension features
...
Reviewed-by: fyang, dzhang
2026-06-10 08:43:57 +00:00
Ivan Walulya
8630517d18
8386254: Parallel: Adjust Pointers should use stripes in young spaces
...
Reviewed-by: ayang, tschatzl
2026-06-10 08:18:12 +00:00
Albert Mingkun Yang
4b3ec455c8
8386098: Add empty MemRegion precondition to CardTable methods
...
Reviewed-by: tschatzl, iwalulya, jsikstro
2026-06-10 06:55:22 +00:00
Jasmine Karthikeyan
6c7fe6fd20
8349563: Improve AbsNode::Value() for integer types
...
OpenJDK GHA Sanity Checks / Prepare the run (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-nopch (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-zero (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-minimal (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-hs-optimized (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-static-libs (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-cross-compile (push) Has been cancelled
OpenJDK GHA Sanity Checks / alpine-linux-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / macos-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / docs (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-x64-static (push) Has been cancelled
OpenJDK GHA Sanity Checks / linux-aarch64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / macos-aarch64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / windows-x64 (push) Has been cancelled
OpenJDK GHA Sanity Checks / windows-aarch64 (push) Has been cancelled
Reviewed-by: epeter, mchevalier, qamai
2026-06-09 23:00:22 +00:00
Xiaolong Peng
ced7298862
8385961: Shenandoah: incorrect assert ordering in ShenandoahFreeSet::allocate_contiguous non-humongous path
...
Reviewed-by: shade, wkemper
2026-06-09 19:22:56 +00:00
Artur Barashev
543c21dde6
8386203: Use CRC32C checksum instead of Adler32 for stateless session ticket
...
Reviewed-by: mullan, ascarpino
2026-06-09 17:35:26 +00:00
Justin Lu
7f62474fcb
8386200: ListFormat incorrectly escapes single quotes
...
Reviewed-by: naoto
2026-06-09 16:28:45 +00:00
Alexey Ivanov
a529e45ad3
8291470: Description change for mouseMoved method in java.awt.event.MouseMotionAdapter
...
Reviewed-by: azvegint, prr, serb
2026-06-09 16:00:42 +00:00
Kevin Walls
b6fb712b6f
8385839: JMX config file correction
...
Reviewed-by: sspitsyn
2026-06-09 12:56:01 +00:00
Amit Kumar
ff2b7b3f9d
8386150: VtablesTest.java fails when main thread is a Virtual Thread
...
Reviewed-by: syan, shade
2026-06-09 09:12:01 +00:00
Thomas Schatzl
f4b46d86dd
8385989: Remove mention of obsoleted/removed ParallelRefProcEnabled in documentation
...
Reviewed-by: aboldtch, jsikstro
2026-06-09 09:09:21 +00:00
Manuel Hässig
8556794f6e
8385950: Git: add ignore revisions file
...
Reviewed-by: erikj
2026-06-09 09:06:34 +00:00
Matthias Baesken
7a7ee23168
8385454: Provide more NUMA related information in hsinfo/hserr files
...
Reviewed-by: jsikstro, dbriemann
2026-06-09 07:25:12 +00:00
Richard Reingruber
ac85fddbbc
8385166: PPC: C2: c_return_value and return_value should not set 2nd OptoRegPair for Op_RegI
...
Reviewed-by: mdoerr, dbriemann
2026-06-09 05:14:05 +00:00
David Holmes
1c1a130856
8384844: Remove expired flags in JDK 28
...
Reviewed-by: jwilhelm, kvn, syan, jsikstro
2026-06-08 22:01:56 +00:00
Patrick Fontanilla
bf344f1b9a
8385933: GenShen: Remove ShenandoahAgingCyclePeriod
...
Reviewed-by: wkemper, ruili, kdnilsen
2026-06-08 21:21:58 +00:00
Patricio Chilano Mateo
21482fa7db
8385806: Assert failed when running Skynet.java with continuation trace logging enabled
...
Reviewed-by: fbredberg, coleenp
2026-06-08 19:15:56 +00:00
Patricio Chilano Mateo
286f7bbc81
8385655: Timeout in java/lang/Thread/virtual/KlassInit.java
...
Reviewed-by: alanb, shade
2026-06-08 16:35:37 +00:00
Naoto Sato
177a371109
8385834: Tighten ListFormat.getInstance(String[]) behavior for invalid placeholders
...
Reviewed-by: jlu
2026-06-08 16:28:15 +00:00
Christian Stein
5787c6b3d7
8386138: Problem-list JvmtiGetAllModulesTest.java
...
Reviewed-by: alanb, jpai
2026-06-08 16:09:59 +00:00
Xiaolong Peng
0741c9e7bc
8385975: Shenandoah: remove leftover ShenandoahPacer declarations in ShenandoahHeap
...
Reviewed-by: wkemper, shade
2026-06-08 15:45:10 +00:00
Viktor Klang and Doug Lea
4a84d0414e
8385830: ForkJoinTask#get may swallow caller thread's interrupt flag
...
Co-authored-by: Doug Lea <dl@openjdk.org >
Reviewed-by: alanb
2026-06-08 14:17:15 +00:00
Matthew Donovan
8b2b3c84c5
8374454: Test sun/security/ssl/CipherSuite/DisabledCipherSuitesNotNegotiated.java from JDK-8356544 shows intermittent timeouts
...
Reviewed-by: rhalade, azeller
2026-06-08 12:51:55 +00:00
Hannes Wallnöfer
308daac9f5
8385506: Fix some remaining CSS issues
...
Reviewed-by: nbenalla
2026-06-08 11:05:07 +00:00
Hannes Wallnöfer
ef3c786d36
8383906: Target highlight in member details is too aggressive
...
Reviewed-by: nbenalla
2026-06-08 11:00:24 +00:00
Hannes Wallnöfer
2d2d59dfcf
8384065: Improve wrapping of link labels in the table of contents
...
Reviewed-by: nbenalla
2026-06-08 10:57:57 +00:00
Amit Kumar
70ba725b07
8386130: TestPrintMethodData.java failing with VirtualThread as main thread
...
Reviewed-by: shade, galder
2026-06-08 09:46:54 +00:00
Johan Sjölen
59e40b0416
8303612: runtime/StackGuardPages/TestStackGuardPagesNative.java fails with exit code 139
...
Reviewed-by: dholmes, lmesnik
2026-06-08 08:55:56 +00:00
Kevin Walls
dce75d65ff
8385964: AttachProvider docs update: 'doors' to 'socket'
...
Reviewed-by: alanb, cjplummer
2026-06-08 08:48:33 +00:00
Johan Sjölen
2e364c3a06
8385991: Use StringTable's statistics method in Dictionary
...
Reviewed-by: jsikstro, coleenp
2026-06-08 07:39:58 +00:00
Robert Toyonaga
a1ff7b16d4
8385586: Fix race in Windows map_or_reserve_memory_aligned using VirtualAlloc2 and MapViewOfFile3
...
Reviewed-by: stuefe, asmehra, jsjolen
2026-06-06 05:31:13 +00:00
Yasumasa Suenaga
a0c8f7cb36
8385988: Linux devkits does not work with dnf5
...
Reviewed-by: erikj
2026-06-06 02:28:15 +00:00
Ashay Rane
5f7422ed83
8383248: Reduce buffer allocations for HTTP headers instead of allocating 16KB per request
...
Reviewed-by: jpai, dfuchs
2026-06-06 01:37:24 +00:00
lawrence.andrews
27f27dac96
8385302: Open source accessibility AWT tests
...
Reviewed-by: prr, kizune
2026-06-05 19:05:39 +00:00
Nizar Benalla
241d649d9e
8386082: Rectify JDK 28 GA date to 2027-03-23
...
Reviewed-by: darcy, erikj, iris
2026-06-05 17:35:27 +00:00
Chris Plummer
4ff29cbde4
8385723: Intermittent failure of serviceability/sa/ClhsdbInspect.java
...
Reviewed-by: kevinw, ayang, lmesnik, syan
2026-06-05 16:41:35 +00:00
Alexandre Iline
de4657e13b
8384848: Update JCov for class file version 72
...
Reviewed-by: iris, alanb, erikj
2026-06-05 16:34:36 +00:00
Shawn Emery
0dd26b312e
8371305: X25519 should utilize x86 intrinsics
...
Reviewed-by: vpaprotski, ascarpino
2026-06-05 16:20:42 +00:00
Albert Mingkun Yang
0fcf41112c
8385728: Serial: Check empty MemRegion in maintain_old_to_young_invariant
...
Reviewed-by: tschatzl, jsikstro, gli
2026-06-05 14:59:20 +00:00
Andrew Haley
b734700112
8381766: AArch64: extend MacroAssembler increment/decrement/and/or to use 24-bit immediate operands
...
Reviewed-by: adinn, haosun
2026-06-05 13:05:53 +00:00
Thomas Schatzl
5719b671a2
8385369: G1: Concurrent Cleanup For Next Mark accesses uncommitted bitmaps after region uncommit
...
Reviewed-by: aboldtch, manc
2026-06-05 07:33:51 +00:00
Emanuel Peter
cc69221519
8381618: VectorExpressionFuzzer.java: enable test for all platforms
...
Reviewed-by: vlivanov, mhaessig
2026-06-05 05:44:21 +00:00
Xueming Shen and David Beaumont
9229878648
8385355: NullPointerException in jdk.tools.jlink.internal.ImageResourcesTree after JDK-8377070
...
Co-authored-by: David Beaumont <dbeaumont@openjdk.org >
Reviewed-by: alanb
2026-06-05 00:10:44 +00:00
Archie Cobbs
55d528eb37
8385660: Audit and remove unnecessary lint categories from $DISABLED_WARNINGS
...
Reviewed-by: erikj, asemenyuk, prr
2026-06-04 23:07:47 +00:00
Chen Liang
5415a27ed8
8385974: Update symbol information for jdk-28+0
...
Reviewed-by: darcy
2026-06-04 20:43:30 +00:00
Chad Rakoczy
cf78a2a89a
8384606: HotCodeHeap tests require C2
...
Reviewed-by: shade, kvn
2026-06-04 19:36:30 +00:00
Phil Race
aa98d5d20b
8385100: Null pointer dereference in java.desktop/windows/classes/sun/print/Win32PrintJob.java:606 and other PrintJob implementations
...
Reviewed-by: psadhukhan, kizune
2026-06-04 19:09:19 +00:00
Nizar Benalla
ca52afa38e
8384833: Start of release updates for JDK 28
...
8384838: Add SourceVersion.RELEASE_28
8384842: Add source 28 and target 28 to javac
Reviewed-by: iris, darcy, erikj, dholmes
2026-06-04 16:06:29 +00:00
Manuel Hässig
f8f7ad28ba
8381235: TestCompileTaskTimeout intermittently fails due to unexpected exit code 1
...
Reviewed-by: dlong, kvn
2026-06-04 15:01:15 +00:00
Per Minborg
c4a3373faa
8385885: Clarify comment in LazyConstantImpl
...
Reviewed-by: vklang
2026-06-04 12:54:23 +00:00
Jan Lahoda
ee53e7569e
8381812: The synthetic $deserializeLambda$ is notably bigger
...
Reviewed-by: mcimadamore
2026-06-04 12:04:03 +00:00
Per Minborg
c6f9c23111
8385054: Spec: Clarify ofLazy List/Set/Map equals/hashCode/toString Javadoc
...
Reviewed-by: vklang
2026-06-04 08:50:52 +00:00
Per Minborg
d47d729c9b
8384648: LazyConstantTest::interruptStatusIsPreservedForComputingThread fails
...
Reviewed-by: jvernee
2026-06-04 07:59:21 +00:00
Manuel Hässig
8fad96dea3
8377808: compiler/c2/irTests/TestFloat16ScalarOperations.java is fragile in the presence of special constants
...
Reviewed-by: qamai, epeter, syan, jbhateja
2026-06-04 07:51:20 +00:00
Amit Kumar
bbb4dd8b9b
8385622: [s390x] Debugger very slow during stepping
...
Reviewed-by: mdoerr, sspitsyn
2026-06-04 05:07:52 +00:00
Cesar Soares Lucas
b7e26358f6
8384442: Shenandoah: Remove vestigial CAS barrier code
...
Reviewed-by: fyang, shade
2026-06-04 02:45:01 +00:00
Gui Cao
19146ad7ca
8385915: RISC-V: Remove unused cmpxchg* methods
...
Reviewed-by: fyang, dzhang
2026-06-04 01:48:51 +00:00
Daniel Gredler
7ebfc031bc
8269888: Thai text rendered incorrectly using some AffineTransform-derived fonts
...
Reviewed-by: prr, psadhukhan
2026-06-03 22:07:46 +00:00
Mikael Vidstedt
b328a326b1
8385552: Improve devkit/sysroot creation
...
Reviewed-by: erikj
2026-06-03 19:48:32 +00:00
Alexey Ivanov
24d31296e1
8372546: UnixMultiResolutionSplashTest.java fails intermittently on Ubuntu_24.04
...
Remove .../unix/UnixMultiResolutionSplashTest.java
Reviewed-by: syan, prr
2026-06-03 18:46:54 +00:00
Phil Race
9f83006f10
8378464: PixelInterleavedSampleModel constructors and methods do not specify behavior when arguments are null or out of bounds
...
Reviewed-by: kizune, psadhukhan
2026-06-03 18:32:56 +00:00
Aleksey Shipilev
fac043a97a
8385835: Shenandoah: Polish C2 pre/post barrier signatures
...
Reviewed-by: mdoerr, dbriemann, fyang
2026-06-03 18:29:49 +00:00
Leonid Mesnik
1b1576d055
8372442: 2 Null pointer dereference defect groups in jvmtiExport.cpp
...
Reviewed-by: dholmes, sspitsyn
2026-06-03 18:09:14 +00:00
Anthony Scarpino
e70e691307
8377506: Implement JEP 538: PEM Encodings of Cryptographic Objects (Third Preview)
...
Reviewed-by: weijun, mullan
2026-06-03 17:06:31 +00:00
Robert Toyonaga
79923019f5
8334403: Unify behavior of os::committed_in_range across OSes
...
Reviewed-by: stuefe, jsjolen
2026-06-03 16:05:09 +00:00
Dusan Balek
7a7f37f0e5
8385828: The javac benchmarks fail after JDK-8385347
...
Reviewed-by: asotona, syan
2026-06-03 15:27:07 +00:00
Ivan Walulya and Thomas Schatzl
85db081db4
8379846: G1: IHOP Allocation rate calculation too sensitive to outliers causing endless concurrent cycles
...
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org >
Reviewed-by: tschatzl, aboldtch
2026-06-03 14:04:11 +00:00
Derek White
d3483a98d4
8385831: Prevent APX instruction being generated on non-APX machines
...
Reviewed-by: sviswanathan, shade
2026-06-03 13:56:28 +00:00
Kerem Kat
15726f9b6c
8384182: Incorrect assertion eq4a_state in vectorization AlignmentSolver::solve
...
Reviewed-by: chagedorn, snatarajan
2026-06-03 13:45:26 +00:00
Per Minborg
bf14f24f76
8385013: Startup regression ~30% / 7-10ms with noop
...
Reviewed-by: liach
2026-06-03 12:28:18 +00:00
Thomas Schatzl
a29ef339f2
8382249: G1: Racy concurrent update of young gen size and revising young gen length
...
Reviewed-by: iwalulya, aboldtch
2026-06-03 10:43:10 +00:00
Nizar Benalla
2352da05ef
8385836: Update comment in SourceVersion for language evolution history for changes in 27
...
Reviewed-by: darcy, iris
2026-06-03 10:42:38 +00:00
David Briemann
563befb8a1
8385633: PPC64: Shenandoah weak CAS fails after late barrier expansion
...
Reviewed-by: mdoerr, shade
2026-06-03 10:30:43 +00:00
Aleksey Shipilev
ec1bffd9a5
8385702: Improve polymorphic handling in JDK-8385648
...
Reviewed-by: mdoerr, sviswanathan, fyang
2026-06-03 07:36:14 +00:00
Fredrik Bredberg
1900d661bd
8385312: Intermittent assert while running JCK test api/java_util/concurrent/Assorted/SynchronousQueue20.html
...
Reviewed-by: coleenp, pchilanomate
2026-06-03 07:34:19 +00:00
Vladimir Petko
2688bf7305
8385738: Javadoc does not produce reproducible output due to the snippet ids
...
Reviewed-by: nbenalla
2026-06-03 06:35:57 +00:00
Erik Gahlin
39de79eae2
8367584: Implement JEP 536: JFR In-Process Data Redaction
...
Reviewed-by: mgronlun
2026-06-03 06:33:32 +00:00
Aleksey Shipilev
8ba600d6f3
8385333: Shenandoah: Final mark spins up workers without work to do
...
Reviewed-by: xpeng, kdnilsen
2026-06-03 04:32:58 +00:00
Jayathirth D V
ab33d9d331
8385490: Update HarfBuzz to 14.2.0
...
Reviewed-by: prr, azvegint
2026-06-03 03:55:28 +00:00
Alexander Matveev
f630ab0e5f
8384250: [macos] Test tools/jpackage/share/AsyncTest.java failed
...
Reviewed-by: asemenyuk
2026-06-02 22:35:48 +00:00
Anthony Scarpino
43d80fd192
8329548: Change KeyUpdate messages from TLS 1.3
...
Reviewed-by: jnimeh
2026-06-02 21:42:24 +00:00
Naoto Sato
4192f9bf2e
8385736: Optimize ListFormat custom pattern parsing
...
Reviewed-by: jlu
2026-06-02 20:27:12 +00:00
Ferenc Rakoczi
6253a03af3
8383635: Improve performance of ML-KEM's implKyberNttMultJava() method
...
Reviewed-by: semery, weijun
2026-06-02 16:43:57 +00:00
Quan Anh Mai
1e67c84b66
8382936: C2: Load folding must not drop Type information
...
Reviewed-by: kvn, vlivanov
2026-06-02 15:26:28 +00:00
Roman Marchenko
c469bb2cd7
8383867: File.getCanonicalPath drops backslash from UNC path with directory junctions
...
Reviewed-by: alanb
2026-06-02 14:54:16 +00:00
Stefan Karlsson
cb502e7993
8385747: Test gc/g1/TestGCLogMessages.java failed: 'Update Derived Pointers' found in stdout
...
Reviewed-by: dholmes, tschatzl
2026-06-02 14:46:25 +00:00
Martin Doerr
e5d8e33205
8385658: Debug code in frame::patch_pc() doesn't initialize on_heap info
...
Reviewed-by: dlong, mbaesken
2026-06-02 13:33:09 +00:00
Martin Doerr
3efa011b96
8385648: PPC64: Improve receiver type profiling reliability
...
Reviewed-by: shade, dbriemann
2026-06-02 13:29:16 +00:00
Liam Miller-Cushon
3f8a7213ef
8385664: Stale comment about JDK-6996415
...
Reviewed-by: vromero
2026-06-02 08:47:44 +00:00
Eric Fang
e83e79460b
8376285: AArch64: Support fusion optimization for SVE destructive instructions
...
Reviewed-by: aph, dlong, adinn
2026-06-02 07:35:53 +00:00
Eric Fang
9c244ec182
8382532: C2: VectorAPI: disable VectorMaskCmp-not optimization for predicated compares
...
Reviewed-by: epeter, vlivanov
2026-06-02 06:37:35 +00:00
Ioi Lam
29e37422a5
8385670: Incorrect warning: Unexpected gaps for Klass alignment
...
Reviewed-by: matsaave, kvn
2026-06-02 04:55:29 +00:00
Jaikiran Pai
207dc4e82f
8322256: Define and document GZIPInputStream concatenated stream semantics
...
Reviewed-by: lancea, alanb, simonis
2026-06-02 04:37:09 +00:00
Alexander Zvegintsev
f640edebf0
8341382: EXCEPTION_ACCESS_VIOLATION in awt.dll after JDK-8185862
...
Reviewed-by: kizune, prr, vdyakov
2026-06-02 00:04:01 +00:00
Shiv Shah
70c92d6c2b
8382275: Update nsk/stress/jni to use ThreadWrapper
...
Reviewed-by: lmesnik, syan
2026-06-01 18:37:35 +00:00
Patrick Fontanilla
045ae965e1
8384221: GenShen: WhiteBox full GC promotion is not reliable
...
Reviewed-by: wkemper, ysr
2026-06-01 18:04:17 +00:00
Brian Burkhalter
a23ce9cd30
8379535: test/jdk/java/io/File/ListRoots.java fails with RuntimeException: Does not match FileSystem::getRootDirectories
...
Reviewed-by: alanb
2026-06-01 17:48:51 +00:00
Patricio Chilano Mateo
b2bf91bf12
8376621: Should not suspend thread in start_transition if _is_disable_suspend set
...
Reviewed-by: dholmes, sspitsyn
2026-06-01 17:36:17 +00:00
Rui Li
d60fead5cf
8384604: Shenandoah: Completed GC count doesn't add up in the log
...
Reviewed-by: wkemper, xpeng, kdnilsen
2026-06-01 17:11:05 +00:00
Dusan Balek
886eb11c64
8385409: Javap documentation says by default protected and public members are printed but package private members are also printed by default (-package behavior, not -protected)
...
Reviewed-by: liach
2026-06-01 16:24:26 +00:00
Joel Sikström
64d6cbad08
8385632: ZGC: Incorrect object undo in relocation race for relocation workers
...
Reviewed-by: stefank, aboldtch, tschatzl
2026-06-01 13:53:03 +00:00
Jan Lahoda
9acd9f8790
8381965: NullPointerException in TypeAnnotationPositions
...
Reviewed-by: mcimadamore
2026-06-01 11:17:01 +00:00
Jatin Bhateja
3f2002d488
8384507: Incorrect vector reassociation for signed saturating addition
...
Reviewed-by: shade, epeter
2026-06-01 08:27:38 +00:00
Gui Cao
05a6580883
8385583: RISC-V: Debugger very slow during stepping
...
Reviewed-by: fyang, dzhang
2026-06-01 07:34:49 +00:00
Manuel Hässig
2820c789fa
8385408: C2: no reachable node should have no use
...
Reviewed-by: dlong, kvn
2026-06-01 07:26:30 +00:00
Anton Seoane Ampudia
3760d75e66
8384104: Obsolete Xmaxjitcodesize
...
Reviewed-by: kvn, dholmes
2026-06-01 07:20:32 +00:00
Johan Sjölen
9536b7f6c0
8384964: Add an entry count to the MallocSiteTable
...
Reviewed-by: coleenp, fbredberg
2026-06-01 07:17:50 +00:00
Emanuel Peter
62843fcdce
8346420: C2: IfNode::fold_compares_helper() wrongly folds two CmpI nodes to a single CmpU node
...
Reviewed-by: roland, qamai, galder
2026-06-01 06:56:33 +00:00
Jaikiran Pai
9489e12f42
8385656: Misplaced comment on enum value in jdk.internal.util.Architecture
...
Reviewed-by: liach
2026-06-01 01:09:28 +00:00
Ashay Rane
7b2845eab4
8384087: Test tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/cli/MainTest.java fails
...
Reviewed-by: almatvee, asemenyuk
2026-06-01 00:26:50 +00:00
William Kemper
d3073b53d3
8385610: Shenandoah: TestSoftMaxHeapSizeAvailableCalc should have more tolerance for other GC triggers
...
Reviewed-by: kdnilsen, xpeng, syan, ruili
2026-05-30 02:08:31 +00:00
Xiaolong Peng
6e07965d6d
8385606: Shenandoah: Remove PLAB card-table alignment and per-object register_object during old-gen allocation
...
Reviewed-by: wkemper, kdnilsen
2026-05-29 23:46:49 +00:00
Ashay Rane
b66dcc9474
8385345: AWT and ImageIO shell tests fail when run using MSys/MinGW
...
Reviewed-by: prr, macarte
2026-05-29 23:38:31 +00:00
Shiv Shah
0eeacb5b38
8382130: Remove test/failure_handler/Makefile
...
Reviewed-by: lmesnik, erikj, syan
2026-05-29 21:47:12 +00:00
Alexander Matveev
1618bf4254
8382025: [lworld] tools/jpackage/share/AsyncTest.java fails with An error of type -10810 has occurred
...
Reviewed-by: asemenyuk
2026-05-29 20:01:20 +00:00
Aleksey Shipilev
8f8f9b4637
8385179: Shenandoah: Simplify and optimize string deduplication
...
Reviewed-by: wkemper, xpeng, kdnilsen, rkennke
2026-05-29 19:50:29 +00:00
Phil Race
cd0b9fbeec
8383605: Incomplete input validation on the bands parameters in j.a.i.Raster
...
Reviewed-by: aivanov, jdv, avu
2026-05-29 18:42:17 +00:00
Phil Race
c09e403385
8381007: MultiPixelPackedSampleModel can throw ArithmeticException
...
Reviewed-by: jdv, azvegint, serb
2026-05-29 18:41:55 +00:00
Shiv Shah
2baa87be25
8316466: 8 com/sun/jdi tests ignore VM flags
...
Reviewed-by: lmesnik, sspitsyn
2026-05-29 18:06:13 +00:00
Phil Race
05244e8d37
8385347: Remove AppContext from SunToolkit and also remove AppContext
...
Reviewed-by: azvegint, serb, kizune
2026-05-29 17:43:23 +00:00
Rajan Halade
08ecb87b3d
8374886: CAInterop.java#microsoftrsa2017 test fails as EE certificate does not specify OCSP responder
...
Reviewed-by: mullan
2026-05-29 17:22:28 +00:00
Rajan Halade
4a0a8587db
8385584: CAInterop.java#buypassclass3ca fails with Intermediate Root CA not found in the chain
...
Reviewed-by: mullan
2026-05-29 17:19:54 +00:00
Chris Plummer
2fa9eb6764
8375076: Two JDI scenario tests are failing with out of wait time after completing successfully
...
Reviewed-by: sspitsyn, dholmes
2026-05-29 17:05:56 +00:00
Chris Plummer
d4b6c78f3a
8375062: vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java fails to output debuggee prompt after cont cmd
...
Reviewed-by: dholmes, sspitsyn
2026-05-29 17:05:17 +00:00
Aleksey Shipilev
7dbc83a3bd
8385334: Shenandoah: Improve gc+stats logging
...
Reviewed-by: wkemper, xpeng, kdnilsen
2026-05-29 16:24:34 +00:00
Anton Seoane Ampudia
04effb0a19
8383767: C2: assert(curr_ctrl->in(0)->Opcode() == Op_If) failed: unexpected node MemBarStoreStore
...
Reviewed-by: vlivanov, aseoane, dlong
2026-05-29 16:03:18 +00:00
Christian Hagedorn
3d78846a25
8379125: C2: Control of rewired data in Range Check Elimination is not updated when further splitting a main loop leading to a segfault
...
Reviewed-by: qamai, kvn, epeter, dlong
2026-05-29 15:59:15 +00:00
Martin Doerr
f823e3f774
8385572: [PPC64] frame alignment assertion after JDK-6960970
...
Reviewed-by: amitkumar, mbaesken
2026-05-29 12:39:22 +00:00
Kevin Walls
163ab375d0
8385628: Typo in jdk.attach comments
...
Reviewed-by: alanb
2026-05-29 11:14:19 +00:00
Kevin Walls
0a5221d329
8385627: Typo in JMXServiceURL.java: misssing
...
Reviewed-by: dfuchs, alanb
2026-05-29 11:05:08 +00:00
Aleksey Shipilev
9ed5af9939
8385557: Shenandoah: Runtime calls from C2 stubs need to be relocatable
...
Reviewed-by: kvn, adinn
2026-05-29 09:44:28 +00:00
Christian Stein
ebc3af7a2d
8379083: Executable source program should ignore module declaration
...
Reviewed-by: jlamperth, liach
2026-05-29 07:22:20 +00:00
Jonathan László Lampérth
9f38c8b739
8377010: Source code launcher cannot call inherited main from another package/module
...
Reviewed-by: cstein, liach
2026-05-29 07:21:56 +00:00
Jayathirth D V
7145bf0409
8385390: Update FreeType to 2.14.3
...
Reviewed-by: prr, azvegint
2026-05-29 05:25:05 +00:00
Jan Lahoda
91d9ef170b
8384843: Duplicated type annotations in classfile
...
Reviewed-by: mcimadamore
2026-05-29 05:00:32 +00:00
Dusan Balek
ea42cd938a
8383738: javac crashes with StackOverflowError when a class extends a type parameter
...
Reviewed-by: vromero, mcimadamore
2026-05-29 05:00:00 +00:00
Volodymyr Paprotski
114e3c6106
8384353: SHA3 AVX2 and AVX512 intrinsics and improvements
...
Reviewed-by: sviswanathan, ascarpino, semery
2026-05-28 23:18:20 +00:00
Mohamed Issa
bb4d2abb0f
8382482: Optimize equals scenario in x86 scalar floating point min/max reduction loops
...
Reviewed-by: sviswanathan, epeter, sparasa
2026-05-28 20:16:12 +00:00
William Kemper
4eb67734b7
8385430: Shenandoah: Compact heuristic runs continuously when allocation is idle
...
Reviewed-by: shade, kdnilsen
2026-05-28 17:56:45 +00:00
William Kemper
e615d49032
8385375: Shenandoah: Sampled allocation rate is too slow to react to lower allocation rates
...
Reviewed-by: kdnilsen, ruili
2026-05-28 17:54:21 +00:00
George Adams
a453a8bd0c
8385528: Fix linker alignment warning for libawt on macOS with Xcode 26
...
Reviewed-by: prr, kizune
2026-05-28 17:49:29 +00:00
Vladimir Ivanov
368dcc8936
8384609: Remove old CHA implementation
...
Reviewed-by: kvn, dlong
2026-05-28 17:39:12 +00:00
Ashutosh Mehra
2b618b4231
8384869: C2: IR Verification Test failures on x86_64 after JDK-8383881
...
Reviewed-by: kvn, adinn, mbaesken
2026-05-28 13:26:58 +00:00
Joel Sikström
744f6bc769
8385022: ZGC: Crash with sparse NUMA node configuration
...
Reviewed-by: aboldtch, stefank, mdoerr
2026-05-28 09:53:31 +00:00
Axel Boldt-Christmas
f2bc36d8dd
8383421: ZGC: Problematic interactions between JVMTI_EVENT_SAMPLED_OBJECT_ALLOC and clone
...
Reviewed-by: stefank, jsikstro
2026-05-28 07:55:45 +00:00
Matthias Baesken
8c5a446c33
8385437: Provide test property vm.cds.nocoh.archive.available and use it in CompressedCPUSpecificClassSpaceReservation
...
Reviewed-by: coleenp, azeller, mdoerr
2026-05-28 07:23:05 +00:00
Albert Mingkun Yang
2c7efc0880
8381834: Improve TLAB sizing heuristics
...
Reviewed-by: jsikstro, tschatzl, aboldtch
2026-05-28 07:20:06 +00:00
SendaoYan
7df417c353
8381270: TestGCPhaseConcurrent.java#Z intermittent fails OOME
...
Reviewed-by: tschatzl, mgronlun
2026-05-28 01:27:07 +00:00
Ioi Lam
ce55336488
8384416: Crash in RunTimeClassInfo::klass() during AOT cache assembly
...
Reviewed-by: kvn, heidinga, coleenp
2026-05-27 21:28:42 +00:00
George Adams
ff81bd72a6
8385525: Suggest Metal toolchain download in configure error on Xcode 26+
...
Reviewed-by: erikj, serb, shade
2026-05-27 19:59:30 +00:00
Kirill Shirokov
2d97d4e7f8
8373426: Remove ffdhe6144 and ffdhe8192 from default list of TLS named groups
...
Reviewed-by: mullan, jnimeh
2026-05-27 18:45:04 +00:00
Justin Lu
e495051635
8382031: Update IANA Language Subtag Registry to Version 2026-05-05
...
Reviewed-by: naoto, iris
2026-05-27 17:22:02 +00:00
Benjamin Peterson
7bb345a43e
8383709: Linux perf map should record individual stubs
...
Reviewed-by: ysuenaga, adinn
2026-05-27 15:10:50 +00:00
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 and Patricio Chilano Mateo
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
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
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 and Aleksey Shipilev
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
2026-05-21 07:40:09 +00:00
Dusan Balek
50deb1712c
8384631: SwitchBoostraps.typeSwitch method Javadoc still mentions target of a reference type
...
Reviewed-by: liach
2026-05-21 06:45:18 +00:00
Jan Lahoda
e50c413bb7
8384229: Previously accepted code is rejected after JDK-8378102
...
Reviewed-by: vromero
2026-05-21 04:40:37 +00:00
SendaoYan
11619700ca
8384228: Cleanup compiler/arguments/TestCompilerCounts.java
...
Reviewed-by: shade, kvn
2026-05-21 01:58:17 +00:00
Xiaohong Gong
6a07b21e9a
8378737: AArch64: Fix SVE match rule issues for VectorMask.andNot()
...
Reviewed-by: vlivanov, aph
2026-05-21 01:40:27 +00:00
Ioi Lam
026aede81e
8385096: Test runtime/cds/MetaspaceAllocGaps.java fails on Windows
...
Reviewed-by: shade, kvn
2026-05-20 20:45:04 +00:00
Vladimir Kozlov
a3b53e969a
8357593: Crash in Matcher::init_first_stack_mask() during production run
...
Reviewed-by: shade, vlivanov, adinn
2026-05-20 20:10:19 +00:00
Coleen Phillimore
630b8319b9
8360700: Implement JEP 534: Compact Object Headers by Default
...
Reviewed-by: fbredberg, kvn, stuefe, erikj, rkennke, aartemov, stefank
2026-05-20 16:17:56 +00:00
George Adams
2e113542fc
8385011: GHA: Enable Linux AArch64 tests
...
Reviewed-by: erikj, macarte, clanger
2026-05-20 16:12:28 +00:00
Aleksey Shipilev
6fb07f9b26
8383954: Fix tearing-prone nmethod bitfields
...
Reviewed-by: kvn, dlong
2026-05-20 14:49:51 +00:00
Ashay Rane
1e9037b259
8384997: "Unrecognized system!" failures on MSys2/Windows
...
Reviewed-by: shade, jwaters
2026-05-20 14:44:46 +00:00
Coleen Phillimore
e155a20b49
8378699: runtime/ClassUnload/KeepAliveSoftReference.java Test failed: true != false
...
Reviewed-by: shade, phubner
2026-05-20 11:48:02 +00:00
Albert Mingkun Yang
24d4d003ad
8380590: Parallel: Improve tenuring-threshold heuristics
...
Reviewed-by: gli, tschatzl
2026-05-20 09:32:34 +00:00
Martin Doerr
3644fbfdd4
8385019: Build error without CDS
...
Reviewed-by: kvn, adinn, shade
2026-05-20 09:29:22 +00:00
0b0829960b
8384946: os::Bsd::gettid misses the return value
...
Co-authored-by: Kurt Miller <kurt@openjdk.org >
Co-authored-by: Greg Lewis <glewis@openjdk.org >
Reviewed-by: shade, phubner, jwaters
2026-05-20 09:17:12 +00:00
Kevin Walls
fada70f8cc
8383637: JConsole should not render HTML in components where it could be confusing
...
Reviewed-by: prr, aivanov
2026-05-20 08:26:33 +00:00
Jatin Bhateja
414711d3cc
8383173: Adjust CopyAVX3Threshold for AMD AVX512 targets
...
Reviewed-by: sviswanathan, thartmann
2026-05-20 07:25:24 +00:00
Jayathirth D V
29ffcec4b7
8384495: Update Libpng to 1.6.58
...
Reviewed-by: azvegint, prr
2026-05-20 06:59:44 +00:00
William Kemper
288d88f76c
8384514: Shenandoah: gc/shenandoah/mxbeans/TestCycleEndMessage.java intermittent fails
...
Reviewed-by: shade, kdnilsen
2026-05-19 21:57:34 +00:00
Ioi Lam and Alan Bateman
a37b02baa2
8381710: Avoid using lambdas in ModuleBootstrap in AOT training mode
...
Co-authored-by: Alan Bateman <alanb@openjdk.org >
Reviewed-by: kvn, liach
2026-05-19 19:20:02 +00:00
Volkan Yazici
ff34610ead
8382928: Add documentation to java.net.URI.normalize about empty segments
...
Reviewed-by: dfuchs, alanb
2026-05-19 18:35:39 +00:00
Rajan Halade
1fcd11f41d
8384815: SelectOneKeyOutOfMany and PreferredKey fail after expired test certificate
...
Reviewed-by: abarashev, mullan, syan, myankelevich
2026-05-19 15:54:09 +00:00
Joel Sikström
f480e95774
8384520: AArch64: Prevent out-of-CodeBuffer read in MacroAssembler::membar
...
Reviewed-by: shade, aseoane
2026-05-19 14:56:12 +00:00
Yasumasa Suenaga
32d3559925
8377690: serviceability/sa/TestJhsdbJstackMixedWithXComp.java tests failing
...
Reviewed-by: cjplummer, kevinw
2026-05-19 14:23:49 +00:00
Quan Anh Mai
dbb58b27ee
8384948: Disable DelayAfterInliningCutoff until memory consumption issues are fixed
...
Reviewed-by: thartmann, shade
2026-05-19 13:16:41 +00:00
Mikhail Yankelevich
ab814a4ec7
8367326: Refactor PEM API tests requiring PEMRecord usage
...
Reviewed-by: ascarpino
2026-05-19 10:50:00 +00:00
Jaikiran Pai
45e66b6a80
8296183: jndiprovider.properties contains properties pointing to non-existing classes
...
Reviewed-by: dfuchs, aefimov, lancea, iris, asarkar
2026-05-19 06:43:31 +00:00
Jaikiran Pai
9c3787d12d
8384864: Problemlist java/nio/channels/SocketChannel/OpenLeak.java and CloseDuringConnect.java on macos 26.4 and 26.5
...
Reviewed-by: dfuchs
2026-05-19 01:42:40 +00:00
Vladimir Kozlov
5e14a22f0b
8384817: Deprecate AlwaysCompileLoopMethods VM flag
...
Reviewed-by: shade, iveresov
2026-05-19 01:11:22 +00:00
Ioi Lam
7620a2f19b
8383832: AOTMode=required fails with "incompatible CompressedOops::base()"
...
Reviewed-by: kvn, adinn
2026-05-18 22:24:12 +00:00
Patrick Fontanilla
a73eca9e8b
8383847: Shenandoah: gc/TestJNIWeak/TestJNIWeak.java times out intermittently
...
Reviewed-by: wkemper, ysr, kdnilsen
2026-05-18 17:05:05 +00:00
William Kemper
b74ab79cdd
8384801: Shenandoah: ShouldNotReachHere() in shenandoahSupport.cpp with AllocatePrefetchStyle=3
...
Reviewed-by: ysr, xpeng, kdnilsen, shade
2026-05-18 15:43:07 +00:00
Albert Mingkun Yang
01d10f19aa
8384835: Parallel: Removing unused local variable in ParallelCompactData::clear_range
...
Reviewed-by: tschatzl
2026-05-18 14:37:40 +00:00
Albert Mingkun Yang
21017f0747
8383807: Parallel: Improve Young GC stack trimming
...
Reviewed-by: jsikstro, aboldtch, tschatzl
2026-05-18 14:34:54 +00:00
Harald Eilertsen
e9bc05c707
8384088: osThread _thread_id should be an int on all BSD's
...
Reviewed-by: phubner, dholmes
2026-05-18 13:16:32 +00:00
Afshin Zafari
407acbe694
8382888: [asan] ASAN crashes with high heap base addresses during startup
...
Reviewed-by: dholmes, dsimms, fbredberg
2026-05-18 13:01:06 +00:00
Ruben Ayrapetyan and Samuel Chee
3a0137a043
8360654: AArch64: Remove redundant dmb from C1 compareAndSet
...
Co-authored-by: Samuel Chee <samche01@arm.com >
Reviewed-by: aph, shade
2026-05-18 12:21:32 +00:00
Thomas Schatzl
25893e8cb8
8381413: G1: Verification accesses G1CollectorState checking whether in concurrent start gc after it has been reset for this pause
...
Reviewed-by: ayang, aboldtch
2026-05-18 10:53:14 +00:00
Jan Lahoda
cf3e0cd2e5
8373289: Test tools/javac/patterns/Exhaustiveness.java timed out then passed
...
Reviewed-by: abimpoudis
2026-05-18 10:06:40 +00:00
Aggelos Biboudis
df00045c43
8384131: Lowering of array enhanced for loop misses a synthetic cast
...
Reviewed-by: jlahoda
2026-05-18 09:23:27 +00:00
Albert Mingkun Yang
242b879ecd
8384636: Parallel: Remove redundant PSAdjustTask claim counter initialization loop
...
Reviewed-by: stefank, aboldtch, tschatzl
2026-05-18 08:44:22 +00:00
Frederic Thevenet
976297dec6
8378583: (process) ProcessBuilder tests that span deeper trees must pass launchMechanism to their children
...
Reviewed-by: stuefe, bchristi
2026-05-18 08:38:47 +00:00
Aleksey Shipilev
a2b9e941d6
8371949: Upcall exception handler crashes with bad oop
...
Reviewed-by: jvernee, dholmes
2026-05-18 08:30:35 +00:00
Mahendra Chhipa
8ebea6c05e
8382118: Refactor open/test/jdk/sun/net/www/protocol/file/DirPermissionDenied.java test
...
Reviewed-by: dfuchs
2026-05-18 08:02:12 +00:00
Shiv Shah
933a7765d9
8317124: use reproducible random in HotSpot tests
...
Reviewed-by: lmesnik, epavlova
2026-05-18 02:46:27 +00:00
SendaoYan
22b46872d0
8384124: TestCompilerCounts.java fails CICompilerCount is too large
...
Reviewed-by: kvn, mbaesken
2026-05-16 08:18:39 +00:00
Jeremy Wood
0e57fb9634
8380790: Each invocation of getAccessibleText() adds DocumentListener
...
Reviewed-by: prr, serb, kizune
2026-05-15 19:10:34 +00:00
Saint Wesonga
f66380e828
8383990: Remove exception code filters from Windows AArch64 safefetch handler
...
Reviewed-by: dholmes, jwaters, mbeckwit
2026-05-15 19:01:14 +00:00
Phil Race
35913b8a36
8384602: Remove AppContext from java.awt.Component
...
Reviewed-by: azvegint, serb
2026-05-15 18:54:01 +00:00
Max Rydahl Andersen
061bd076da
8379044: [macos] javadoc for setOpenURIHandler refers to wrong type
...
Reviewed-by: azvegint, prr
2026-05-15 11:08:37 +00:00
Jatin Bhateja
9f95d61dea
8384428: C2: compiler/vectorapi/TestVectorLongToMaskNodeIdealization.java fails with AVX2
...
Reviewed-by: mhaessig, qamai
2026-05-15 09:58:37 +00:00
Guanqiang Han
7264302c75
8380446: C2: mask_and_replace_shift_amount should work for effectively-constant shift counts
...
Reviewed-by: mchevalier, vlivanov
2026-05-15 08:54:16 +00:00
Dusan Balek
231e5b166f
8384132: javac: Cannot read field "sym" because "this.lvar[1]" is null
...
Reviewed-by: jlahoda
2026-05-15 07:21:15 +00:00
Patricio Chilano Mateo
ebfbf54474
8368175: Replace TEST_THAW_ONE_CHUNK_FRAME with develop flag
...
Reviewed-by: coleenp, dlong
2026-05-15 00:56:57 +00:00
Yasumasa Suenaga
2c0e818d3c
8384277: Internal error happened when building fastdebug with LTO
...
Reviewed-by: dholmes, jwaters
2026-05-15 00:14:28 +00:00
Chris Plummer
b9778ccb47
8383631: Test vmTestbase/nsk/jdb/kill/kill003/kill003.java failed - possible NullPointerException
...
Reviewed-by: lmesnik, sspitsyn, coleenp, syan, kevinw
2026-05-14 16:58:09 +00:00
Shiv Shah
125cffd599
8382273: Update nsk/jvmti/unit tests to use ThreadWrapper
...
Reviewed-by: cjplummer, sspitsyn
2026-05-14 15:57:24 +00:00
Jayathirth D V
bcbf5cf730
8383354: Update LCMS to 2.19.1
...
Reviewed-by: prr, azvegint
2026-05-14 12:48:25 +00:00
Ioi Lam
42d6307030
8374348: Implement -XX:AOTMode=required as alias for -XX:AOTMode=on
...
Reviewed-by: kvn, dholmes
2026-05-14 05:52:10 +00:00
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 and Anton Seoane Ampudia
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
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 and David Beaumont
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
Dusan Balek
211b414f1f
8381403: @Deprecated annotation has no effect warnings on record components
...
Reviewed-by: jlahoda
2026-05-11 07:27:47 +00:00
Amit Kumar
f9d1ab7cd7
8381257: [s390x] deoptimization stub should save vector registers
...
Reviewed-by: mdoerr, aph
2026-05-11 05:12:33 +00:00
David Holmes and Patricio Chilano Mateo
840154df43
8373839: Disable JVM TI suspension during JNI critical regions
...
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org >
Reviewed-by: sspitsyn, pchilanomate
2026-05-11 04:49:11 +00:00
Kirill Shirokov
5caa357fc6
8381364: Update the java tool specification for CompileCommand compile levels
...
Reviewed-by: kvn, mhaessig
2026-05-10 18:51:24 +00:00
Kirill Shirokov
c35c32502d
8313713: Allow CompileCommand flag to specify compilation level
...
Reviewed-by: kvn, asmehra
2026-05-10 16:17:17 +00:00
jonghoonpark
3c1af6b9c8
8382880: C2: Remove unused Final_Reshape_Counts::get_*_count() methods
...
Reviewed-by: kvn, aseoane
2026-05-08 22:58:33 +00:00
Xiaolong Peng
83cd98426e
8383861: Shenandoah: Use int[] as filling class for compressed oop array allocation
...
Reviewed-by: shade, kdnilsen
2026-05-08 22:06:14 +00:00
Phil Race
0b0a5a71a3
8381843: FileDialog:setFile() specification needs to be enhanced w.r.to file selection
...
Reviewed-by: aivanov, psadhukhan, kizune
2026-05-08 21:00:10 +00:00
Andrew Dinn
84afc28148
8384089: Correctly catch invalid uses of StubCodeMark
...
Reviewed-by: asmehra, kvn
2026-05-08 16:36:20 +00:00
Matthias Baesken
18d0d27a6e
8382035: [ubsan] Under UBSAN builds, disable tests that rely on simulated JVM crashes
...
Reviewed-by: cjplummer, azafari, lucy
2026-05-08 14:41:14 +00:00
Thomas Schatzl
88ac00a312
8384097: G1: G1ConcurrentMarkThread::total_mark_cpu_time_s adds together nanoseconds and seconds
...
Reviewed-by: iwalulya, shade
2026-05-08 12:09:36 +00:00
Harshit
0fe720b444
8383485: [S390X] Add patching support for LIR_Assembler::leal
...
Reviewed-by: mdoerr, amitkumar, aph
2026-05-08 09:32:26 +00:00
Paul Hübner
e06eb8dcaa
8384072: Problem list runtime/Thread/TestAlwaysPreTouchStacks.java
...
Reviewed-by: azafari, jsikstro
2026-05-08 09:19:15 +00:00
Per Minborg
a6bd64be55
8376811: Implement JEP 531: Lazy Constants (Third Preview)
...
Reviewed-by: jvernee, vklang, mhaessig
2026-05-08 08:03:43 +00:00
Ashay Rane
54146adae0
8383262: Implement optimized aarch64_get_thread_helper() for Windows/AArch64
...
Reviewed-by: adinn, aph, macarte
2026-05-08 07:28:26 +00:00
Ashay Rane
2e0c8caab1
8383611: assert(count == os::processor_count() + 1) failed: invalid enumeration!
...
Reviewed-by: dholmes, macarte
2026-05-08 05:03:34 +00:00
Fabio Romano
8ae19e1ea4
8366478: BigDecimal roots
...
Reviewed-by: rgiulietti
2026-05-07 23:59:07 +00:00
Sergey Bylokhov
f5aae68315
8369455: XAWT: List.getSelectedItem may throw ArrayIndexOutOfBoundsException
...
Reviewed-by: prr, azvegint, aivanov
2026-05-07 23:41:19 +00:00
Shawn Emery
ffc16bd40d
8364121: DES[ede]KeySpec do not consistently check for valid parameters
...
Reviewed-by: mullan
2026-05-07 17:50:10 +00:00
Goetz Lindenmaier
a2e271969d
8383630: Fix iteration in tests doing class redefinition
...
Reviewed-by: shade, mbaesken
2026-05-07 17:05:10 +00:00
Thomas Schatzl
d81632a11e
8384098: Fix typo in "elasped_time" in Universe::log_cpu_time()
...
Reviewed-by: jsikstro, shade
2026-05-07 16:24:33 +00:00
Boris Ulasevich
c833dc0a0b
8379396: "assert(offset + partition_size <= size()) failed: partition failed" when combining NonProfiledCodeHeapSize and large value for CICompilerCount
...
Reviewed-by: dlong, kvn
2026-05-07 13:40:00 +00:00
Axel Boldt-Christmas
a6d763ac87
8383172: Create AbstractLRUReferencePolicy base class
...
Reviewed-by: ayang, jsikstro
2026-05-07 13:05:42 +00:00
Stefan Karlsson
253df3a580
8383912: Deduplicate klass fetching and decoding in oopDesc
...
Reviewed-by: shade, ayang
2026-05-07 11:26:51 +00:00
Benjamin Peterson
05efe2824d
8383909: Unused ThreadDumper.BoundedByteArrayOutputStream.write(int b) is wrong
...
Reviewed-by: alanb, sspitsyn
2026-05-07 11:08:09 +00:00
David Briemann
c5b9e4db80
8383914: [PPC] cleanup dtrace leftovers
...
Reviewed-by: mdoerr
2026-05-07 10:08:44 +00:00
David Briemann
6e90f375a8
8383848: [PPC64] Remove outdated comments for old versions of PPC
...
Reviewed-by: mdoerr
2026-05-07 10:05:47 +00:00
Leo Korinth
c2b9ffed49
8227106: Rename InitiatingHeapOccupancyPercent to G1IHOP and make G1IHOP G1 specific
...
Reviewed-by: ayang, tschatzl, iwalulya
2026-05-07 09:51:41 +00:00
Galder Zamarreño
af9ed6c022
8382881: Swap min/max values and avoid equals min/max values in MinMaxVector
...
Reviewed-by: roland
2026-05-07 09:20:45 +00:00
Stefan Karlsson
64124b5201
8383910: klass_or_null_acquire asserts on null when using compact object headers
...
Reviewed-by: jsjolen, mdoerr, shade, tschatzl
2026-05-07 08:26:14 +00:00
Paul Hübner
8de6298ed5
8379630: Add JMH benchmark to measure the overhead of using captured call state
...
Reviewed-by: pminborg, jvernee, liach
2026-05-07 07:57:44 +00:00
Marc Chevalier
4e1dd4daba
8383851: TypeInstPtr::get_const_boxed_value is unused since JDK-8149813
...
Reviewed-by: aseoane, thartmann
2026-05-07 07:28:52 +00:00
Naoto Sato
7bf1de524c
8384042: [BACKOUT] Incorrect handling of Hawaii_Aleutian metazone
...
Reviewed-by: jlu, iris
2026-05-06 22:44:57 +00:00
Naoto Sato
e324174148
8383825: Incorrect handling of Hawaii_Aleutian metazone
...
Reviewed-by: jlu, iris
2026-05-06 19:51:23 +00:00
Aleksey Shipilev
b337599da2
8383810: Shenandoah: Simplify native CAS barriers
...
Reviewed-by: rkennke, xpeng, kdnilsen
2026-05-06 14:41:18 +00:00
Liam Miller-Cushon
d171f37761
8382871: Completion failure during diagnostic formatting
...
Reviewed-by: vromero
2026-05-06 11:54:41 +00:00
Quan Anh Mai
f5624e65ed
8379667: C2: Deep recursion with cmovP_regNode::bottom_type
...
Reviewed-by: aseoane, dlong
2026-05-06 11:14:44 +00:00
Joel Sikström
c53a98ce9e
8383850: Move TestLargeUTF8Length.java to resourcehogs
...
Reviewed-by: aboldtch, jsjolen, dholmes, phubner
2026-05-06 11:09:58 +00:00
Albert Mingkun Yang
795f994a7a
8383643: Serial: Avoid reloading klass when checking string dedup candidates
...
Reviewed-by: stefank, shade
2026-05-06 11:07:07 +00:00
Alan Bateman
4f3edc376a
8380109: Implement JEP 533: Structured Concurrency (Seventh Preview)
...
Reviewed-by: vklang
2026-05-06 10:18:04 +00:00
Mikhail Yankelevich
e44bda91b4
8381434: Convert hard coded debug to Boolean.getBoolean in security libraries
...
Reviewed-by: rhalade
2026-05-06 08:56:19 +00:00
Fredrik Bredberg
1abd828220
8382311: 30% Performance regression in Philosophers benchmark
...
Reviewed-by: dholmes, aartemov, shade
2026-05-06 07:37:41 +00:00
Jan Lahoda
bb9a09437c
8378102: Validly imported symbols of unresolved types do not have their FQN reflected in the Element/TypeMirror instances passed to annotation processors
...
Reviewed-by: vromero
2026-05-06 06:02:28 +00:00
Axel Boldt-Christmas
3a9137228d
8383834: x86_64: Client build fails after JDK-8379706
...
Reviewed-by: stefank, haosun, shade
2026-05-06 05:59:41 +00:00
SendaoYan
f646ace39e
8383570: Test DisabledAlgorithms.java intermittently timed out
...
Reviewed-by: djelinski
2026-05-06 03:59:15 +00:00
Xueming Shen
dab7414e8d
8383830: Vector API: internal AbstractVector helper methods exposed in public Javadoc
...
Reviewed-by: psandoz
2026-05-05 23:50:08 +00:00
Alexander Zuev
8480d12c6f
8383629: JNI exception pending in -[TabButtonAccessibility accessibilityValue] of TabButtonAccessibility.m
...
Reviewed-by: prr, azvegint
2026-05-05 18:37:15 +00:00
Justin Lu
b8189ae809
8381984: Test jdk/nio/zipfs/ZipFSTester.java fails with mismatched timestamp
...
Reviewed-by: jpai, lancea
2026-05-05 18:27:05 +00:00
Ashutosh Mehra
601c1fec8b
8383743: Use RAII pattern to find matching compiler directive
...
Reviewed-by: kvn, adinn, aseoane
2026-05-05 18:16:10 +00:00
Ashutosh Mehra
08eb5df37d
8383526: Update warning messages to be consistent in the naming the instruction when it is not supported
...
Reviewed-by: kvn, dholmes
2026-05-05 18:15:21 +00:00
Artur Barashev
b553ae4ed2
8383873: SNIWildcardMatching test logs an error instead of failing
...
Reviewed-by: rhalade
2026-05-05 17:59:17 +00:00
Mark Powers
20694d2875
8378443: ACVP testing should include LMS signature verification
...
Reviewed-by: weijun
2026-05-05 16:30:21 +00:00
Naoto Sato
2bef1d34f0
8383525: DateTimeFormatterBuilder.getLocalizedDateTimePattern() concurrency issue
...
Reviewed-by: jlu
2026-05-05 15:44:23 +00:00
Oli Gillespie
19e86634d7
8383642: Additional Shenandoah clone barrier tests
...
Reviewed-by: shade, rkennke, wkemper
2026-05-05 15:30:00 +00:00
Ashutosh Mehra
70f20f9b90
8383770: Remove flags from AOTCodeCache::Config already covered by cpu features
...
Reviewed-by: kvn, adinn
2026-05-05 14:17:17 +00:00
Daisuke Yamazaki
91933ed01b
8381862: Refactor remaining TestNG tests under jdk/net/ExtendedSocketOption to use JUnit
...
Reviewed-by: dfuchs
2026-05-05 14:04:31 +00:00
Matthias Baesken
1be2fc4f21
8383243: Make objcopy configurable to compress debug info
...
Reviewed-by: erikj
2026-05-05 13:35:41 +00:00
75cf33725b
8381872: C2: assert before block local scheduling failed with UseCompactObjectHeaders
...
Co-authored-by: Manuel Hässig <mhaessig@openjdk.org >
Co-authored-by: Quan Anh Mai <qamai@openjdk.org >
Reviewed-by: mhaessig, qamai
2026-05-05 13:25:56 +00:00
Kevin Walls
ea40bcaaaa
8383639: JConsole unnecessary classloading for MBean types
...
Reviewed-by: cjplummer, sspitsyn
2026-05-05 09:57:00 +00:00
Albert Mingkun Yang
65670ba43b
8383794: G1: Rename refinement sweep duration helper to reflect SwapGlobalCT start
...
Reviewed-by: tschatzl, iwalulya
2026-05-05 08:19:53 +00:00
Mikhail Yankelevich
1581b06ae9
8380457: Cleanup ShortRSAKeyWithinTLS test and remove hardcoded debug
...
Reviewed-by: rhalade
2026-05-05 08:19:19 +00:00
Saint Wesonga
fad2e08f6c
8383541: Safefetch should return the error value when accessing pages protected with PAGE_GUARD on windows-aarch64
...
Reviewed-by: dholmes, macarte
2026-05-05 07:48:33 +00:00
Anton Artemov and Patricio Chilano Mateo
87525afe1f
8380105: Test vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames003/ownedMonitorsAndFrames003.java failed
...
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org >
Reviewed-by: pchilanomate, fbredberg, cjplummer
2026-05-05 07:32:51 +00:00
Prasanta Sadhukhan
d8d881b987
6328248: JProgessBar doesn't show if printed on paper with PrintJob (1.1 Graphics API)
...
Reviewed-by: prr, kizune
2026-05-05 04:49:37 +00:00
Jeremy Wood
ebb3d6888e
8382201: Transparent Window is Opaque w/o Volatile Buffering
...
Reviewed-by: prr, jdv
2026-05-04 22:53:24 +00:00
Hannes Wallnöfer
c2074e46a4
8383824: TestCopyFiles.java fails after JDK-8347112
...
Reviewed-by: dholmes
2026-05-04 21:20:15 +00:00
Jeremy Wood
6e5e4f655c
8377938: VoiceOver Uses Mouse to Activate JButtons in German
...
Reviewed-by: kizune, prr
2026-05-04 21:17:28 +00:00
Alexey Semenyuk
06e6539ceb
8374839: Improve jpackage information messages
...
8356116: [macos] Add logging of sign commands in jpackage
Reviewed-by: almatvee
2026-05-04 21:00:35 +00:00
Phil Race
b485729859
8377568: DataBuffer constructors and methods do not specify required exceptions
...
4393297: Doc probs in java.awt.image.DataBufferInt
4398379: java.awt.image.DataBufferShort constructor should verify size of array
4398381: java.awt.image.DataBufferShort should check for negative size
8265647: DataBufferUShort constructors check 'dataArray' for 'null' after dereference
Reviewed-by: aivanov, azvegint, jdv
2026-05-04 20:23:03 +00:00
Ioi Lam
13a8c8eeb8
8383503: Test runtime/cds/MetaspaceAllocGaps.java failed
...
Reviewed-by: kvn, iveresov
2026-05-04 19:41:27 +00:00
Xiaolong Peng
14bdfeb08c
8383772: runtime/reflect/ReflectOutOfMemoryError.java can fail intermittently on Shenandoah with small heaps
...
Reviewed-by: kdnilsen, wkemper
2026-05-04 16:57:38 +00:00
jonghoonpark
3ba94aec79
8379867: C2 VectorAPI: Rename TypeVectMask -> TypePVectMask for clarity
...
Reviewed-by: epeter, psandoz
2026-05-04 15:37:04 +00:00
Hannes Wallnöfer
b221cb6ba1
8347112: Copy nested directories in doc-files by default
...
Reviewed-by: nbenalla
2026-05-04 13:49:02 +00:00
Hannes Wallnöfer
f5460ce2ee
8367342: Doclet documentation is incomplete
...
Reviewed-by: nbenalla
2026-05-04 13:46:15 +00:00
Aggelos Biboudis
fa874fac23
8374629: Type test pattern with array type in switch fails to parse
...
Reviewed-by: vromero
2026-05-04 11:23:04 +00:00
Aggelos Biboudis
4d316a85a0
8379621: Compiler produces unverifiable class-file when using primitive type with instanceof
...
Reviewed-by: vromero, liach
2026-05-04 11:21:10 +00:00
Albert Mingkun Yang
3a657644b3
8382089: G1: Refactor concurrent refinement state machine
...
Reviewed-by: tschatzl, iwalulya
2026-05-04 09:39:36 +00:00
Mikhail Yankelevich
9fe2766b0b
8376218: Improve KeyUtil::getKeySize coverage
...
Reviewed-by: rhalade
2026-05-04 09:29:47 +00:00
Sarvesh Kumar Jain
3b50c4809d
8177841: Some java/awt/Robot tests can be improved
...
Reviewed-by: mvs, prr
2026-05-04 08:34:02 +00:00
Aleksey Shipilev
3c69c96994
8383196: Shenandoah: Interpreter barriers clobber interpreter registers
...
Reviewed-by: fyang, wkemper, kdnilsen, xpeng, rkennke
2026-05-04 07:30:30 +00:00
Aleksey Shipilev
e914f73923
8383650: Shenandoah: Missing card table updates for pinned regions
...
Reviewed-by: xpeng, kdnilsen, wkemper, ruili
2026-05-04 07:19:19 +00:00
Leo Korinth
6b8ad8bcc0
8382920: Shenandoah: Do fewer implicit narrowing conversions
...
Reviewed-by: wkemper, ruili
2026-05-04 07:18:48 +00:00
Axel Boldt-Christmas
05882095a8
8379706: Cleanup and clarify BarrierSetAssembler::try_resolve_weak_handle_in_c2
...
Reviewed-by: mdoerr, fyang, amitkumar
2026-05-04 05:51:18 +00:00
Jan Lahoda
5ccf99b8e9
8383414: Exhaustiveness rejects a type pattern that covers all permitted subtypes
...
Reviewed-by: abimpoudis
2026-05-04 05:09:26 +00:00
Mikhail Yankelevich
f74a4476ee
8374524: Investigate and cleanup test/jdk/sun/security/provider/SecureRandom/StrongSecureRandom.java and convert to junit
...
Reviewed-by: rhalade
2026-05-03 08:31:24 +00:00
Mikhail Yankelevich
0e86b9c94e
8376610: Test javax/net/ssl/TLS/TestJSSEClientDefaultProtocol.java times out then completed
...
Reviewed-by: rhalade
2026-05-02 09:22:53 +00:00
Naoto Sato
4507ab8ae9
8379973: Provide means to customize localized patterns in DateTimeFormatter/Builder
...
Reviewed-by: jlu
2026-05-01 16:56:58 +00:00
Artur Barashev
f99a62a969
8381380: Test host wildcard matching as part of a TLS validation of the server's identity
...
Reviewed-by: hchao, djelinski, myankelevich
2026-05-01 12:57:22 +00:00
Mikhail Yankelevich
87fdbc5b4a
8372817: Remove test/jdk/sun/security/rsa silent skips
...
Reviewed-by: rhalade
2026-05-01 08:26:06 +00:00
Andrew Dinn
59b437aaaf
8383634: AOTCodeTest fails intermittently with Parallel
...
Reviewed-by: shade, kvn
2026-05-01 06:19:59 +00:00
Yasumasa Suenaga
7ecd0eae86
8383550: AsyncExceptionHandshakeClosure::do_thread() should not be passed nullptr
...
Reviewed-by: dholmes, pchilanomate
2026-04-30 23:49:07 +00:00
Roman Kennke
02ad0712a8
8382636: Shenandoah: Use self-forwarding to handle OOM during evacuation
...
Reviewed-by: wkemper, kdnilsen
2026-04-30 20:26:44 +00:00
Patricio Chilano Mateo
edff559cef
8379968: Test crashed: assert(cl._thread_status != JavaThreadStatus::NEW) failed: unstarted Thread
...
Reviewed-by: dholmes, alanb
2026-04-30 18:36:38 +00:00
41a5c032f5
8382700: C2: Delay inlining instead of giving up when hit NodeCountInliningCutoff
...
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org >
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org >
Co-authored-by: Ioannis Tsakpinis <iotsakp@gmail.com >
Reviewed-by: kvn, vlivanov
2026-04-30 18:17:38 +00:00
William Kemper
4b45849b76
8381154: Shenandoah: Region states could be read in wrong order for comparisons
...
Reviewed-by: shade, ruili
2026-04-30 18:03:51 +00:00
Chris Plummer
bf72998e7a
8382537: Invalid JDWP command set number or command number can result in crash
...
Reviewed-by: sspitsyn, kevinw
2026-04-30 17:10:58 +00:00
Aleksey Shipilev
631d0e92f0
8383601: RISC-V: ShenandoahBarrierSetAssembler::load_reference_barrier calls "weak" on "phantom" path
...
Reviewed-by: fyang, dzhang
2026-04-30 15:13:40 +00:00
Yasumasa Suenaga
f56e5c9841
8382548: serviceability/sa/TestJhsdbJstackMixedWithXComp.java#xcomp-disable-tiered-compilation failed with Test failed!
...
Reviewed-by: kevinw, cjplummer
2026-04-30 14:28:32 +00:00
Roger Riggs
bdf95baebf
8379122: Test java/lang/ProcessBuilder/Basic.java fails with 'Exception: java.lang.Error: PATH search algorithm" for multi-call binaries
...
Reviewed-by: jpai, bpb, stuefe
2026-04-30 13:35:25 +00:00
Andrew Dinn
d88d476e7b
8382546: Missing AOT external address initialization for string_indexof stubs on x86
...
Reviewed-by: asmehra, kvn
2026-04-30 13:34:42 +00:00
Kieran Farrell
91a4910edc
8382403: Enhance Kerberos DNS KDC discovery logging to expose sanitized DNS failure
...
Reviewed-by: weijun
2026-04-30 13:09:34 +00:00
Daniel Fuchs
c2a4966864
8382264: Refactor java.logging TestNG tests to use JUnit
...
Reviewed-by: syan, djelinski
2026-04-30 12:45:26 +00:00
Szabolcs Stremler
9cc01a9e0a
8380447: Fix linter warnings in compiler testlibrary
...
Reviewed-by: mhaessig, chagedorn
2026-04-30 10:26:20 +00:00
Albert Mingkun Yang
fbb50f5c6c
8383564: Avoid reloading klass when transforming stack chunks
...
Reviewed-by: stefank, tschatzl
2026-04-30 09:39:12 +00:00
Mikhail Yankelevich
100c500899
8373016: Passes instead of skips/ignoring the platform in sun/security/mscapi, jarsigner, keytool and pkcs12 tests
...
Reviewed-by: rhalade
2026-04-30 09:34:33 +00:00
Casper Norrbin
e6582b2e80
8377991: TestLimitsUpdating.java fails with runtime exception even after JDK-8370492 is fixed
...
Reviewed-by: phubner, sgehwolf
2026-04-30 09:31:41 +00:00
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
Alexander Zuev
69455d5916
8198665: Many java/awt/Modal/ModalBlockingTest fail on mac
...
Reviewed-by: prr, azvegint
2026-04-29 20:37:56 +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 and Steffen Heil
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
Per Minborg
106f34807c
8382389: Test java/lang/LazyConstant/LazyConstantSafePublicationTest.java failed
...
Reviewed-by: syan, jvernee
2026-04-29 12:28:03 +00:00
Mikhail Yankelevich
f8ad81cbcf
8374001: sun/security/ skip without Exceptions
...
Reviewed-by: rhalade, syan
2026-04-29 09:34:36 +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
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
Jaikiran Pai
a5003b3dab
8308878: com/sun/net/httpserver/simpleserver/OutputFilterTest.java fails with assertion errors in IPv6 only environment
...
Reviewed-by: dfuchs
2026-04-29 02:11:43 +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
Artur Barashev
a9613a324b
8382222: sun/security/ssl/SSLSocketImpl/SSLSocketBruteForceClose.java fails sporadically
...
Reviewed-by: mbaesken
2026-04-28 12:20:42 +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 and Daniel Lundén
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
Markus Grönlund
d8e2a54cfe
8383367: jdk/jfr/event/oldobject/TestDFSWithSmallStack.java failed with -XX:+UseZGC -XX:+UseCompactObjectHeaders
...
Reviewed-by: egahlin
2026-04-28 08:20:25 +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 and John R Rose
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
SendaoYan
7c1f89e411
8343606: Test FinalizerTest.java intermittent fails Debuggee heap OOM
...
Reviewed-by: cjplummer
2026-04-28 03:04:04 +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
Jaikiran Pai
e29ffd108f
8381840: Lots of /tmp/8173970-<number> folders on test machines
...
Reviewed-by: syan, lancea, mbaesken
2026-04-27 15:22:30 +00:00
Oli Gillespie and Aleksey Shipilev
0b9548b67a
8382933: Improve Shenandoah clone barrier tests
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org >
Reviewed-by: shade, xpeng
2026-04-27 15:06:35 +00:00
Alexey Semenyuk
5ddb0fd108
8383168: jpackage: enhance capabilities of the test lib for testing jpackage console output
...
Reviewed-by: almatvee
2026-04-27 14:34:33 +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
Christian Hagedorn
455707c3dc
8378257: [IR Framework] Add identity for socket connection and prepare for parsing C2 dumps
...
Reviewed-by: dfenacci, thartmann, mhaessig
2026-04-27 12:47:06 +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
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 and Vladimir Kozlov
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 and Richard Reingruber
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
Damon Fenacci
2fe7ae94bc
8381362: C2: assert(_late_inlines.length() == 0 || IncrementalInlineMH || IncrementalInlineVirtual) failed: not empty
...
Reviewed-by: qamai, vlivanov
2026-04-23 06:17:50 +00:00
Galder Zamarreño
6b6f299c3e
8382316: Unused xtmp in long_to_maskLE8_avx
...
Reviewed-by: jkarthikeyan, qamai
2026-04-23 04:40:38 +00:00
Dingli Zhang
7e1ed28cd5
8382606: Enable VectorMinMaxTransforms.java IR tests for RISC-V
...
Reviewed-by: fyang, gcao
2026-04-23 02:04:23 +00:00
Gui Cao
613e616cf8
8382691: RISC-V: Clean up redundant restore_locals() in TemplateTable::invokeinterface
...
Reviewed-by: fyang, dzhang
2026-04-23 01:17:20 +00:00
Gui Cao
6d69e71817
8382690: aarch64: Clean up redundant restore_locals() in TemplateTable::invokeinterface
...
Reviewed-by: fyang, dzhang, adinn
2026-04-23 00:55:22 +00:00
Ioi Lam
f20994b7a7
8378894: AOT training run crashes with jcmd VM.native_memory
...
Reviewed-by: kvn, asmehra
2026-04-22 21:39:01 +00:00
Sergey Bylokhov
8bef687f2e
8369327: On macOS List loses selection when added to Frame
...
Reviewed-by: aivanov, azvegint, prr
2026-04-22 20:15:45 +00:00
Daniel D. Daugherty
03996ff5e0
8382843: Update ProblemList comments for preview features
...
Reviewed-by: ayang, liach
2026-04-22 19:20:46 +00:00
Albert Mingkun Yang
fc5fabfb0b
8382634: Remove redundant TLABRefillWasteFraction zero check
...
Reviewed-by: tschatzl, phubner
2026-04-22 19:02:47 +00:00
Artur Barashev
135451eed0
8381771: Add a check for DNS label not to end with a hyphen
...
Reviewed-by: weijun, myankelevich
2026-04-22 17:29:00 +00:00
Jeremy Wood
2091488d79
8380849: VoiceOver Fails to Activate Custom Button
...
Reviewed-by: kizune, prr
2026-04-22 16:40:56 +00:00
Per Minborg
832bd9cdc3
8373298: Test java/foreign/TestBufferStackStress.java timed out then completed
...
Reviewed-by: jpai, jvernee
2026-04-22 13:41:15 +00:00
Joel Sikström
7e26bc6d4c
8381829: Obsolete AggressiveHeap
...
Reviewed-by: dholmes, ayang
2026-04-22 13:15:26 +00:00
Paul Hübner
21b9a50239
8370102: Print method signatures in edge cases when using TraceBytecodes
...
Reviewed-by: coleenp, dholmes
2026-04-22 12:21:14 +00:00
Jaikiran Pai
c796ed1ad8
Merge
...
Reviewed-by: dfuchs
2026-04-22 11:28:56 +00:00
Erik Gahlin
3e1d0b8ec6
8359665: JFR: Specification should use long and boolean, not Long and Boolean
...
Reviewed-by: mgronlun
2026-04-22 10:51:24 +00:00
Dingli Zhang
94adc66dac
8382522: Disable stringop-overflow in safepointMechanism.cpp
...
Reviewed-by: erikj, fyang, shade
2026-04-22 10:09:15 +00:00
Joel Sikström
af40ceb743
8382529: Tests com/sun/jdi/RedefineCrossEvent.java and com/sun/jdi/ClassesByName2Test.java fail when running frequent GC
...
Reviewed-by: aboldtch, syan, cjplummer
2026-04-22 07:59:54 +00:00
Igor Rudenko
2deae2795c
8382501: Rename occurrences of com.sun.hotspot.perfdata in HotSpot source code
...
Reviewed-by: phubner, coleenp
2026-04-22 07:04:42 +00:00
Sean Coffey
99c2cd01c3
8374888: Implement internal test cache to help UserIterCount test performance
...
Reviewed-by: weijun
2026-04-22 12:14:03 +05:30
Jaikiran Pai
f9d15b891e
8370995: Enhance ZipFile usage
...
Reviewed-by: rhalade, sherman, lancea
2026-04-22 12:14:03 +05:30
Daniel Jeliński
d0d4b1afc4
8374557: Enhance TLS connection handling
...
Reviewed-by: rhalade, dfuchs, michaelm
2026-04-22 12:14:03 +05:30
Xueming Shen
16548cd3d2
8370986: Enhance Zip file reading
...
Reviewed-by: rriggs, lancea, jpai
2026-04-22 12:14:03 +05:30
Valerie Peng
9866650b64
8371935: Enhance key generation
...
Reviewed-by: rhalade, jnibedita, ahgross, ascarpino, weijun
2026-04-22 12:14:03 +05:30
Valerie Peng
99e854c53f
8369575: Enhance crypto algorithm support
...
Reviewed-by: rhalade, ahgross, ascarpino, weijun
2026-04-22 12:14:03 +05:30
Artur Barashev
0fa512eb26
8371830: Enhance certificate chain validation
...
Reviewed-by: jnibedita, rhalade, pkumaraswamy, ahgross, weijun, mullan
2026-04-22 12:14:03 +05:30
Weijun Wang
1ac37c4f1d
8370615: Improve Kerberos credentialing
...
Reviewed-by: rhalade, valeriep
2026-04-22 12:14:03 +05:30
4f56990979
8364465: Enhance behavior of some intrinsics
...
Co-authored-by: Matthias Baesken <mbaesken@openjdk.org >
Co-authored-by: Martin Doerr <mdoerr@openjdk.org >
Co-authored-by: Dean Long <dlong@openjdk.org >
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org >
Co-authored-by: Hannes Greule <hgreule@openjdk.org >
Reviewed-by: ahgross, thartmann, dlong, rhalade
2026-04-22 12:14:03 +05:30
Joe Wang
d3f664e234
8370529: Enhance Path Factories Redux
...
Reviewed-by: ahgross, rriggs, rhalade, naoto, lancea
2026-04-22 12:14:02 +05:30
Jayathirth D V
ba8b9958b7
8364373: Transform Affine transformations
...
Reviewed-by: mschoene, rhalade, psadhukhan, prr
2026-04-22 12:14:02 +05:30
Per Minborg
152a497007
8367463: Improved Arena allocations
...
Reviewed-by: rhalade, rriggs, jvernee
2026-04-22 12:14:02 +05:30
Anthony Scarpino
3f242123e0
8348014: Enhance certificate processing
...
Reviewed-by: jnimeh, mschoene, rhalade, jnibedita, valeriep, weijun
2026-04-22 12:14:02 +05:30
Ioi Lam
f97effa484
8381993: Simplify MetaspaceClosure handling of Array and GrowableArray
...
Reviewed-by: coleenp, matsaave
2026-04-22 04:39:30 +00:00
Jasmine Karthikeyan
76a44b3e03
8378180: Compiling OpenJDK with C23 C-Compiler gives warning: initialization discards ‘const’ qualifier from pointer target type
...
Reviewed-by: djelinski, alanb
2026-04-22 03:30:57 +00:00
Alexey Semenyuk
624739e3e5
8382684: jpackage: assorted fixes of the test lib
...
Reviewed-by: almatvee
2026-04-22 01:54:54 +00:00
Hao Sun
b64d23d108
8382588: AArch64: Sync aarch64_vector.ad with aarch64_vector_ad.m4 after JDK-8382039
...
Reviewed-by: aph, erfang
2026-04-22 01:18:32 +00:00
William Kemper
23110787e6
8382681: GenShen: ProblemList TestThreadFailure
...
Reviewed-by: ruili, kdnilsen, ysr, xpeng
2026-04-21 23:55:31 +00:00
Phil Race
16ad67e6da
8382487: Remove unnecessary SuppressWarnings annotations in java.desktop
...
Reviewed-by: serb, aivanov, dmarkov
2026-04-21 18:57:39 +00:00
James Nord
97ccabb28e
8379567: URL documentation about encoding/decoding is hard to read
...
Reviewed-by: vyazici
2026-04-21 17:40:07 +00:00
Andrew Haley
dac06a329a
8359166: C2 asserts in Assembler::addr_nop_5 with -XX:-UseAddressNop
...
Reviewed-by: aseoane, qamai
2026-04-21 15:22:16 +00:00
Albert Mingkun Yang
1ba7825d70
8382620: G1: Remove unused G1RefineRegionClosure::_num_collections_at_start
...
Reviewed-by: tschatzl
2026-04-21 14:49:15 +00:00
Thomas Schatzl
a1dee68858
8382625: G1: Constify G1Policy::need_to_start_conc_mark()
...
Reviewed-by: ayang
2026-04-21 14:16:47 +00:00
María Arias de Reyna Domínguez
aa314b8c6b
8382617: Test runtime/cds/appcds/aotCache/AOTCacheConsistency.java fails with "can't find HelloWorld in test directory or libraries"
...
Reviewed-by: phubner, dholmes
2026-04-21 13:49:43 +00:00
Per Minborg
d9c226884f
8364148: Test java/foreign/StdLibTest.java timed out after passing on linux-x64-zero
...
Reviewed-by: jvernee
2026-04-21 13:02:37 +00:00
Per Minborg
53d0e4c370
8372688: Test out-of-bounds indexing for List.ofLazy()::get
...
Reviewed-by: jvernee
2026-04-21 12:50:25 +00:00
Per Minborg
e3e7ecd1b2
8378901: Test "java/foreign/TestSegmentOffset.java timed out
...
Reviewed-by: jvernee
2026-04-21 12:33:24 +00:00
Albert Mingkun Yang
4242ae2644
8382609: G1: Remove outdated comments in do_full_collection
...
Reviewed-by: tschatzl
2026-04-21 12:13:13 +00:00
Roland Westrelin
217ca62a08
8376587: Fatal "dead path discovered by TypeNode during igvn" after C2 compilation
...
Reviewed-by: qamai, bmaillard
2026-04-21 11:34:30 +00:00
Jaikiran Pai
14a7f920d6
8261289: Incorrect cleanup in LDAP TLS handling
...
Reviewed-by: aefimov
2026-04-21 11:17:22 +00:00
Evgeny Astigeevich
8353f2e7fc
8307537: Print blobs/nmethods/adapters stats per code heap in CodeCache::print_summary
...
Reviewed-by: kvn, dfenacci
2026-04-21 10:05:16 +00:00
Thomas Schatzl
5586f40619
8382499: G1: Let non young cset choice time also use Ticks API for measurements
...
Reviewed-by: ayang, iwalulya
2026-04-21 09:13:41 +00:00
Dusan Balek
96f2cba774
8381642: javac provides the wrong line number for an error in a lambda expression
...
Reviewed-by: mcimadamore
2026-04-21 08:59:24 +00:00
Casper Norrbin
a37fd2b7c7
8367330: Loosen container detection to include soft limits
...
Reviewed-by: sgehwolf, jsikstro
2026-04-21 08:31:28 +00:00
María Arias de Reyna Domínguez
3dcd3653c8
8382166: [AOT Cache] CRC was not checked on Code Region
...
Reviewed-by: kvn, asmehra, iklam, adinn
2026-04-21 07:23:01 +00:00
Aleksey Shipilev
7d1ce05ca8
8382277: Shenandoah: Improve mutator runtime entry points
...
Reviewed-by: kdnilsen, xpeng, rkennke
2026-04-21 06:18:30 +00:00
Goetz Lindenmaier
e7ee8cd39d
8382419: Add missed @key randomness after JDK-8370489
...
Reviewed-by: syan, epeter, shade, chagedorn
2026-04-21 05:42:20 +00:00
Hao Sun
1f782b7a52
8382395: Disable stringop-overflow in shenandoahGenerationalHeap.cpp
...
Reviewed-by: syan, wkemper, xpeng
2026-04-21 01:15:34 +00:00
Vladimir Kozlov
3d723180b5
8382359: Align 32-bit data in AOT Code Cache to sizeof(uint)
...
Reviewed-by: asmehra, iveresov
2026-04-21 00:53:56 +00:00
William Kemper
35a499e3d9
8335355: Shenandoah: Fix race condition in gc/shenandoah/mxbeans/TestPauseNotifications.java
...
Reviewed-by: kdnilsen, xpeng
2026-04-20 21:36:31 +00:00
Leonid Mesnik
0993467d5d
8382306: Remove JvmtiTagMap::check_hashmap
...
Reviewed-by: sspitsyn, coleenp
2026-04-20 20:02:11 +00:00
Jeremy Wood
b96473cac6
8382396: RepaintManager throws NPE when painting detached JPanel without volatile buffering
...
Reviewed-by: aivanov, prr
2026-04-20 18:52:05 +00:00
Archie Cobbs
be85091514
8380971: New -Werror syntax does not exclude categories
...
Reviewed-by: liach
2026-04-20 18:50:04 +00:00
Xiaolong Peng
ff775385b0
8381985: Shenandoah: allocation rate sample could be wrong in some rare cases
...
Reviewed-by: wkemper, kdnilsen
2026-04-20 18:31:03 +00:00
Xiaolong Peng
1536c8233f
8379531: Shenandoah: Allow safepoint preemption during allocation of very large arrays
...
Reviewed-by: wkemper, kdnilsen
2026-04-20 18:28:25 +00:00
Matthias Baesken
7c4c04486f
8375177: Gtest os_linux.decoder_get_source_info_valid_vm fails with -ffunction-sections
...
Reviewed-by: erikj, lucy, dholmes
2026-04-20 17:43:03 +00:00
Ashay Rane
78e962592f
8381617: vm_version_windows_aarch64.cpp: PF_ARM_SVE_INSTRUCTIONS_AVAILABLE undeclared identifier
...
Reviewed-by: kvn, macarte
2026-04-20 16:29:13 +00:00
Vladimir Kozlov
ae5b765e38
8382430: Extend output format of -XX:+PrintCompilation2 diagnostic flag
...
Reviewed-by: vlivanov, aseoane
2026-04-20 15:51:49 +00:00
Rui Li
b854ba1d1d
8382441: Problemlist TestStressAllocationGCEventsWithShenandoah and TestStressBigAllocationGCEventsWithShenandoah
...
Reviewed-by: wkemper, shade
2026-04-20 15:44:28 +00:00
Ashay Rane
d8e381314a
8382054: TestLoopPeelingDisabled.java fails with -DVerifyIR=false
...
Reviewed-by: dfenacci, chagedorn, qamai
2026-04-20 15:10:46 +00:00
Casper Norrbin
9a3588b4b7
8379744: Add a way to update the key of a red-black tree node
...
Reviewed-by: jsikstro, phubner
2026-04-20 12:09:39 +00:00
Ruben Ayrapetyan and Andrew Haley
f65c177f6d
8365147: AArch64: Replace DMB + LD + DMB with LDAR for C1 volatile field loads
...
Co-authored-by: Andrew Haley <aph@openjdk.org >
Reviewed-by: aph, fgao
2026-04-20 11:14:36 +00:00
Stefan Karlsson
abd3d46204
8382401: Remove return type parameters from FREE_ and REALLOC_ macros
...
Reviewed-by: tschatzl, dholmes
2026-04-20 08:42:08 +00:00
Dingli Zhang
9a689b0171
8382393: Enable VectorStoreMaskIdentityTest.java IR tests for RISC-V
...
Reviewed-by: fyang, epeter
2026-04-20 08:39:48 +00:00
Per Minborg
eac3968618
8381012: Add warning for == for MemorySegment.NULL
...
Reviewed-by: liach
2026-04-20 08:11:51 +00:00
Per Minborg
61849f47ad
8381935: Improve numChunks range in the PPC64 CallAranger
...
Reviewed-by: mdoerr
2026-04-20 08:08:49 +00:00
Thomas Schatzl
952f9aa069
8382418: G1: Remove some stale comments about time accounting
...
Reviewed-by: iwalulya
2026-04-20 07:52:17 +00:00
Thomas Schatzl
62bd83a0d8
8382423: G1: Remove unused G1GCPhaseTimes::_external_accounted_time_ms
...
Reviewed-by: ayang, iwalulya
2026-04-20 07:42:34 +00:00
Thomas Schatzl
48b6da7cf6
8382422: G1: G1GCPhaseTimes::record_merge_heap_roots() uses += instead of direct assignment
...
Reviewed-by: iwalulya, ayang
2026-04-20 07:40:12 +00:00
Alexander Zvegintsev
5b8ac195dc
8382420: [macos] remove java/awt/Modal/ToBack/ tests from problemlist
...
Reviewed-by: dmarkov, aivanov, prr
2026-04-20 07:08:15 +00:00
Matthias Baesken
f1eac215ff
8378462: Build fails with --enable-linktime-gc set when using some devkits/toolchains
...
Reviewed-by: erikj, prr, clanger
2026-04-20 06:40:25 +00:00
Daniel Skantz
e4076b09df
8375905: Add a missing bailout check in PhaseCFG::schedule_late and a test to exercise more bailout code paths
...
Reviewed-by: dfenacci, chagedorn, rcastanedalo
2026-04-20 06:38:10 +00:00
Dingli Zhang
da0a7b1eec
8382315: RISC-V: TestMultiplyReductionByte.java fails with guarantee(is_uimm5(imm)) failed: uimm is invalid
...
Reviewed-by: fyang, gcao
2026-04-20 06:33:17 +00:00
jonghoonpark
444e6f6366
8382312: Cleanup instanceKlass dead code
...
Reviewed-by: dholmes
2026-04-20 05:32:15 +00:00
Ivan Bereziuk
35f623b612
8382090: Remove .rej and .orig from .gitignore
...
Reviewed-by: aivanov, erikj, syan, liach
2026-04-20 04:01:32 +00:00
David Holmes
8d79d4794e
8382391: Cleanup unnecessary storestore() in stringStream::as_string
...
Reviewed-by: stefank, dlong, shade
2026-04-19 21:20:49 +00:00
Sergey Bylokhov
35b0de3d4d
8382043: Add missing @Override annotations in "javax.print.attribute" package
...
Reviewed-by: dmarkov, azvegint, prr
2026-04-19 03:10:04 +00:00
Archie Cobbs
d71f070ce6
8382368: Warning that @Deprecated "has no effect" is suppressed by @Deprecated
...
Reviewed-by: liach
2026-04-19 02:08:28 +00:00
Jeremy Wood
0dd0108c1a
8377936: VoiceOver Reads Button Incorrectly
...
Reviewed-by: prr, kizune
2026-04-17 20:53:42 +00:00
Aleksey Shipilev
804ecc14dc
8382436: Build failures after JDK-8326205
...
Reviewed-by: kvn
2026-04-17 20:01:09 +00:00
Saint Wesonga
2325c3649d
8378891: Problemlist TestStaticCallStub on Windows AArch64
...
Reviewed-by: mchevalier, chagedorn
2026-04-17 19:55:20 +00:00
Chad Rakoczy
e95beacb4c
8382146: jdk/jfr/event/compiler/TestCodeCacheFull.java fails when C2 is disabled
...
Reviewed-by: chagedorn
2026-04-17 18:30:56 +00:00
Coleen Phillimore and Tom Rodriguez
2ce2d5886b
8074292: nsk/jdb/kill/kill001: generateOopMap.cpp assert(bb->is_reachable()) failed
...
Co-authored-by: Tom Rodriguez <never@openjdk.org >
Reviewed-by: sspitsyn, pchilanomate, dlong, never
2026-04-17 18:17:52 +00:00
Artur Barashev
0a8dbed7ef
8370656: Re-examine use of InterruptedIOException in sun.security.ssl code
...
Reviewed-by: weijun, alanb
2026-04-17 17:02:59 +00:00
Coleen Phillimore
7f90efd7d4
8381145: Missing ResourceMark in Mutex::print_on()
...
Reviewed-by: stefank, pchilanomate, dholmes
2026-04-17 16:12:21 +00:00
Kelvin Nilsen
26ccc2eaa4
8380651: [ubsan] gc/logging/TestGCId.java triggers runtime error: division by zero in shenandoahAdaptiveHeuristics
...
Reviewed-by: wkemper, shade, xpeng
2026-04-17 15:30:34 +00:00
Quan Anh Mai
c3c59413be
8378966: C2: PhaseIdealLoop::pin_nodes_dependent_on must not be called with nullptr
...
Reviewed-by: chagedorn, aseoane
2026-04-17 14:09:07 +00:00
Viktor Klang
b418cbcdd4
8381418: Clarifying the identity Parameter in the Java Stream.reduce() Method Documentation
...
Reviewed-by: liach, alanb
2026-04-17 14:03:47 +00:00
Kelvin Nilsen
5ddc36786a
8382095: GenShen: Do not clamp young reserve unnecessarily
...
Reviewed-by: wkemper, shade
2026-04-17 13:28:56 +00:00
Artur Barashev and Xue-Lei Andrew Fan
8a710ae201
8372526: Add support for ZLIB TLS Certificate Compression
...
Co-authored-by: Xue-Lei Andrew Fan <xuelei@openjdk.org >
Reviewed-by: jnimeh, xuelei
2026-04-17 13:27:25 +00:00
Volkan Yazici
877425a158
8380989: HttpRequest.Builder#headers() throws an exception if an empty array is passed
...
Reviewed-by: dfuchs
2026-04-17 08:18:40 +00:00
Thomas Schatzl
787ff6787e
8379620: G1: Typing error in jvmFlagConstraintsG1.cpp
...
Reviewed-by: iwalulya
2026-04-17 07:56:31 +00:00
Markus Grönlund
ca643010a2
8382242: JFR: Metadata reconstruction invalidates ConstantMap for java.lang.String
...
Reviewed-by: egahlin
2026-04-17 07:51:44 +00:00
jonghoonpark
15a7eabd4a
8381924: Fix include guard in lambdaProxyClassDictionary.hpp
...
Reviewed-by: jwaters, stefank
2026-04-17 06:37:15 +00:00
Dusan Balek
5c403a8029
8380912: "Trailing white space will be removed" incorrectly triggered with \u2028
...
Reviewed-by: jlahoda
2026-04-17 06:10:25 +00:00
Rui Li
299973160d
8382295: Shenandoah: wrong denominator in full gc summary
...
Reviewed-by: shade, kdnilsen
2026-04-17 05:51:52 +00:00
Aleksey Shipilev
cbb85a5237
8382211: Shenandoah: Clean up and wire up final verification
...
Reviewed-by: kdnilsen, wkemper
2026-04-17 05:47:55 +00:00
Jatin Bhateja
93aa6462f0
8367761: [VectorAPI] AssertionError with several vector API mathlib tests with MaxVectorSize=32
...
Reviewed-by: xgong, sviswanathan, vlivanov
2026-04-17 04:34:44 +00:00
Fei Yang
1150750142
8382199: Remove unused parameter "dst" from CardTableBarrierSetAssembler::store_check()
...
Reviewed-by: chagedorn, jsikstro
2026-04-17 00:34:54 +00:00
Aleksey Shipilev
10e23dd582
8382257: Shenandoah: Clean up stack watermark barrier support
...
Reviewed-by: kdnilsen, wkemper
2026-04-16 18:25:35 +00:00
Aleksey Shipilev
17ee366ff9
8382150: Shenandoah: Clean up nmethod entry barrier support
...
Reviewed-by: xpeng, kdnilsen, wkemper
2026-04-16 18:20:29 +00:00
Matias Saavedra Silva
2c30f12080
8347248: Rename arg_count to arg_size
...
Reviewed-by: dlong, iklam
2026-04-16 18:16:10 +00:00
Shiv Shah
70d0651090
8316439: Several jvmti tests fail with -Xcheck:jni
...
Reviewed-by: lmesnik, dholmes, cjplummer, epavlova, sspitsyn
2026-04-16 17:57:01 +00:00
Patrick Fontanilla
d6a255d74c
8381933: Possible memory leak in src/hotspot/share/gc/shenandoah/shenandoahHeapRegionCounters.cpp
...
Reviewed-by: kdnilsen, wkemper
2026-04-16 17:49:05 +00:00
Patrick Fontanilla
74c3d426b0
8382103: Shenandoah: Optimize ShenandoahLock size for release build
...
Reviewed-by: xpeng, kdnilsen, wkemper
2026-04-16 17:48:31 +00:00
Chris Hegarty
0ca24c0e57
8382267: VectorMathLibrary uses locale-sensitive String.format to construct native symbol names
...
Reviewed-by: naoto, liach, vlivanov
2026-04-16 16:19:02 +00:00
Leonid Mesnik
8aafaf07e9
8356223: ProblemList-AotJdk.txt should be added automatically if AOT mode is tested
...
Reviewed-by: erikj, epavlova
2026-04-16 15:08:49 +00:00
Hannes Wallnöfer
35ad47b4c0
8373922: Enhance Taglet API to support relative URLs
...
8379520: Make use of new Taglet.toString method in JDK build taglets
Reviewed-by: liach
2026-04-16 14:42:20 +00:00
Yasumasa Suenaga
91cde7f160
8382327: Disable some SA tests for mixed jstack on musl C
...
Reviewed-by: mbaesken, kevinw
2026-04-16 14:42:01 +00:00
Vladimir Kozlov
26df25ef2d
8382045: Increase AOT C strings table size in not product VM
...
Reviewed-by: adinn, asmehra
2026-04-16 14:19:26 +00:00
Matthew Donovan
04bb3a91db
8381176: Utilities.expectedNegoAppProtocol chooses client ALPN protocol over server's
...
Reviewed-by: djelinski, myankelevich
2026-04-16 14:11:07 +00:00
Anton Seoane Ampudia
8688c0b655
8379129: C2 crash in LoadNode::can_split_through_phi_base during Escape Analysis (JDK 25.0.1+8)
...
Reviewed-by: kvn, rcastanedalo, dlong
2026-04-16 11:18:22 +00:00
Xiaolong Peng
01bfd427a3
8381382: Shenandoah: assert(capacity > 0) failed: free regions must have allocation capacity
...
Reviewed-by: kdnilsen, wkemper
2026-04-16 06:08:06 +00:00
Ioi Lam
a2261a4b7c
8382196: Clean up C++ iterator style in compactHashtable.hpp and trainingData.hpp
...
Reviewed-by: kvn, qamai
2026-04-16 05:17:06 +00:00
William Kemper
533a8a8d26
8376839: GenShen: Improve performance of evacuations into the old generation
...
Reviewed-by: kdnilsen
2026-04-15 21:54:39 +00:00
Chris Plummer
f2289d84d3
8381609: com/sun/jdi/EATests.java should not synchronize on an Integer instance
...
Reviewed-by: rrich, phubner, lmesnik, sspitsyn
2026-04-15 21:35:02 +00:00
Chris Plummer
f87bb766a7
8381385: nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses002/ fails with --enable-preview and Java Usage Tracker enabled
...
Reviewed-by: dholmes, lmesnik
2026-04-15 19:35:52 +00:00
Rui Li
a2e840fd74
8342786: Shenandoah: Emit AllocationRequiringGC jfr events
...
Reviewed-by: kdnilsen, serb, wkemper
2026-04-15 19:03:28 +00:00
Vladimir Kozlov
2a8e3b8e66
8382174: Clarify the meaning of address cast in ADD() macro
...
Reviewed-by: aseoane, adinn, asmehra, dfenacci
2026-04-15 19:02:58 +00:00
Patrick Fontanilla
5acbf8baea
8381871: GenShen: ShenandoahGCHeuristics flag not reset after ignoring non-adaptive value
...
Reviewed-by: xpeng, kdnilsen, ysr, serb, wkemper
2026-04-15 19:02:28 +00:00
Vladimir Ivanov
29434cc651
8376421: C2: Missing branch on SubTypeCheck node
...
Reviewed-by: kvn, dfenacci
2026-04-15 16:37:37 +00:00
Leo Korinth and Andrew Haley
2121302450
8380164: Fix implicit conversion in nativeInst_aarch64.hpp
...
Co-authored-by: Andrew Haley <aph@openjdk.org >
Reviewed-by: aph, aseoane
2026-04-15 14:50:24 +00:00
Ashutosh Mehra
974596775b
8381968: Extend cds/appcds/aotCode/AOTCodeFlags.java to run test with different flags in assembly and prod run
...
Reviewed-by: kvn, adinn
2026-04-15 14:30:30 +00:00
Quan Anh Mai
a06f3cd469
8373248: C2: CastPP should not change the type of the oop
...
Reviewed-by: bmaillard, dfenacci, rcastanedalo, mchevalier
2026-04-15 14:27:25 +00:00
Leonid Mesnik
e82f871871
8362350: recompute_enable hit assertion "should never come here before live phase" if happens in post_vm_start
...
Reviewed-by: cjplummer, sspitsyn
2026-04-15 14:19:14 +00:00
Vladimir Kozlov
152fa85fba
8382134: Replace assert with fatal check in AOTCodeCache::load_strings() to make sure we have valid value in product VM
...
Reviewed-by: iklam, mhaessig, adinn
2026-04-15 14:12:57 +00:00
Alexey Ivanov
0df4bd489d
8381208: Init cause with the caught runtime exception
...
Reviewed-by: dmarkov, serb, azvegint
2026-04-15 13:07:24 +00:00
Bhavana Kilambi
3384c6736d
8366444: Add support for add/mul reduction operations for Float16
...
Reviewed-by: jbhateja, mchevalier, xgong, epeter
2026-04-15 12:27:56 +00:00
Daniel Fuchs
aece6f4832
8381842: Refactor remaining TestNG tests under java/net/ to use JUnit
...
Reviewed-by: vyazici
2026-04-15 11:21:07 +00:00
David Beaumont
d114e8d058
8375649: idea.sh script adds source paths in a single, enormous, line to jdk.iml
...
Reviewed-by: erikj, liach
2026-04-15 09:22:34 +00:00
Andrew Dinn
23a08ee81e
8382039: Add support do_arch_array_entry() template
...
Reviewed-by: kvn, asmehra
2026-04-15 09:19:40 +00:00
Eric Fang
436d291a1c
8370863: VectorAPI: Optimize the VectorMaskCast chain in specific patterns
...
Reviewed-by: xgong, vlivanov, galder
2026-04-15 08:24:51 +00:00
David Holmes
29024c253e
8382202: New file VectorMinMaxTransforms.java has a copyright format error
...
Reviewed-by: mikael
2026-04-15 05:27:03 +00:00
Amit Kumar
0a6775a4dc
8381787: Add testcase for Vector Lane Reversal issue
...
Reviewed-by: mdoerr, varadam
2026-04-15 04:38:38 +00:00
Jatin Bhateja
2930e2b530
8372797: [VectorAPI] Missing Min/Max identity transforms
...
Reviewed-by: xgong, vlivanov
2026-04-15 04:31:53 +00:00
Jayathirth D V
20e8ea0e06
8382047: Update Libpng to 1.6.57
...
Reviewed-by: avu, azvegint, prr
2026-04-15 04:22:28 +00:00
lingjun.cg
9ebee751e8
8379981: Virtual thread: crash in stackChunkOopDesc::print_on when thawing frame
...
Reviewed-by: pchilanomate
2026-04-15 02:13:26 +00:00
Fei Yang
d57bbc026f
8382087: aarch64: remove unused function declarations in macroAssembler_aarch64.hpp
...
Reviewed-by: mhaessig, ayang, aph
2026-04-15 00:57:20 +00:00
William Kemper
764fc09bed
8381643: Shenandoah: Remove duplicate region filtering logic
...
Reviewed-by: kdnilsen, ruili, xpeng
2026-04-14 20:23:46 +00:00
Ashutosh Mehra
bf68776ebc
8382167: Warning message should be displayed only when UseAESCTRIntrinsics is explicitly enabled by the user
...
Reviewed-by: sviswanathan, kvn
2026-04-14 19:39:32 +00:00
Ashutosh Mehra
44c484c150
8381677: Remove dependence of UseSHA on UseSHAIntrinsics
...
Reviewed-by: kvn, adinn, mdoerr, fyang, amitkumar
2026-04-14 18:08:23 +00:00
Naoto Sato
49a15be918
8382020: Time Zone Abbreviation Not Localized for Non-English Locales
...
Reviewed-by: iris
2026-04-14 16:35:31 +00:00
Ivan Walulya and Thomas Schatzl
d4bb97c7d6
8379677: G1: Micros-System.gc benchmarks regress after moving to PartialArrayStates
...
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org >
Reviewed-by: tschatzl, ayang
2026-04-14 14:17:21 +00:00
Ivan Walulya and Thomas Schatzl
540c714eea
8382084: Use dynamic chunk sizes in PartialArraySplitter
...
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org >
Reviewed-by: ayang, tschatzl
2026-04-14 10:51:58 +00:00
Jatin Bhateja
d5d8532ca2
8381579: C2: "fatal error: LROTATE: double" when using VectorAPI
...
Reviewed-by: mhaessig, qamai
2026-04-14 09:07:14 +00:00
Severin Gehwolf
64bbbe751b
8380636: Add static asserts for mirrored library constants
...
Reviewed-by: cnorrbin, dholmes
2026-04-14 08:33:28 +00:00
Thomas Schatzl
c4199831b9
8381934: Wrong type passed to FREE_C_HEAP_ARRAY deallocating G1CardSetMemoryManager
...
Reviewed-by: iwalulya
2026-04-14 08:08:18 +00:00
Christian Hagedorn
6548fb80ac
8382050: compiler/intrinsics/klass/CastNullCheckDroppingsTest.java fails with -XX:+StressUnstableIfTraps
...
Reviewed-by: rcastanedalo, qamai
2026-04-14 07:50:54 +00:00
Christian Hagedorn
e71fa9e806
8382057: C2: "assert((ptr->bottom_type() == Type::TOP) || ((base == Compile::current()->top()) == (ptr->bottom_type()->make_ptr()->isa_oopptr() == nullptr))) failed: base input only needed for heap addresses" with -XX:+CountCompiledCalls
...
Reviewed-by: rcastanedalo, bmaillard, kvn
2026-04-14 07:50:32 +00:00
Kieran Farrell
f2f8828188
8364182: Add jcmd VM.security_properties command
...
Reviewed-by: coffeys, kevinw, alanb
2026-04-14 07:36:55 +00:00
Aleksey Shipilev
da0ba89777
8381768: C2: GC barrier stubs miscalculate skipped instructions size
...
Reviewed-by: kvn, phh
2026-04-14 07:04:35 +00:00
Jaikiran Pai
51cd741573
8381670: Revert the changes to GZIPInputStream related to InputStream.available() usage
...
Reviewed-by: lancea, iris
2026-04-14 04:45:15 +00:00
Mahendra Chhipa
9d6a94ef67
8368091: Use JUnit Jupiter API in sun/net/ext, sun/net/www and sun/net/spi tests
...
Reviewed-by: dfuchs
2026-04-13 22:43:57 +00:00
Mark Powers
531dad0cd7
8369917: LMS/HSS RFC 9858 Support
...
Reviewed-by: weijun
2026-04-13 20:37:18 +00:00
Vladimir Ivanov and Tobias Holenstein
121165ec91
8290892: C2: Intrinsify Reference.reachabilityFence
...
Co-authored-by: Tobias Holenstein <tholenstein@openjdk.org >
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org >
Reviewed-by: dlong, epeter
2026-04-13 16:49:57 +00:00
Andrew Dinn
5cbc5653f4
8382081: AOT tests fail in add_stub_entries without JVMCI
...
Reviewed-by: chagedorn, mhaessig, kvn
2026-04-13 16:45:08 +00:00
Erik Gahlin
8882e7b64a
8382034: JFR: jdk-agents view is missing information
...
Reviewed-by: mgronlun
2026-04-13 16:42:22 +00:00
Erik Gahlin
dd76306903
8382048: JFR: RecordingFile::write doesn't truncate when overwriting
...
Reviewed-by: mgronlun
2026-04-13 13:55:27 +00:00
Daniel Fuchs
03b46a308c
8381767: Refactor various java/net/*[URL/Http]*/ TestNG tests to use JUnit
...
Reviewed-by: vyazici, myankelevich
2026-04-13 12:44:27 +00:00
Albert Mingkun Yang
ac74e6f943
8382055: G1: Remove unused unused args in mark_evac_failure_object
...
Reviewed-by: tschatzl
2026-04-13 10:56:38 +00:00
Daniel Fuchs
a76e38c7eb
8381359: Refactor java/net/DatagramSocket TestNG tests to use JUnit
...
Reviewed-by: vyazici
2026-04-13 09:24:41 +00:00
Dusan Balek
d605b5709a
8179187: Misleading compilation error on annotated fully-qualified classname
...
Reviewed-by: jlahoda, vromero
2026-04-13 09:08:45 +00:00
Dingli Zhang
fa61282423
8381926: Fix implicit conversion in macroAssembler_riscv.hpp
...
Reviewed-by: fyang, wenanjian
2026-04-13 09:06:37 +00:00
Joel Sikström
e8c77d16c4
8381900: Test vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001 does not handle frequent GC gracefully
...
Reviewed-by: aboldtch, sspitsyn
2026-04-13 08:44:51 +00:00
Leo Korinth
efe7fd8683
8380163: Fix implicit conversion in macroAssembler_aarch64.hpp
...
Reviewed-by: aph, fyang
2026-04-13 08:14:47 +00:00
Matthias Baesken
909d4e758c
8378838: Fix issues with "dead" code elimination and serviceability agent in libjvm.so on Linux
...
Reviewed-by: lucy, erikj
2026-04-13 07:20:16 +00:00
Matthias Baesken
78a6aa9c7a
8381937: Make exceptions in Java_sun_security_mscapi_CKeyPairGenerator generateCKeyPair more specific
...
Reviewed-by: mdoerr, lucy
2026-04-13 07:13:23 +00:00
Quan Anh Mai
0acc1d1e4f
8377163: C2: Iteration split must take into consideration sunk stores
...
Reviewed-by: chagedorn, dfenacci
2026-04-13 06:55:13 +00:00
Hannes Wallnöfer
6371da9a44
8378228: Replace jQuery UI autocomplete component in JavaDoc search
...
Reviewed-by: nbenalla
2026-04-13 06:14:13 +00:00
Arno Zeller
d75bb86ca6
8380896: Reduce runtime for MonitorVmStartTerminate.java on hosts with a lot of VMs
...
Reviewed-by: lmesnik, sspitsyn
2026-04-13 05:36:15 +00:00
Daniel Gredler
fb2460663c
8381623: Additional immutability in sun.font: ExtendedTextSourceLabel, GlyphLayout
...
Reviewed-by: serb, prr
2026-04-12 23:16:05 +00:00
Arno Zeller
1e2b0d2b67
8382018: test/jdk/java/nio/file/spi/SetDefaultProvider.java leaves a directory in /tmp
...
Reviewed-by: alanb, mbaesken
2026-04-11 19:42:35 +00:00
SendaoYan
e7da7376cd
8370648: TestOldGrowthTriggers.java fails 'Trigger (Old): Old has overgrown' missing from stdout/stderr
...
Reviewed-by: xpeng, wkemper, kdnilsen, ysr
2026-04-11 05:30:38 +00:00
Alan Bateman
e893f4cf84
8196182: ServiceLoader.iterator().hasNext()/.next() may throw a LinkageError
...
8350481: ServiceLoader throws NCDEF instead of ServiceConfigurationError
Reviewed-by: liach, jpai
2026-04-11 04:49:31 +00:00
Alexey Semenyuk
aa6db8d06e
8382022: jpackage: enhance CompositeProxy
...
Reviewed-by: almatvee
2026-04-10 23:44:17 +00:00
William Kemper
88bd42d035
8314599: [GenShen] Couple adaptive tenuring and generation size budgeting
...
Reviewed-by: kdnilsen, xpeng, ruili
2026-04-10 19:39:39 +00:00
Andrew Dinn
322f3a3447
8381932: Publish stubgen entries when -XX:-AOTStubCaching configured
...
Reviewed-by: asmehra, kvn
2026-04-10 19:16:46 +00:00
Vladimir Ivanov
aa5677afcb
8374496: C2: assert(val->find_edge(con) > 0) failed
...
Reviewed-by: chagedorn, dfenacci
2026-04-10 18:36:58 +00:00
Leonid Mesnik
2b716d7b32
8381658: Update nsk/jvmti/scenarios/sampling to better test virtual threads
...
Reviewed-by: cjplummer, sspitsyn
2026-04-10 18:21:44 +00:00
Albert Mingkun Yang
f7c06959a1
8381998: Move UseCompressedClassPointers to obsolete flags section
...
Reviewed-by: stefank, phubner, dholmes
2026-04-10 18:01:16 +00:00
Ioi Lam and Stefan Karlsson
d3d8a0d904
8381636: Add built-in AOT support to GrowableArray
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org >
Reviewed-by: matsaave, kvn, coleenp
2026-04-10 17:55:02 +00:00
Vladimir Kozlov
a3309eb665
8381899: Assertions and crashes in aot/cds tests on Linux Alpine
...
Reviewed-by: adinn
2026-04-10 17:11:33 +00:00
Andrew Haley
701d0cb3a2
8381969: os::physical_memory is still broken in 32-bit systems when running on 64-bit OSes
...
Reviewed-by: jsikstro, stefank, aartemov
2026-04-10 17:03:15 +00:00
Dusan Balek
ccbbef5561
8381654: Tokenizer warnings dropped when annotation processing is present
...
Reviewed-by: jlahoda, liach
2026-04-10 15:15:15 +00:00
SendaoYan
d9c5c86634
8374943: TestDirectBufferStatisticsEvent failed with too few statistics events
...
Reviewed-by: egahlin
2026-04-10 15:06:00 +00:00
Alexey Ivanov
8357de88aa
8334868: Ensure CheckUninstallModalHook is called in WPageDialogPeer._show
...
Ensure AwtDialog::CheckInstallModalHook and
AwtDialog::ModalActivateNextWindow are always called
after ::PageSetupDlg returns.
Reverse the condition of the if statement and
bail out if ::PageSetupDlg returns an error.
Remove the doIt flag and use explicit returns:
* JNI_FALSE if an error detected;
* JNI_TRUE if the function reached its end
without errors.
Reviewed-by: dmarkov, prr
2026-04-10 13:07:00 +00:00
Ivan Walulya
a0af250b42
8381006: G1: Wrong IHOP old gen allocation rate calculation in presence of periodic gcs
...
Reviewed-by: tschatzl, ayang
2026-04-10 07:53:29 +00:00
Eirik Bjørsnøs
d89bd4c980
8380542: ZipOutputStream.setComment and ZipEntry.setComment spec updates for rejecting unmappable characters and allowing null or empty comments
...
Reviewed-by: alanb, lancea, jpai
2026-04-10 05:29:18 +00:00
Yasumasa Suenaga
24f7945779
8377946: Use DWARF in mixed jstack on Linux AArch64
...
Reviewed-by: cjplummer, kevinw, erikj
2026-04-09 23:49:11 +00:00
Erik Joelsson
df09910ec8
8380947: Add pull request template
...
Reviewed-by: mr
2026-04-09 18:33:47 +00:00
Andrew Dinn
20387ffafc
8381879: JDK-8372617 has broken the Zero build
...
Reviewed-by: kvn
2026-04-09 18:28:09 +00:00
Andrew Haley
e6bce14874
8381765: AArch32: Capstone hsdis does not build
...
Reviewed-by: shade, erikj, jwaters
2026-04-09 17:01:16 +00:00
Erik Gahlin
d68065e747
8365498: jdk/jfr/event/os/TestCPULoad.java fails with Expected at least one event
...
Reviewed-by: mgronlun
2026-04-09 16:20:56 +00:00
Chad Rakoczy and Evgeny Astigeevich
9a1f7d4ae3
8326205: Grouping frequently called C2 nmethods in CodeCache
...
Co-authored-by: Evgeny Astigeevich <eastigeevich@openjdk.org >
Reviewed-by: kvn, cslucas, aph
2026-04-09 16:06:38 +00:00
Ashutosh Mehra
d471f47499
8381807: AArch64: compiler/cpuflags/CPUFeaturesClearTest.java fails on SVE after JDK-8364584
...
Reviewed-by: kvn, haosun, adinn
2026-04-09 13:56:27 +00:00
Eirik Bjørsnøs
9df6054d43
8380450: (zipfs) ZipFileSystem::getPath and ZipPath::resolve throw unspecified IllegalArgumentException for unmappable names
...
Reviewed-by: lancea
2026-04-09 13:52:13 +00:00
Ashutosh Mehra
81cc497e6e
8381819: Test compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails after JDK-8364584
...
Reviewed-by: kvn, mbaesken
2026-04-09 13:51:18 +00:00
Daishi Tabata
31b58871fc
8381566: G1: Concurrent refinement pre-sweep time logged as incorrect negative value
...
Reviewed-by: tschatzl, ayang
2026-04-09 13:43:48 +00:00
Kieran Farrell
289f3e2f62
8381184: Code clean up: missing line break and print out duplication
...
Reviewed-by: dholmes, kevinw
2026-04-09 11:06:58 +00:00
Daisuke Yamazaki
261011ab13
8372325: Refactor tests under jdk/java/net/httpclient to use ${test.main.class}
...
Reviewed-by: dfuchs, syan
2026-04-09 10:51:53 +00:00
Roland Westrelin
60115c0bbf
8380158: C2: compiler/c2/TestGVNCrash.java asserts with adr and adr_type must agree
...
Reviewed-by: chagedorn, dfenacci
2026-04-09 09:35:13 +00:00
Martin Doerr
61b2508224
8320897: compiler/vectorapi/reshape/TestVectorReinterpret.java fails on ppc64(le) platforms
...
8348519: [s390x] test failure TestVectorReinterpret.java
Reviewed-by: amitkumar, rrich
2026-04-09 08:38:59 +00:00
Jaikiran Pai
78580f1e4e
8378291: Test vector in test/jdk/java/util/jar/JarEntry/GetMethodsReturnClones.java is effectively unsigned
...
Reviewed-by: eirbjo, lancea
2026-04-09 04:56:30 +00:00
Srinivas Vamsi Parasa
dc8163052c
8381865: Fix debug build failure caused by not clearing CPU_APX_F feature after JDK-8364584
...
Reviewed-by: sviswanathan, kvn, asmehra
2026-04-08 20:52:28 +00:00
Dean Long
d3afc85769
8381662: New test compiler/exceptions/TestDebugDuringExceptionCatching.java failing with C1-only
...
Reviewed-by: kvn, mhaessig
2026-04-08 20:04:20 +00:00
Eirik Bjørsnøs
67a71249a1
8381772: Remove mention of "mutable strings" in java.lang.String Javadocs
...
Reviewed-by: alanb, liach
2026-04-08 19:06:40 +00:00
Naoto Sato
13633c0825
8381379: Support std/dstOffset attributes in CLDR's metazone definitions
...
Reviewed-by: jlu
2026-04-08 18:35:40 +00:00
Justin Lu
67f590d8ba
8381681: Clarify locale usage in Javadoc for the Locale display methods
...
Reviewed-by: naoto
2026-04-08 16:08:02 +00:00
Evgeny Astigeevich
1e2aa616c9
8381770: Revert some shared changes done by JDK-8381003
...
Reviewed-by: kvn
2026-04-08 15:47:50 +00:00
Andrew Dinn
34686923aa
8372617: Save and restore stubgen stubs when using an AOT code cache
...
Reviewed-by: kvn, asmehra
2026-04-08 15:44:39 +00:00
Daniel Fuchs
52a54dacb8
8381616: Refactor various java/net/*Socket*/ TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-04-08 15:41:27 +00:00
Serhiy Sachkov
988ec86dc6
8381838: java/net/DatagramSocket/SendReceiveMaxSize.java fails to compile after JDK-8381008
...
Reviewed-by: ayang, jpai, dfuchs
2026-04-08 13:02:51 +00:00
Erik Gahlin
cc1c427f47
8380755: jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java fails gcId should be increasing
...
Reviewed-by: dholmes, mgronlun
2026-04-08 12:19:07 +00:00
Manuel Hässig
28a91d0e3a
8381795: AArch64: Optimized build is broken after JDK-8381003
...
Reviewed-by: chagedorn, jsikstro, eastigeevich
2026-04-08 12:00:42 +00:00
Thomas Schatzl
2ff1a29212
8381703: G1: Racy re-read of G1CMRootRegion::num_remaining_regions causes assertion failures
...
Reviewed-by: iwalulya, ayang
2026-04-08 11:44:12 +00:00
Coleen Phillimore
a27e7ca756
8381793: Clean up unused ProblemList-coh.txt
...
Reviewed-by: dholmes
2026-04-08 11:43:45 +00:00
Serhiy Sachkov
d7bace12ff
8380990: Update testng and junit tests to use diagnoseConfigurationIssue() method and post processing
...
Reviewed-by: dfuchs
2026-04-08 09:29:59 +00:00
Alexey Ivanov
cfae18fa60
8381745: Ensure Modal/FileDialog tests explicitly reference Asserts class
...
Reviewed-by: serb, dmarkov
2026-04-08 08:56:58 +00:00
Dingli Zhang
6e1a1f927f
8381724: RISC-V: Pass temp registers and use them in CardTableBarrierSetAssembler::store_check()
...
Reviewed-by: fyang, ayang, wenanjian
2026-04-08 08:43:19 +00:00
Matthias Baesken and Daniel Fuchs
cbef44cbc0
8381008: [aix] Test java/net/DatagramSocket/SendReceiveMaxSize.java#preferIPv6Loopback fails after JDK-8380824
...
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org >
Reviewed-by: mdoerr, jpai, dfuchs
2026-04-08 08:21:52 +00:00
Daniel Jeliński
7a11bdd257
8381722: Incremental build fails with FileAlreadyExistsException: PreviewFeature.java
...
Reviewed-by: jpai, erikj, jlahoda
2026-04-08 06:58:46 +00:00
Jan Lahoda
f6baab704e
8379550: Bad bytecode offset after JDK-8371155
...
Reviewed-by: vromero, abimpoudis
2026-04-08 06:23:42 +00:00
Daisuke Yamazaki
67c6990f9a
8344212: Bring back @see GraphicsConfiguration to MouseInfo.getPointerInfo()
...
Reviewed-by: aivanov, dmarkov, serb
2026-04-07 16:30:17 +00:00
Vladimir Kozlov
da16b409c3
8381656: Take into account trampoline stub size and its relocations on Aarch64
...
Reviewed-by: dlong
2026-04-07 14:18:01 +00:00
Vladimir Kozlov
b297f59dc9
8381659: Determine actual jump instruction when AOT and JITed code are used
...
Reviewed-by: dlong, iveresov
2026-04-07 14:01:55 +00:00
Daisuke Yamazaki
34ac926d9c
8378157: Section hyperlink in doc/testing.md refers to building.html instead of building.md
...
Reviewed-by: erikj, iris, ayang
2026-04-07 12:23:03 +00:00
Daniel Jeliński
547ebe7236
8381316: HttpClient / Http3: poor exception messages on SSL handshake errors
...
Reviewed-by: dfuchs
2026-04-07 11:48:01 +00:00
Stefan Karlsson
69c4a211ee
8381561: G1: Cleanup patch in preparation for eager reclamation of flat arrays
...
Reviewed-by: tschatzl, ayang, iwalulya
2026-04-07 11:30:23 +00:00
Anton Seoane Ampudia
c267c84ff6
8358766: Improve detection of changes to print IGVN steps
...
Reviewed-by: qamai, bmaillard, krk
2026-04-07 11:27:18 +00:00
Evgeny Astigeevich
9cf2b686bd
8381003: [REDO] Mitigate Neoverse-N1 erratum 1542419 negative impact on GCs and JIT performance
...
Reviewed-by: aph
2026-04-07 10:35:31 +00:00
Casper Norrbin
0b803bd34e
8380103: Perfdata shared memory file flock failures
...
Reviewed-by: dholmes, aartemov
2026-04-07 08:09:00 +00:00
f31421266f
8370416: C2: Optimizing away arraycopy leads to wrong execution
...
Co-authored-by: Olivier Mattmann <olivier.mattmann@bluewin.ch >
Co-authored-by: Roland Westrelin <roland@openjdk.org >
Co-authored-by: Emanuel Peter <epeter@openjdk.org >
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org >
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org >
Co-authored-by: Quan Anh Mai <qamai@openjdk.org >
Reviewed-by: epeter, qamai
2026-04-07 07:35:50 +00:00
Anton Seoane Ampudia
06b797ec6b
8350603: Several more compiler tests ignore vm flags and don't have vm.flagless
...
Reviewed-by: dfenacci, rcastanedalo, syan
2026-04-07 07:22:22 +00:00
Ashay Rane
132a8d118b
8381451: Prefetch support on Windows/x86 and Windows/AArch64
...
Reviewed-by: dholmes, jwaters
2026-04-07 05:38:50 +00:00
Dingli Zhang
a90f5a6300
8381611: RISC-V: Factor out function cmpptr from MacroAssembler
...
Reviewed-by: fyang, gcao
2026-04-07 01:08:11 +00:00
Vladimir Kozlov
1688d0f936
8381655: Port JDK-8363978 fix from leyden repo to mainline
...
Reviewed-by: iveresov, iklam
2026-04-06 23:32:33 +00:00
Vladimir Kozlov
273167f723
8381683: Pass temp registers and use them in CardTableBarrierSetAssembler::store_check() on Aarch64
...
Reviewed-by: iveresov, vlivanov, aph
2026-04-06 23:25:36 +00:00
Robert Toyonaga
ef2e5379f5
8380467: JFR: RepositoryFiles.updatePaths() searches for chunkfiles incorrectly
...
Reviewed-by: egahlin
2026-04-06 21:00:36 +00:00
Ashay Rane
e79692881f
8381449: Build fails when Windows is not installed on C:
...
Reviewed-by: ysuenaga, erikj, lmesnik
2026-04-06 15:44:19 +00:00
Ashutosh Mehra
133c0424b9
8364584: Inconsistency in setting up cpu feature bits
...
Reviewed-by: kvn, iklam
2026-04-06 15:30:55 +00:00
Vicente Romero
4fcf913b93
8381639: Remove bug id 8381475 from test/jdk/tools/sincechecker/modules/jdk.compiler/JdkCompilerCheckSince.java
...
Reviewed-by: liach
2026-04-06 13:48:34 +00:00
Jaikiran Pai
f40a359df3
8373778: java.util.NoSuchElementException in HttpURLConnection.doTunneling0 when connecting via HTTPS
...
Reviewed-by: michaelm, vyazici
2026-04-06 13:21:44 +00:00
Daisuke Yamazaki
1d290109d3
8379675: test/jdk/sun/security/pkcs11/rsa/GenKeyStore.java uses removed methods
...
Reviewed-by: weijun
2026-04-06 03:08:19 +00:00
William Kemper
f21e47db80
8381549: GenShen: Global collections skip coalesce and fill when the collection set is empty
...
Reviewed-by: kdnilsen, xpeng, ysr
2026-04-03 21:04:52 +00:00
Ioi Lam
a333111bd8
8380291: AOT cache should store only unregistered classes with file: code source
...
Reviewed-by: kvn, iveresov
2026-04-03 20:28:45 +00:00
William Kemper
e254526f4a
8380958: GenShen: Regulator thread may observe inconsistent old generation state
...
Reviewed-by: kdnilsen, xpeng
2026-04-03 20:10:26 +00:00
Naoto Sato
410b3e816a
8381606: Javadoc typo in ResourceBundle example
...
Reviewed-by: iris, jlu
2026-04-03 19:37:33 +00:00
Justin Lu
0c98ab8dc9
8380936: Cleanup temp dir usage in ZipFSTester
...
Reviewed-by: jpai
2026-04-03 16:24:59 +00:00
Vladimir Kozlov
ba0aefba9c
8381596: Adjust checks which use supports_ht() on x86 for hybrid CPUs
...
Reviewed-by: iklam, iveresov
2026-04-03 15:58:48 +00:00
Emanuel Peter
4a4701106c
8369699: Template Framework Library: add VectorAPI types and operations
...
Reviewed-by: mhaessig, vlivanov, galder
2026-04-03 12:39:49 +00:00
Dingli Zhang
f8ca6f6f09
8381554: RISC-V: Small refactoring for cmp_klass_compressed macro-assembler routine
...
Reviewed-by: fyang, gcao, wenanjian
2026-04-03 06:15:19 +00:00
Daniel Jeliński
4bb7204fa9
8377181: HttpClient may leak closed QUIC connection objects
...
Reviewed-by: dfuchs
2026-04-03 05:48:24 +00:00
Dean Long and Quan Anh Mai
4253db2252
8350208: CTW: GraphKit::add_safepoint_edges asserts "not enough operands for reexecution"
...
Co-authored-by: Quan Anh Mai <qamai@openjdk.org >
Reviewed-by: mhaessig, vlivanov
2026-04-03 04:08:21 +00:00
Ioi Lam
95e90299b4
8381553: Clean up AOTCodeCache configuration checks
...
Reviewed-by: kvn, asmehra
2026-04-03 03:20:38 +00:00
Shiv Shah
fbbf2c3af3
8269613: vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java fails with OOME in CodeCache
...
Reviewed-by: lmesnik, epavlova
2026-04-03 00:52:00 +00:00
Shiv Shah
f1a414b61c
8338594: Update nsk/aod tests to use driver instead of othervm
...
Reviewed-by: lmesnik, cjplummer
2026-04-03 00:44:00 +00:00
Vicente Romero
e05eb1418e
8381475: Test tools/sincechecker/modules/jdk.compiler/JdkCompilerCheckSince.java fails for DocSourcePositions.java
...
Reviewed-by: mikael
2026-04-02 22:57:35 +00:00
Mahendra Chhipa
5e89669d18
8381568: Refactor java/net/spi/InetAddressResolverProvider test from testNg to use JUnit
...
Reviewed-by: dfuchs
2026-04-02 19:59:21 +00:00
Matias Saavedra Silva
0ada293cb4
8380091: Tests in runtime/cds are failing with log parsing errors - missing output - but the output seems present
...
Reviewed-by: coleenp, dholmes
2026-04-02 14:10:46 +00:00
Daniel Jeliński
06c9aebce3
8377550: [REDO] Need to keep leading zeros in TlsPremasterSecret of TLS1.3 DHKeyAgreement
...
Reviewed-by: hchao, mullan
2026-04-02 13:40:51 +00:00
Vladimir Petko
81b6fcc3e9
8381555: test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java fails on 32 bit architectures
...
Reviewed-by: jsikstro
2026-04-02 13:12:48 +00:00
Alan Bateman
262f574abc
8381487: Replace threadDump.schema.json with document to describe format
...
Reviewed-by: kevinw
2026-04-02 13:06:06 +00:00
Jan Lahoda
a506853a82
8374020: Inconsistent handling of type updates in typeWithAnnotations
...
Reviewed-by: abimpoudis
2026-04-02 08:53:05 +00:00
Dusan Balek and Archie Cobbs
fa5ec62405
8378950: Repeated warnings when annotation processing is happening
...
Co-authored-by: Archie Cobbs <acobbs@openjdk.org >
Reviewed-by: jlahoda
2026-04-02 08:20:47 +00:00
Igor Veresov
c18e3a3377
8379819: Creating AOT configuration crashes in MethodTrainingData::prepare
...
Reviewed-by: iklam, kvn
2026-04-02 00:18:11 +00:00
Daniel Gredler
cddee6d6eb
8380028: Fix Page8 of manual test java/awt/print/PrinterJob/PrintTextTest.java on macOS
...
Reviewed-by: prr, psadhukhan
2026-04-01 20:37:24 +00:00
Phil Race
ce9b3b59aa
8380941: Remove AppContext from java.awt.Window implementation
...
Reviewed-by: azvegint, kizune
2026-04-01 19:10:55 +00:00
Phil Race
40e5745dea
8380714: sun.font.HBShaper : use getUpcallStub to create all up call stubs
...
Reviewed-by: serb, psadhukhan
2026-04-01 19:10:39 +00:00
Phil Race
3cb4d7db19
8381037: Remove AppContext from miscellaneous awt shared classes
...
Reviewed-by: azvegint, dnguyen
2026-04-01 18:36:47 +00:00
Weijun Wang
9131c72d63
8368692: Restrict Password::readPassword from reading from System.in
...
Reviewed-by: mullan
2026-04-01 17:49:31 +00:00
Ioi Lam
eed91689f3
8381117: AOT training run fails if memory for ConstantPool is reused
...
Reviewed-by: asmehra, iveresov, kvn
2026-04-01 17:10:40 +00:00
Mikael Vidstedt
3fba38ab74
8373521: Bump minimum boot jdk to JDK 26
...
Reviewed-by: liach, darcy, iris, erikj
2026-04-01 16:51:28 +00:00
Albert Mingkun Yang
d2c1907349
8381466: G1: Fix outdated name in G1Policy::decide_on_concurrent_start_pause
...
Reviewed-by: tschatzl
2026-04-01 14:20:53 +00:00
Paul Hübner
f3a1c67b1c
8381464: Typo in Linker::captureCallState JavaDoc
...
Reviewed-by: liach, pminborg
2026-04-01 13:03:01 +00:00
Emanuel Peter
9607a7284d
8380513: [VectorAlgorithms] mismatch benchmark and test
...
Reviewed-by: mchevalier, galder, chagedorn
2026-04-01 12:18:49 +00:00
Emanuel Peter
7df06d1489
8379395: [VectorAlgorithms] new dot-product implementation using fma
...
Reviewed-by: mchevalier, chagedorn
2026-04-01 12:18:29 +00:00
Liam Miller-Cushon
92b1d8237e
8380147: Don't require a CompilationUnit for end position APIs
...
Reviewed-by: vromero
2026-04-01 10:10:03 +00:00
Eirik Bjørsnøs
3459f6b124
8380452: ZipOutputStream::putNextEntry(ZipEntry) throws unspecified IllegalArgumentException for unmappable entry name
...
Reviewed-by: jpai, lancea, alanb
2026-04-01 09:50:37 +00:00
Martin Doerr
2caf253017
8381412: [PPC64] unproblemlist JDK-8320897
...
Reviewed-by: mbaesken
2026-04-01 09:20:10 +00:00
Guanqiang Han
e340aeeee0
8379174: G1: Too high G1RemSetArrayOfCardsEntriesBase causes invalid ergonomic G1RemSetArrayOfCardsEntries
...
Reviewed-by: tschatzl, iwalulya
2026-04-01 09:12:51 +00:00
Thomas Schatzl
0dfa22f27d
8381397: G1: Inline initiate_conc_mark/record_conc_mark_init_end
...
Reviewed-by: ayang, iwalulya
2026-04-01 09:08:54 +00:00
Anton Artemov
9bf67a64f0
8371596: Nits and typos found during review of fix for JDK-8366659
...
Reviewed-by: dholmes, dcubed, fbredberg
2026-04-01 08:34:48 +00:00
Thomas Schatzl
b58d1ad1ee
8372016: G1: Root scanning not yielding to safepoints causes crashes
...
Reviewed-by: iwalulya, ayang
2026-04-01 08:14:59 +00:00
Andrew Dinn
32e8aa4582
8379811: Disable AOTCodeCache if Assembly intrinsics use differs from Production use
...
Reviewed-by: kvn, asmehra
2026-04-01 07:47:17 +00:00
Quan Anh Mai
3dcf2a3bac
8379790: MemNode::can_see_stored_value incorrectly walks past barriers
...
Reviewed-by: chagedorn, dfenacci
2026-04-01 06:59:27 +00:00
Guanqiang Han
2e0ce34d3c
8380579: C2: Intermittent fastdebug assert in Parse::sharpen_type_after_if: missing type check info
...
Reviewed-by: rcastanedalo, vlivanov
2026-04-01 06:20:26 +00:00
Dhamoder Nalla
52fd46d3a6
8371651: [AArch64] Populate CPU _features flag on Windows
...
Reviewed-by: dholmes, bstafford, aph
2026-04-01 01:42:33 +00:00
Alexey Semenyuk
c76381996a
8381384: jpackage: add test coverage to WiX discovery
...
Reviewed-by: almatvee
2026-04-01 00:29:44 +00:00
Kerem Kat
3f6271b2b9
8375442: C2: Notify nodes that inspect the graph deeply of changes far away during IGVN
...
Reviewed-by: qamai, aseoane
2026-04-01 00:10:02 +00:00
Daniel Gredler
f46a698113
8381015: CharsetEncoder.canEncode(CharSequence) is slow for UTF-8, UTF-16, UTF-32
...
Reviewed-by: naoto, vyazici
2026-03-31 21:46:05 +00:00
Phil Race
20c3082aac
8380578: Remove miscellaneous AppContext uses, mostly in XAWT
...
Reviewed-by: serb, azvegint
2026-03-31 18:41:51 +00:00
Phil Race
644cccae78
8381020: Remove AppContext from java.awt.Dialog
...
Reviewed-by: dnguyen, kizune
2026-03-31 17:58:53 +00:00
Phil Race
e191df7f15
8134541: latent concurrency bug in ScriptRunData
...
Reviewed-by: honkar, dnguyen, serb
2026-03-31 17:54:55 +00:00
Erik Gahlin
48132fbb65
8381170: JFR: Recursion in jdk.MethodTrace caused by Integer::reverseBytes
...
Reviewed-by: shade
2026-03-31 17:13:58 +00:00
Vladimir Kozlov
abeceb1f8c
8379687: Reduce C heap usage when VerifyMethodHandles flags is on
...
Reviewed-by: mhaessig, chagedorn
2026-03-31 17:07:33 +00:00
Coleen Phillimore
207bb159b2
8381409: Fix whitespace and variable name in classfile code
...
Reviewed-by: liach, lfoltan
2026-03-31 16:52:34 +00:00
Dingli Zhang
ba34f300db
8381250: Enable VectorLogicalOpIdentityTest.java IR tests for RISC-V
...
Reviewed-by: fyang
2026-03-31 15:56:48 +00:00
Matias Saavedra Silva
74eff77554
8347462: Improve TraceClassLoading to add link information
...
Reviewed-by: dholmes, coleenp
2026-03-31 15:51:40 +00:00
Chen Liang
819533964c
8380913: Sealed graph taglet omits public subtypes of invisible subtypes
...
Reviewed-by: hannesw, vromero
2026-03-31 15:08:02 +00:00
Albert Mingkun Yang
e3a66f0170
8380649: Parallel: Inline initialize_region_data and create_vspace of ParallelCompactData
...
Reviewed-by: iwalulya, tschatzl
2026-03-31 15:01:10 +00:00
Ashutosh Mehra
8c38e725a5
8380464: Inconsistency in emitting warning messages in vm_version_x86.cpp
...
Reviewed-by: kvn, dholmes
2026-03-31 14:11:06 +00:00
Leo Korinth
78e9df5088
8380987: Fix implicit narrowing conversion in klass.hpp
...
Reviewed-by: stefank, ayang
2026-03-31 11:41:57 +00:00
dfe438d057
8366441: AArch64: Support WFET in OnSpinWait
...
Co-authored-by: Stuart Monteith <smonteith@openjdk.org >
Co-authored-by: Andrew Haley <aph@openjdk.org >
Reviewed-by: aph, eastigeevich
2026-03-31 10:14:26 +00:00
David Beaumont
f45b48ba98
8380307: Refactor miscellaneous JAXP tests in javax/xml/jaxp/unittest to JUnit
...
Reviewed-by: liach, joehw
2026-03-31 10:00:03 +00:00
Renjith Kannath Pariyangad and Alexey Ivanov
46306d38ed
8361493: RepaintManager.invalidComponents uses different equality when searching element
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org >
Reviewed-by: aivanov, prr, serb, dmarkov
2026-03-31 09:59:15 +00:00
Kerem Kat
6652d69fd5
8374497: C2: assert(verify(phase)) failed: missing Value() optimization with -XX:+StressReflectiveCode
...
Reviewed-by: dfenacci, snatarajan, qamai
2026-03-31 09:45:44 +00:00
Martin Doerr
e582a3cb00
8381315: compiler/vectorapi/TestVectorReallocation.java fails with -XX:UseAVX=1 after JDK-8380565
...
Reviewed-by: chagedorn, rrich
2026-03-31 09:08:39 +00:00
Alan Bateman
4a335f878c
8381002: Thread dump should convert longs to json numbers if possible
...
Reviewed-by: kevinw, amenkov, sspitsyn, lmesnik
2026-03-31 06:56:56 +00:00
Jatin Bhateja
ee0d6cd9ae
8378250: C2 VectorAPI : wrong result with MUL reduction at various AVX levels
...
Reviewed-by: epeter
2026-03-31 05:52:16 +00:00
Jayathirth D V
77cfead6fe
8380959: Update Libpng to 1.6.56
...
Reviewed-by: erikj, aivanov, honkar, prr
2026-03-31 05:32:33 +00:00
Kirill Shirokov
3aab518285
8380074: Reflection::areNestMates should be used by Class::isNestmateOf
...
Reviewed-by: liach, dholmes
2026-03-31 05:07:04 +00:00
Chen Liang
5fec4ed37a
8379679: java/foreign/TestConcurrentClose.java awaitTermination times out on Windows debug builds
...
Reviewed-by: alanb
2026-03-31 03:46:23 +00:00
Prasanta Sadhukhan
2eec71a500
8380422: Fix Formatting issues missed in JDK-8380125
...
Reviewed-by: dnguyen, serb
2026-03-31 01:19:46 +00:00
Alexey Semenyuk
6649eee753
8381367: [lworld] tools/jpackage/share/AppVersionTest.java timed out while reporting errors
...
Reviewed-by: almatvee
2026-03-31 00:03:46 +00:00
Ioi Lam
6350c3641e
8377703: Assert that all AOT heap objects have valid classes
...
Reviewed-by: kvn, eosterlund
2026-03-30 23:14:13 +00:00
Alexander Matveev
0c4156d599
8380634: [macos] Remove macOS version restrictions on start with zero and limit to three components
...
Reviewed-by: asemenyuk
2026-03-30 22:02:48 +00:00
Justin Lu
73501b274f
8380848: jdk/nio/zipfs/ZipFSTester.java fails after JDK-8378884
...
Reviewed-by: lancea, syan
2026-03-30 16:49:09 +00:00
Matias Saavedra Silva and Ioi Lam
ab83702428
8366020: Assert that java code is not executed during the AOT assembly phase
...
Co-authored-by: Ioi Lam <iklam@openjdk.org >
Reviewed-by: kvn, coleenp, iklam
2026-03-30 16:43:00 +00:00
Christian Hagedorn
783f8f1adc
8381320: Problemlist compiler/vectorapi/TestVectorReallocation.java
...
Reviewed-by: thartmann
2026-03-30 14:06:05 +00:00
Liam Miller-Cushon and Liz Looney
88d4f1f7ce
8380795: Consider omitting type annotations from method arguments in diagnostics
...
Co-authored-by: Liz Looney <lizlooney@google.com >
Reviewed-by: vromero
2026-03-30 13:09:18 +00:00
Jan Lahoda
2449dc2e80
8377004: Java Launcher incorrectly allows inheriting a package-private main from another package
...
Reviewed-by: jpai, alanb
2026-03-30 13:06:40 +00:00
Dusan Balek
40e6069ff0
8371873: javac: U+001A (SUB / control-Z) after the last token makes the rest of the file silently ignored, which contradicts JLS §3.3–§3.5
...
Reviewed-by: jlahoda
2026-03-30 13:06:06 +00:00
Daisuke Yamazaki
d58fb1e290
8374202: Simplify significand normalization in BigDecimal(double, MathContext) constructor
...
Reviewed-by: rgiulietti
2026-03-30 12:58:07 +00:00
Koushik Thirupattur
7e0a1499ee
8345954: Revisit Class Initializers and Locking in X509TrustManagerImpl
...
Reviewed-by: weijun
2026-03-30 12:50:42 +00:00
Yasumasa Suenaga
6b9887b4f5
8378902: Test compiler/vectorapi/TestVectorLibraryUnaryOpAndBinaryOp.java failed
...
Reviewed-by: mbaesken, thartmann
2026-03-30 11:53:03 +00:00
Christian Hagedorn
3eaeb9b1ad
8380945: [IR Framework] Test VM is finished before TestFrameworkSocket is ready to accept connection
...
Reviewed-by: mchevalier, thartmann
2026-03-30 10:25:58 +00:00
Casper Norrbin
4d7c139509
8379415: Contended classes can leave unused alignment padding
...
Reviewed-by: coleenp, fparain, lfoltan, liach
2026-03-30 09:28:51 +00:00
Martin Doerr and Richard Reingruber
29e1ee2ecc
8380565: PPC64: deoptimization stub should save vector registers
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org >
Reviewed-by: rrich, dbriemann
2026-03-30 08:58:21 +00:00
Albert Mingkun Yang
cd9724565d
8381205: GHA: Upgrade Node.js 20 to 24
...
Reviewed-by: erikj
2026-03-30 08:37:25 +00:00
Matthias Baesken
45f9039513
8380030: [AIX] unify dladdr between hotspot and libawt
...
Reviewed-by: dholmes, stuefe, erikj
2026-03-30 06:48:49 +00:00
Prasanta Sadhukhan
0885a0c4c5
4696824: In Metal and other L&F Button.focusInputMap, CheckBox.focusInputMap ... are same
...
Reviewed-by: tr, prr
2026-03-30 06:35:55 +00:00
Stefan Johansson
bbbd5b9984
8380773: Extend ContainerMemoryUsageEvent to include host memory usage
...
Reviewed-by: mgronlun, tkiriyama, sgehwolf
2026-03-30 06:29:43 +00:00
Manuel Hässig
61df7cc8b9
8380988: C2: Unexpected node in SuperWord truncation: UModI/UDivI
...
Reviewed-by: epeter, jkarthikeyan
2026-03-30 06:27:30 +00:00
Thomas Stuefe
ca3fe721ba
8357089: Remove VFORK launch mechanism from Process implementation (linux)
...
Reviewed-by: rriggs, andrew
2026-03-30 04:54:17 +00:00
Trupti Patil
7527da081b
8377534: Test java/awt/print/PrinterJob/PrintNullString.java fails with FAILURE: No IAE for empty iterator, int
...
Reviewed-by: aivanov, prr
2026-03-30 04:40:26 +00:00
jonghoonpark
eb96bfb2a5
8379873: Remove undefined debugging declarations in os_windows.cpp
...
Reviewed-by: dholmes, ayang
2026-03-30 02:58:19 +00:00
Jaikiran Pai
66a34be54a
8273874: LdapClient can trigger memory leak
...
Reviewed-by: dfuchs
2026-03-29 02:01:46 +00:00
Andrew Dinn
6520c95a79
8380771: Add missing CodeBlob Vptr implementations
...
Reviewed-by: kvn, asmehra
2026-03-28 17:36:58 +00:00
Jeremy Wood
ac242550fe
8379347: VoiceOver Doesn't Correctly Identify JToggleButtons as "toggle buttons"
...
Reviewed-by: honkar, kizune, prr
2026-03-28 09:33:31 +00:00
Coleen Phillimore
7e4ac140d9
8380686: GenerateOopMap logging crashes in rewriter
...
Reviewed-by: matsaave, phubner
2026-03-27 19:55:32 +00:00
Phil Race
7ffc4a4fb4
8381019: Remove AppContext usage from AccessBridge
...
Reviewed-by: serb, kizune
2026-03-27 19:23:39 +00:00
Vladimir Kozlov
79668b007d
8380710: nmethod::finalize_relocations() should be called before ICache::invalidate_range() is called
...
Reviewed-by: adinn, dlong
2026-03-27 18:13:38 +00:00
William Kemper
28e96d76b0
8377976: GenShen: Explicit GC requests must clear concurrent gc request cancellation
...
Reviewed-by: kdnilsen
2026-03-27 17:57:30 +00:00
Vladimir Kozlov
a4d160e646
8380828: AOTCodeReader::fix_relocations() should be called before ICache::invalidate_range() is called
...
Reviewed-by: adinn, asmehra
2026-03-27 16:19:22 +00:00
Vladimir Kozlov
ba700f105a
8381059: Add class name to deoptimization events and -Xlog:deoptimization=debug output
...
Reviewed-by: dlong, aseoane
2026-03-27 16:16:09 +00:00
Daisuke Yamazaki
1ed1bb8ccb
8379818: Refactor java/nio/file/Files/StreamLinesTest.java to use JUnit
...
Reviewed-by: bpb
2026-03-27 15:52:13 +00:00
Benjamin Peterson
426547d2c8
8380968: classfile package doc mentions nonexistent UtfEntry
...
Reviewed-by: liach
2026-03-27 14:56:54 +00:00
Yasumasa Suenaga
2994524025
8380956: HexFormat shoud have @ValueBased
...
Reviewed-by: rriggs, stuefe, liach
2026-03-27 13:26:49 +00:00
Ivan Walulya and Thomas Schatzl
b242eef312
8380656: G1: Refactor G1IHOPControl
...
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org >
Reviewed-by: ayang, tschatzl
2026-03-27 11:20:05 +00:00
Serhiy Sachkov
cca8c23871
8380999: Update IPSupport by adding diagnoseConfigurationIssue() method
...
Reviewed-by: dfuchs
2026-03-27 10:36:34 +00:00
Anton Seoane Ampudia
c0e500ad99
8379794: C2: UBSAN runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'
...
Reviewed-by: rcastanedalo, qamai, dlong
2026-03-27 09:44:37 +00:00
Benjamin Peterson
53c864a881
8380960: "Foreign function access" discussion links to wrong downcallHandle overload
...
Reviewed-by: mcimadamore
2026-03-27 08:18:47 +00:00
Thomas Schatzl
cee1e040b3
8380541: G1: Add g1CollectorState.inline.hpp file
...
Reviewed-by: ayang, stefank
2026-03-27 07:56:55 +00:00
Stefan Karlsson
22bbf900e1
8380872: Remove lingering comments about the removed stack locking
...
Reviewed-by: aboldtch, dholmes
2026-03-27 07:13:56 +00:00
Mohamed Issa
1a99655554
8378295: Update scalar AVX10 floating point min/max definitions
...
Reviewed-by: sviswanathan, mhaessig, jbhateja, sparasa
2026-03-27 04:56:30 +00:00
Rui Li
5164fbc9f8
8374191: Shenandoah: Consider an assert in get_object_age
...
Reviewed-by: wkemper
2026-03-26 23:47:12 +00:00
Chen Liang
6a92c53144
8380915: Cleanup some Java declarations of the Vector API
...
Reviewed-by: psandoz
2026-03-26 22:52:44 +00:00
Phil Race
062d89bff5
8380804: Remove remaining AppContext usage from the Swing implementation
...
Reviewed-by: dnguyen, serb
2026-03-26 21:23:04 +00:00
Sergey Bylokhov
4d2623757f
8359433: The final modifier on Windows L&F internal UI classes prevents extending them in apps
...
Reviewed-by: prr, aivanov
2026-03-26 20:59:45 +00:00
Damon Nguyen
91892948ee
8380229: 2 Impossible or redundant condition defect groups in 2 files
...
Reviewed-by: honkar, prr
2026-03-26 20:21:19 +00:00
Kelvin Nilsen
68c48290d6
8380459: Shenandoah: Do not reset bytes-allocated-since-gc-start when degenerating
...
Reviewed-by: wkemper
2026-03-26 20:04:13 +00:00
Brian Burkhalter
40d65f1063
8379583: (fs) Files.copy use of posix_fadvise is problematic on Linux
...
Reviewed-by: alanb
2026-03-26 18:38:04 +00:00
Leo Korinth
c5c5340b52
8379224: Always use zero as invalid page size
...
Reviewed-by: stefank, ayang
2026-03-26 18:37:45 +00:00
Leo Korinth
72176305ae
8379346: Cleanup casts and implicit conversions to boolean
...
Reviewed-by: stefank, dholmes, ayang
2026-03-26 18:16:17 +00:00
Naoto Sato
aecc16358f
8230421: Java cannot handle Euro sign at the Simplified Chinese Windows Command Prompt
...
Reviewed-by: sherman
2026-03-26 17:53:53 +00:00
Joe Darcy
541557ad1d
8380671: Refactor BasicFloat16ArithTests.java
...
Reviewed-by: bpb
2026-03-26 17:19:50 +00:00
Yasumasa Suenaga
8ecb14cecf
8379454: SA still calculates end address with incorrect alignment
...
Reviewed-by: kevinw, cjplummer
2026-03-26 14:50:56 +00:00
Kerem Kat
22831cb0d8
8378005: Exclude boxing calls from guaranteed safepoint check in loop opts
...
Reviewed-by: mhaessig, chagedorn
2026-03-26 14:15:11 +00:00
Paul Hübner
b3048bbed0
8370504: InterpreterMacroAssembler::profile_virtual_call parameter 'receiver_can_be_null' is unused
...
Reviewed-by: aseoane, azafari, mchevalier, fbredberg
2026-03-26 14:09:17 +00:00
Ioi Lam
1e3fb444c5
8380409: JVM crashes when -XX:AOTMode=create uses app.aotconf generated with JVMTI agent
...
Reviewed-by: kvn, asmehra
2026-03-26 13:54:02 +00:00
Daniel Fuchs
60ce4857f4
8380931: Refactor remaining java/nio/channels TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-03-26 11:48:34 +00:00
Coleen Phillimore
407b677d5f
8380942: Fix whitespace and conditional logic in interpreter code
...
Reviewed-by: dholmes, aartemov
2026-03-26 11:41:10 +00:00
Arno Zeller
e07ab7fb9b
8380288: [BACKOUT] Incorrect Interpretation of POSIX TZ Environment Variable on AIX
...
Reviewed-by: mbaesken, mdoerr
2026-03-26 11:17:18 +00:00
Thomas Stuefe
da296cbea1
8363996: Obsolete UseCompressedClassPointers
...
Reviewed-by: rkennke, kvn, adinn, dholmes, mdoerr, iklam, fyang
2026-03-26 11:08:48 +00:00
Dusan Balek
ab659d4ee4
8371817: javac with annotation processor throws AssertionError: Cannot add metadata to this type: METHOD when dealing with local classes
...
Reviewed-by: mcimadamore
2026-03-26 10:19:37 +00:00
Erik Österlund
aea8947e9d
8378176: Concurrent GC worker threads may suffer from priority inversion
...
Reviewed-by: kbarrett, ayang, tschatzl
2026-03-26 09:29:53 +00:00
Matthias Baesken
c64f7357a5
8379516: Adjust JVM debug helper exports
...
Reviewed-by: kbarrett, lucy, clanger
2026-03-26 08:19:31 +00:00
Yasumasa Suenaga
960161db82
8380764: Vector classes should have @ValueBased
...
Reviewed-by: liach
2026-03-26 07:22:04 +00:00
Yasumasa Suenaga
69deec2016
8378985: serviceability/sa/TestJhsdbJstackMixedWithXComp.java failed if sender frame is return barrier of Continuation
...
Reviewed-by: cjplummer, mdoerr, fyang
2026-03-26 02:16:00 +00:00
Alexey Semenyuk
ceb109fbd8
8380081: jpackage: Incorrect descriptions of win-specific options
...
Reviewed-by: nlisker, almatvee
2026-03-26 01:59:10 +00:00
Dingli Zhang
a55656d2f9
8380789: RISC-V: TestOpaqueConstantBoolNodes.java fails when running without RVV
...
Reviewed-by: fyang
2026-03-26 01:53:36 +00:00
Ioi Lam
3588fb7969
8380825: AOT tests should run in two step training mode by default
...
Reviewed-by: kvn, vlivanov
2026-03-25 22:07:41 +00:00
Justin Lu
88bdbb78b2
8380472: Clean up test/jdk/jdk/nio/zipfs/PathOps.java shared file system usage
...
Reviewed-by: lancea, jpai
2026-03-25 18:26:24 +00:00
Ana-Maria Mihalceanu
2852928254
8380663: Update jcmd man page to include AOT.end_recording diagnostic command
...
Reviewed-by: kevinw, kvn
2026-03-25 17:20:46 +00:00
Albert Mingkun Yang
331c754017
8380523: Refactor TLAB slow allocation naming
...
Reviewed-by: stefank, jsikstro
2026-03-25 16:32:44 +00:00
Hai-May Chao
02972a5856
8379549: sun/security/ssl/SSLSocketImpl/SSLSocketSSLEngineCloseInbound.java failed with SocketException: Connection reset by peer
...
Reviewed-by: wetmore, syan, dcubed
2026-03-25 15:52:04 +00:00
Hai-May Chao
cf424480f4
8375275: Error handling to raise illegal_parameter or internal_error alert in hybrid key exchange
...
Reviewed-by: wetmore, mpowers
2026-03-25 15:29:34 +00:00
Kim Barrett
ca0bee78f5
8374915: Move assertion in GenericTaskQueue<>::pop_global()
...
Reviewed-by: tschatzl, ayang
2026-03-25 15:19:32 +00:00
Ashutosh Mehra
2a6d92fd27
8380703: Assertion failure in TestCodeEntryAlignment.java
...
Reviewed-by: kvn, adinn
2026-03-25 14:59:18 +00:00
Joel Sikström
4dca6e4ca8
8380903: [BACKOUT] Mitigate Neoverse-N1 erratum 1542419 negative impact on GCs and JIT performance
...
Reviewed-by: aboldtch
2026-03-25 14:01:26 +00:00
Frederic Thevenet
6466d9809c
8380776: No longer necessary to disable calloc-transposed-args warnings when building harfbuzz
...
Reviewed-by: erikj, kbarrett, jwaters, aivanov
2026-03-25 13:11:02 +00:00
Saranya Natarajan
46e6b26bf8
8372646: C2: Stress Counted Loop creation
...
Reviewed-by: rcastanedalo, chagedorn, dfenacci
2026-03-25 12:47:41 +00:00
Evgeny Astigeevich and Axel Boldt-Christmas
3737cad6d9
8370947: Mitigate Neoverse-N1 erratum 1542419 negative impact on GCs and JIT performance
...
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org >
Reviewed-by: shade, eosterlund, aph, aboldtch
2026-03-25 12:46:25 +00:00
Daniel Fuchs
7d24a096b4
8380824: java/net/DatagramSocket/SendReceiveMaxSize.java could also test the loopback interface
...
Reviewed-by: jpai
2026-03-25 10:21:07 +00:00
Jatin Bhateja
1faee07b95
8379362: C2: Buffer overrun in VectorSupport::lanetype2name
...
Reviewed-by: liach, vlivanov, mhaessig
2026-03-25 08:13:47 +00:00
Alan Bateman
3bf5022bc6
8380641: Thread dump parsing and test improvements
...
8378946: threadDump.schema.json syntax error, missing comma after owner
Reviewed-by: amenkov, sspitsyn
2026-03-25 07:40:26 +00:00
Albert Mingkun Yang
0423483bfd
8380772: Rename _total_allocations to _total_allocated_size in ThreadLocalAllocStats
...
Reviewed-by: stefank, aboldtch, tschatzl
2026-03-25 07:03:08 +00:00
Jean-Philippe Bempel
0c60c9ca14
8376185: NoSuchFieldError thrown after a record with type annotation retransformed
...
Reviewed-by: sspitsyn, dholmes
2026-03-25 06:56:41 +00:00
Fredrik Bredberg
51ea257460
8379782: Implement Object Monitor Table enabled by default
...
Reviewed-by: stefank, coleenp, aartemov
2026-03-25 06:53:14 +00:00
Vladimir Petko
ec8bcf72c8
8352567: [s390x] ProblemList JFR tests requiring JFR stubs
...
Reviewed-by: amitkumar, aph
2026-03-25 04:58:48 +00:00
Alexey Semenyuk
274f8e601c
8371182: [macos] Improve error messages for "invalid mac bundle identifier"
...
Reviewed-by: almatvee
2026-03-25 02:44:14 +00:00
Dingli Zhang
4408e1c927
8380580: Enable TestCombineAddPWithConstantOffsets.java IR tests for RISC-V
...
Reviewed-by: fyang
2026-03-25 02:16:59 +00:00
Kelvin Nilsen
56885958c2
8380408: GenShen: Fix regression with vmTestbase/gc/memory/Churn/Churn2/TestDescription.java
...
Reviewed-by: wkemper
2026-03-25 00:40:37 +00:00
William Kemper
e8ce930e28
8379020: GenShen: Promote all objects when whitebox full GC is requested
...
Reviewed-by: ysr, kdnilsen
2026-03-25 00:23:41 +00:00
William Kemper
4e79015768
8380846: GenShen: Remove the experimental option to disable adaptive tenuring
...
Reviewed-by: kdnilsen
2026-03-24 23:52:27 +00:00
Naoto Sato
4b38e7bcd3
8346133: Refactor java.time.ZoneOffset caching
...
Reviewed-by: jlu, liach, rriggs
2026-03-24 21:35:17 +00:00
Kim Barrett
18fdbd2404
8314258: Add integer_cast for checking conversions don't change the value
...
Reviewed-by: azafari, stefank, lkorinth
2026-03-24 20:32:31 +00:00
Brent Christian
2afd7b8b14
8379672: jdk/internal/misc/VM/RuntimeArguments.java test still fails in Virtual threads mode after JDK-8373718
...
Reviewed-by: jpai
2026-03-24 18:53:53 +00:00
Matias Saavedra Silva
6b156ab45b
8357037: Verifier rejects method ending in switch instruction
...
Reviewed-by: dlong, dholmes, coleenp
2026-03-24 18:23:53 +00:00
William Kemper
4a9903bae4
8380431: Shenandoah: Concurrent modification of stack-chunk objects during evacuation
...
Reviewed-by: rkennke
2026-03-24 18:06:28 +00:00
Daniel Fuchs
7b7f40b143
8380561: Refactor java/nio/channels/DatagramChannel TestNG tests to use JUnit
...
Reviewed-by: alanb, bpb
2026-03-24 17:12:50 +00:00
Kangcheng Xu
9658c19afd
8378713: C2: performance regression due to missing constant folding for Math.pow()
...
Reviewed-by: roland, mchevalier
2026-03-24 16:16:51 +00:00
Thomas Schatzl
d0d85cd6b5
8380526: G1: Remove "last young" use for the Prepare Mixed GC
...
Reviewed-by: ayang, iwalulya
2026-03-24 15:36:15 +00:00
Kevin Walls
90eebaa344
8380516: HotSpot has two different ways of making Windows strtok_s available as strtok_r
...
Reviewed-by: kbarrett, dlong
2026-03-24 10:52:07 +00:00
Daniel Fuchs
fd2ef1b870
8380665: (dc) java/nio/channels/DatagramChannel/SendReceiveMaxSize.java could also test the loopback interface
...
Reviewed-by: alanb, jpai
2026-03-24 10:44:03 +00:00
Ashutosh Mehra
cc29010ae2
8380664: Remove stub entries used in x86-32
...
Reviewed-by: kvn
2026-03-24 03:18:25 +00:00
Roger Calnan
105d526fa7
8377921: Add anchors to the options in the Core Libs tool man pages
...
Reviewed-by: jpai, iris
2026-03-24 02:09:18 +00:00
Ioi Lam
e6c870ec43
8378731: Move AOT-inited classes to initialized state in early VM bootstrap
...
Reviewed-by: kvn, liach
2026-03-24 01:46:08 +00:00
Alexey Semenyuk
e0fe86b53b
8371924: --mac-app-store should be accepted option for app image signing
...
Reviewed-by: almatvee
2026-03-24 01:17:38 +00:00
Hannes Greule
d85fbd38cd
8370138: C2: clean up Matcher::use_asm_for_ldiv_by_con can
...
Reviewed-by: qamai, snatarajan
2026-03-23 21:06:03 +00:00
Vladimir Kozlov and Doug Simon
f1169bfcf1
8378195: guarantee(static_cast<int>(_oops_size) == align_up(code_buffer->total_oop_size(), oopSize)) failed: failed: 12272 != 77808
...
Co-authored-by: Doug Simon <dnsimon@openjdk.org >
Reviewed-by: dnsimon, iveresov, vlivanov
2026-03-23 18:09:23 +00:00
Frederic Parain
2095051a10
8380219: Interpreter debugging would be easier if InterpreterCodelets could print their assembly code
...
Reviewed-by: dholmes, ayang
2026-03-23 17:46:44 +00:00
Phil Race
c6a20173a3
8378615: FFM Bound up call stub keeps JNI Global Ref to bound parameter
...
Reviewed-by: jdv, psadhukhan
2026-03-23 17:15:07 +00:00
Naoto Sato
0798dd1497
8379551: sun/text/IntHashtable/Bug4705389.java timed out
...
Reviewed-by: liach, jpai
2026-03-23 16:17:35 +00:00
SendaoYan
5c2ef74931
8380316: Test runtime/os/AvailableProcessors.java fails Invalid argument
...
Reviewed-by: dholmes, ayang
2026-03-23 15:58:21 +00:00
Thomas Schatzl
60a141c3b5
8380441: G1: Move G1GCPauseType to G1CollectorState
...
Reviewed-by: iwalulya, ayang
2026-03-23 15:42:33 +00:00
Volkan Yazici
2a64074a8b
8374706: HttpClient: Ensure that request body publishers support multiple subscriptions
...
Reviewed-by: dfuchs, jpai
2026-03-23 14:58:47 +00:00
Ashay Rane
00ee63e99e
8380475: C2: Improve AndNode::Identity with KnownBits
...
Reviewed-by: mchevalier, qamai
2026-03-23 14:58:17 +00:00
Albert Mingkun Yang
890d62bb8c
8380564: Parallel: Rename allocate to cas_allocate_with_expansion in PSOldGen
...
Reviewed-by: tschatzl, jsikstro
2026-03-23 14:40:18 +00:00
Ashutosh Mehra
c436802bce
8380168: Obsolete unused flag UseNewLongLShift
...
Reviewed-by: kvn, stuefe
2026-03-23 14:17:11 +00:00
Thomas Schatzl
9a0fde4a49
8367765: G1: Merge G1UpdateRegionLivenessAndSelectForRebuild task and collection set choosing
...
Reviewed-by: ayang, iwalulya
2026-03-23 11:04:12 +00:00
Joel Sikström
174183759e
8380281: Remove the client emulation mode
...
Reviewed-by: ayang, kvn
2026-03-23 10:48:55 +00:00
Thomas Schatzl
700a385634
8080226: G1: Replace collector state booleans with explicit state variable(s)
...
Reviewed-by: iwalulya, ayang
2026-03-23 09:38:37 +00:00
Guanqiang Han
caf37add7a
8374789: C2: refactor GraphKit code that create AddP nodes for raw memory to use helper method
...
Reviewed-by: chagedorn, qamai
2026-03-23 08:11:22 +00:00
Albert Mingkun Yang
4df61ce3fc
8380532: Parallel: Rename allocate to cas_allocate in PSYoungGen
...
Reviewed-by: tschatzl, jsikstro
2026-03-23 08:03:54 +00:00
Christian Hagedorn
db49e8d083
8378243: [IR Framework] Create separate VMInfo and ApplicableIRRules JavaMessage classes
...
Reviewed-by: mchevalier, dfenacci, thartmann
2026-03-23 07:11:33 +00:00
Phil Race
206c9cd6e1
8378923: Remove AppContext from datatransfer classes
...
Reviewed-by: psadhukhan, tr, serb
2026-03-23 05:59:16 +00:00
Phil Race
8e906ddad6
8379019: Remove AppContext from WindowEvent
...
Reviewed-by: serb, azvegint
2026-03-23 05:29:22 +00:00
Jatin Bhateja and Kim Barrett
f1cb3b41f1
8379792: UBSAN runtime error: signed integer overflow during compress expand value transform
...
Co-authored-by: Kim Barrett <kbarrett@openjdk.org >
Reviewed-by: kbarrett, fyang
2026-03-23 04:41:14 +00:00
Ioi Lam
a6f59ba1d1
8378749: Early GC crash with unresolved AOT FMG subgraph classes
...
Reviewed-by: kvn, eosterlund
2026-03-23 04:35:56 +00:00
María Arias de Reyna Domínguez
88972399e5
8380427: Revert JDK-8380292Confusing "reverted *" messages during training
...
Reviewed-by: adinn, iklam
2026-03-23 02:13:38 +00:00
Phil Race
ea464b1405
8379018: Remove AppContext from two input method related classes
...
Reviewed-by: serb, dnguyen, kizune
2026-03-22 19:55:47 +00:00
Phil Race
a26d61312e
8378898: Remove AppContext from sun/awt/windows/WWindowPeer.java
...
Reviewed-by: dnguyen, serb
2026-03-22 19:54:22 +00:00
Phil Race
d64ea294f7
8378919: Remove AppContext from the java.awt.Desktop class
...
Reviewed-by: serb, dnguyen
2026-03-22 19:54:01 +00:00
Phil Race
fae345c6cf
8378918: Remove AppContext from some DnD classes
...
Reviewed-by: serb, dnguyen
2026-03-22 19:53:43 +00:00
Phil Race
aba5d31ae7
8378605: Remove AppContext from the Swing TimerQueue implementation
...
Reviewed-by: psadhukhan, dnguyen
2026-03-22 19:51:45 +00:00
Afshin Zafari
e042467ed2
8378440: ASAN build fails on Windows due to missing dlfcn.h file
...
Reviewed-by: stuefe
2026-03-22 12:56:27 +00:00
Guanqiang Han
2cdf617952
8372649: C2 compilation fails with "there should be an oop in OopMap instead of a live raw oop at safepoint"
...
Reviewed-by: qamai, chagedorn
2026-03-21 07:50:03 +00:00
Dingli Zhang
9a3b850af6
8380416: Enable CmpUNodeValueTests.java IR tests for RISC-V
...
Reviewed-by: fyang
2026-03-21 05:36:27 +00:00
Jaikiran Pai
e58e576f80
8369181: InflaterOutputStream: writing after finish() results in IllegalStateException instead of an IOException
...
Reviewed-by: alanb, sherman, lancea
2026-03-21 02:21:09 +00:00
William Kemper
d610aceed4
8380562: GenShen: GC notification event may see invalid values
...
Reviewed-by: cslucas, kdnilsen
2026-03-20 23:42:08 +00:00
Vladimir Kozlov
137d97131b
8378935: C2 crash in PhaseOutput::fill_buffer: wrong size of mach node
...
Reviewed-by: iklam, asmehra
2026-03-20 20:18:12 +00:00
William Kemper
d0841c6bde
8379688: GenShen: Skip promotions when marking finds enough immediate garbage
...
Reviewed-by: kdnilsen
2026-03-20 16:46:12 +00:00
Xu Jiawei
54c5e41cba
8380085: jpackage (Linux) launcher crashes with SIGSEGV when input contains large number of JAR files
...
Reviewed-by: asemenyuk, almatvee
2026-03-20 16:45:43 +00:00
William Kemper
26c4b5f5a1
8379367: GenShen: Replace atomic promotion failure counters with thread local variables
...
Reviewed-by: kdnilsen
2026-03-20 16:25:39 +00:00
William Kemper
b32e9b0f9b
8378806: Genshen: Add scope of collection to end of cycle message in JMX notification
...
Reviewed-by: kdnilsen, xpeng
2026-03-20 16:20:40 +00:00
Jaikiran Pai
396cc0ab6a
8380534: Use loopback address in java/net/DatagramPacket/ReuseBuf.java test
...
Reviewed-by: dfuchs
2026-03-20 15:58:45 +00:00
Roger Riggs
f7c427feda
8379182: [test] java/lang/ProcessBuilder/PipelineLeaksFD.java fails
...
Reviewed-by: stuefe
2026-03-20 14:14:59 +00:00
Arno Zeller
f5fbb6a237
8380428: ProblemList containers/docker/TestJcmdWithSideCar.java on linux-all
...
Reviewed-by: goetz, mbaesken, dholmes, ysuenaga
2026-03-20 09:01:59 +00:00
Dusan Balek
f2550e89c7
8378906: NPE from javac thrown when encountering abstract synthetic bridge method
...
Reviewed-by: mcimadamore
2026-03-20 07:25:45 +00:00
David Holmes
7e943e7d41
8380474: Crash SEGV in ThreadIdTable::lazy_initialize after JDK-8323792
...
Reviewed-by: kvn, iklam
2026-03-20 03:57:48 +00:00
Alexey Semenyuk
b79449f093
8379431: [macos] jpackage issues unexpected warning when bundling an unsigned runtime package from the signed predefined runtime bundle
...
Reviewed-by: almatvee
2026-03-20 03:01:03 +00:00
Prasanta Sadhukhan
3c09c2cd2d
8267961: JInternalFrame.getNormalBounds() returns normalBounds when maximized state is false instead of bounds
...
Reviewed-by: tr, dnguyen
2026-03-20 02:38:41 +00:00
Alexey Semenyuk
96f6ffbff4
8278591: Jpackage post installation information message
...
Reviewed-by: almatvee, erikj
2026-03-19 21:59:55 +00:00
Alexey Ivanov
615aba8257
8374304: MultiResolutionSplashTest.java fails in CI: "Image with wrong resolution is used for splash screen!"
...
Reviewed-by: dmarkov, prr
2026-03-19 20:30:18 +00:00
Brian Burkhalter
80fb1f7245
8379824: Refactor java/io tests to use JUnit
...
Reviewed-by: jlu, alanb
2026-03-19 19:44:38 +00:00
Hai-May Chao
cdd64dbb5d
8379433: Throwing proper exception for invalid encapsulation length in Hybrid
...
Reviewed-by: weijun
2026-03-19 19:12:27 +00:00
Kelvin Nilsen
13b954b996
8380407: GenShen: Problem with com/sun/jdi/ThreadMemoryLeakTest
...
Reviewed-by: shade
2026-03-19 17:58:43 +00:00
Naoto Sato
9ea893d877
8380223: Refactor test/jdk/sun/util/resources TestNG tests to JUnit
...
Reviewed-by: bpb, jlu
2026-03-19 16:56:26 +00:00
Justin Lu
876a68ad41
8378884: Migrate jdk/jdk/nio/zipfs tests to use JUnit
...
Reviewed-by: lancea
2026-03-19 16:19:51 +00:00
Damon Nguyen
76e7c9e68a
8380078: Update GIFlib to 6.1.2
...
Reviewed-by: serb, azvegint
2026-03-19 16:11:50 +00:00
Brian Burkhalter
1b924bfc89
8380204: java/io/File/EmptyPath.java fails due to unexpected listRoots value
...
Reviewed-by: alanb
2026-03-19 16:08:26 +00:00
Ashay Rane
5a22b6477b
8278857: C2: optimize (x << 2) & -4 to x (and similar patterns) -> KnownBits for LShift
...
Reviewed-by: qamai, mchevalier
2026-03-19 15:37:03 +00:00
Daniel Fuchs
28e72430ef
8379707: UserAuthWithAuthenticator::h3Test fails intermittentently
...
Reviewed-by: syan, jpai, djelinski
2026-03-19 15:15:19 +00:00
Leo Korinth
c715a45431
8380298: Rename _pagesizes and _pre_allocated_pagesizes in hugepages.cpp
...
Reviewed-by: stefank, iwalulya, jsikstro
2026-03-19 14:56:53 +00:00
Kim Barrett
3ad532135e
8380150: JavaCallArguments defined too late
...
Reviewed-by: stefank, ayang
2026-03-19 14:47:35 +00:00
Thomas Stuefe
347aae6428
8380011: Path-to-gcroots search should not trigger stack overflows
...
Reviewed-by: egahlin
2026-03-19 12:40:50 +00:00
Zhengyu Gu and Kevin Walls
4e9b35f9e8
8323792: ThreadSnapshot::initialize can cause assert in Thread::check_for_dangling_thread_pointer (possibility of dangling Thread pointer)
...
Co-authored-by: Kevin Walls <kevinw@openjdk.org >
Reviewed-by: dholmes
2026-03-19 12:38:08 +00:00
Ralf Schmelter
1de03224b8
8378764: fileStream::fileSize() fails for >2GB files on Windows
...
Reviewed-by: stuefe, dholmes, amenkov
2026-03-19 12:28:17 +00:00
Roland Westrelin
75b2ee2680
8376591: TestLoopNestTooManyTraps fails with various stress flags
...
Reviewed-by: aseoane, qamai, dfenacci, syan
2026-03-19 10:11:57 +00:00
Thomas Schatzl
a0c8fce9d7
8379511: G1: G1CollectorState should derive concurrent cycle state from G1ConcurrentMark
...
Reviewed-by: iwalulya, ayang
2026-03-19 09:57:28 +00:00
Matthias Baesken
02001567f0
8379425: Windows and macOS should not allow unsupported headless-only build
...
Reviewed-by: erikj, aivanov, clanger
2026-03-19 08:19:41 +00:00
Michael Reeves
d0e62e114c
8351847: C2: Add "TraceSplitIf" flag to get more information about the optimization in Split-If
...
Reviewed-by: chagedorn, dfenacci
2026-03-19 07:44:30 +00:00
Richard Reingruber
7c0da6702f
8380041: PPC: remove POWER6 remnants
...
Reviewed-by: dbriemann, mdoerr
2026-03-19 05:20:45 +00:00
Thomas Stuefe
deccad2e95
8377907: (process) Race in ProcessBuilder can cause JVM hangs
...
Reviewed-by: simonis, rriggs
2026-03-19 05:04:00 +00:00
Rui Li
27a4ed5b7a
8375568: Shenandoah: Abbreviate thread names in display when length constraints apply
...
Reviewed-by: wkemper, kdnilsen
2026-03-18 23:11:48 +00:00
Alexander Zvegintsev
37cdc7977f
8380228: JNI primitive type mismatch in Java_com_sun_java_swing_plaf_gtk_GTKLookAndFeel_applyThemeIfNeeded of swing_GTKEngine.c:403 (ID: 52423)
...
Reviewed-by: psadhukhan, serb
2026-03-18 20:47:48 +00:00
Sergey Bylokhov
30145a4bd7
8379952: Revert JDK-8365711: Restore protected visibility of menuBarHeight and hotTrackingOn
...
Reviewed-by: azvegint
2026-03-18 20:40:42 +00:00
Christoph Langer
4f2debe697
8380033: Test java/util/jar/Manifest/IncludeInExceptionsTest.java could be more agnostic to VM default
...
Reviewed-by: mbaesken
2026-03-18 18:58:55 +00:00
Ashutosh Mehra
f3069680e4
8380303: Obsolete unused flag UseXMMForArrayCopy
...
Reviewed-by: kvn, adinn, ayang
2026-03-18 17:55:00 +00:00
Naoto Sato
7d805e1139
8380222: Refactor test/jdk/java/lang/Character TestNG tests to JUnit
...
Reviewed-by: jlu, bpb, liach, iris
2026-03-18 16:57:52 +00:00
Daniel Fuchs
b6de5aed2c
8379699: H3ConnectionPoolTest::testH2H3WithTwoAltSVC fails intermittently
...
Reviewed-by: syan, jpai
2026-03-18 16:45:53 +00:00
Justin Lu
20567e8241
8380218: Refactor test/jdk/java/nio/charset TestNG tests to JUnit
...
Reviewed-by: bpb, naoto
2026-03-18 16:08:20 +00:00
Coleen Phillimore
446fb203b2
8379015: Convert TraceNewOopMapGeneration to unified logging
...
Reviewed-by: dholmes, matsaave
2026-03-18 16:07:41 +00:00
Ashay Rane
766959f884
8371685: C2: Add flag to disable Loop Peeling
...
Reviewed-by: chagedorn, snatarajan, roland
2026-03-18 15:15:12 +00:00
Eirik Bjørsnøs
0379c0b005
8379557: Further optimize URL.toExternalForm
...
Reviewed-by: vyazici
2026-03-18 14:36:58 +00:00
María Arias de Reyna Domínguez
00a77704b0
8380292: Confusing "reverted *" messages during training
...
Reviewed-by: adinn, asmehra
2026-03-18 14:26:48 +00:00
Eirik Bjørsnøs
08ff2bf4d0
8376398: [TESTBUG] Testing of Unsafe native (re)allocation is sensitive to current JDK native memory use
...
Reviewed-by: azafari
2026-03-18 14:12:43 +00:00
Manuel Hässig
262b31be3d
8359335: Template-Framework Library: Primitive Types subtyping
...
Reviewed-by: chagedorn, epeter
2026-03-18 12:33:41 +00:00
Quan Anh Mai
e99ed13691
8379671: C2: Fix usage of PhaseGVN::transform in some intrinsics
...
Reviewed-by: bmaillard, dfenacci, roland
2026-03-18 11:05:10 +00:00
Ivan Bereziuk
9ef2e8dc1c
8278102: containers/docker/TestJcmd.java failed with "RuntimeException: Could not find specified process"
...
Reviewed-by: kevinw, sgehwolf
2026-03-18 10:18:19 +00:00
Albert Mingkun Yang
3a93daf189
8373369: [REDO] Remove ThreadLocalAllocBuffer::_reserve_for_allocation_prefetch
...
Reviewed-by: mdoerr, kvn, tschatzl
2026-03-18 09:07:14 +00:00
Volkan Yazici
706fbb3044
8378431: Move input validation checks to Java for java.lang.StringUTF16 intrinsics
...
Reviewed-by: dfenacci, rgiulietti, rriggs
2026-03-18 08:25:29 +00:00
Dusan Balek
d8f19bf961
8347418: ConsoleIOContext.countTrailintBackslashes causes NullPointerException
...
Reviewed-by: jlahoda
2026-03-18 07:04:25 +00:00
Galder Zamarreño
31de288c0c
8367399: C2 SuperWord: add IR rules for MemorySegment cases from JDK-8329077
...
Reviewed-by: fyang, epeter
2026-03-18 06:49:20 +00:00
Sergey Bylokhov
d52e5bd035
8378727: [macOS] Missing dispatch_release for semaphores in CDesktopPeer
...
Reviewed-by: honkar, kizune, azvegint, dmarkov
2026-03-18 03:36:00 +00:00
Prasanta Sadhukhan
abb9c33ced
8380125: Formatting issue for few swing classes
...
Reviewed-by: honkar, azvegint
2026-03-18 01:14:16 +00:00
David Beaumont
50f81c5d7c
8379798: Refactor remaining tests in javax/xml/jaxp/functional to JUnit
...
Reviewed-by: joehw
2026-03-17 21:43:58 +00:00
David Holmes
8378d28910
8379481: Recent JNI methods are missing DTrace probes
...
Reviewed-by: kbarrett, iklam, jwaters
2026-03-17 20:43:22 +00:00
Ioi Lam
00c1f4b624
8377512: AOT cache creation fails with invalid native pointer
...
Reviewed-by: kvn, jrose, liach
2026-03-17 20:33:44 +00:00
Ioi Lam
ee90f00b3b
8376822: UseCompactObjectHeaders: fill Klass alignment gaps in AOT cache
...
Reviewed-by: jsjolen, asmehra
2026-03-17 17:21:16 +00:00
Leo Korinth
9394749f9e
8377769: Only use large pages sizes that have any pages configured
...
Reviewed-by: ayang, stefank
2026-03-17 16:16:56 +00:00
Brian Burkhalter
773c375f18
8380221: Change jdk/nio/Basic.java to use JUnit
...
Reviewed-by: jlu, alanb
2026-03-17 16:12:02 +00:00
Brian Burkhalter
da85cafd79
8380198: Convert java/util/prefs/PrefsSpiTest.java to JUnit
...
Reviewed-by: jlu
2026-03-17 16:11:38 +00:00
Harshit Dhiman
0b17e0093d
8347396: Efficient TypeFunc creations
...
Reviewed-by: dlong, vlivanov, adinn
2026-03-17 09:25:00 +00:00
David Holmes
3a109f49fe
8380236: macOS build is broken by JDK-8359706
...
Reviewed-by: kbarrett
2026-03-17 07:18:40 +00:00
Kieran Farrell
b0831572e2
8359706: Add file descriptor count to VM.info
...
Reviewed-by: kevinw, stuefe
2026-03-17 06:00:32 +00:00
Ioi Lam
a1e4621b30
8378152: Upstream AOT heap object improvements from Leyden repo
...
Reviewed-by: jrose, kvn
2026-03-17 05:58:33 +00:00
Dingli Zhang
3e231755a0
8380083: Enable some vector mask cast IR matching tests for RISC-V
...
Reviewed-by: fyang
2026-03-17 02:41:24 +00:00
Ioi Lam
921da0a973
8378211: Test ChangedJarFile.java failed: missing "timestamp has changed"
...
Reviewed-by: dholmes, liach
2026-03-17 01:28:03 +00:00
Erik Gahlin
8d11b977de
8380037: JFR: Don’t format identifiers as numbers
...
Reviewed-by: mgronlun
2026-03-16 22:20:04 +00:00
Mohamed Issa
9dc3f488b4
8380079: Add separate flag for platforms on which copy and clear operations are faster with AVX3Threshold set to 0
...
Reviewed-by: kvn, asmehra, sviswanathan
2026-03-16 19:21:05 +00:00
Brian Burkhalter
7695b1f9c2
8379155: Refactor Files TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-03-16 16:01:23 +00:00
Robert Toyonaga
3ddfdd94d9
8353567: Tighten NMT lock scope in os::release_memory and os::uncommit_memory
...
Reviewed-by: azafari, stuefe
2026-03-16 14:42:39 +00:00
Simon Tooke
02bce505ee
8377456: GetObjectSizeIntrinsicsTest.java, ARRAY_HEADER_SIZE wrong for 32-bit
...
Reviewed-by: stuefe
2026-03-16 14:41:59 +00:00
Kangcheng Xu
e0fa3d2f81
8353290: C2: Refactor PhaseIdealLoop::is_counted_loop()
...
Reviewed-by: chagedorn, roland
2026-03-16 14:11:27 +00:00
Alexander Zvegintsev
c7438a92a7
8376050: awt/event/MouseEvent/AltGraphModifierTest/AltGraphModifierTest.java fails on Ubuntu
...
Reviewed-by: dmarkov, serb, aivanov, honkar
2026-03-16 14:10:19 +00:00
Thomas Stuefe
2240ff4179
8379967: (process) Improve ProcessBuilder error reporting
...
Reviewed-by: mbaesken, rriggs
2026-03-16 13:31:38 +00:00
David Beaumont
318646a6b4
8379626: Refactor jaxp/functional/javax/xml tests to use JUnit
...
Reviewed-by: vyazici, joehw
2026-03-16 13:17:53 +00:00
Dusan Balek
c0aa411b34
8378251: Extend word delimiters used in jshell
...
Reviewed-by: jlahoda
2026-03-16 12:07:04 +00:00
Manuel Hässig
caf7e840c3
8377541: C2: Memory Barrier IR nodes not eliminated for stable array element access
...
Reviewed-by: dfenacci, qamai, mchevalier, dlong
2026-03-16 09:29:09 +00:00
Joel Sikström
3b8af308d7
8379665: Obsolete AlwaysActAsServerClassMachine and NeverActAsServerClassMachine
...
Reviewed-by: stefank, ayang, aboldtch
2026-03-16 09:10:07 +00:00
Fredrik Bredberg
d3be157fd5
8379457: Test EATests.java#id0 ERROR: monitor list errors: error_cnt=1
...
Reviewed-by: aartemov, aboldtch, dholmes
2026-03-16 09:06:58 +00:00
Dusan Balek
c04fe765a3
8378524: Compile-time constant generated through annotation processor is not usable in repeated annotation but fails compilation
...
Reviewed-by: jlahoda, vromero
2026-03-16 07:47:26 +00:00
Emanuel Peter
f430f1d865
8378968: C2 VectorAVX AVX2: wrong result, bad optimization in VectorLongToMaskNode::Ideal
...
Reviewed-by: jbhateja, vlivanov, kvn
2026-03-16 07:39:21 +00:00
Tejesh R
ef0235825a
8354901: javax/swing/JTable/8236907/LastVisibleRow.java fails on macosx-aarch64 due to difference in before and after image comparison
...
Reviewed-by: serb, honkar
2026-03-16 05:45:42 +00:00
Prasanta Sadhukhan
7484701e18
8309041: Swingutilities2 methods requesting focus can have a Cause
...
Reviewed-by: tr, dnguyen
2026-03-16 02:12:25 +00:00
Matthias Baesken
1606564edd
8379802: [AIX] unify DL_info struct and put it into a single header
...
Reviewed-by: mdoerr, clanger, erikj
2026-03-14 14:06:38 +00:00
Frederic Thevenet
98520c029d
8378657: OutputAnalyzer should have a quiet mode
...
Reviewed-by: rriggs, stuefe
2026-03-14 11:21:12 +00:00
Naoto Sato
9f2591d8cf
8379828: Remove ResourceBundle module tests with legacy ISO code property
...
Reviewed-by: jlu, iris
2026-03-13 18:37:04 +00:00
Shawn Emery and Ferenc Rakoczi
fdb129ad94
8378893: X25519 should utilize a larger limb size
...
Co-authored-by: Ferenc Rakoczi <ferenc.r.rakoczi@oracle.com >
Reviewed-by: ascarpino, bperez
2026-03-13 16:34:30 +00:00
Mahendra Chhipa
06ea3858b1
8379528: Add @required in open/test/jdk/:jdk_sctp test, as these are applicable only on linux platforms
...
Reviewed-by: mbaesken, syan
2026-03-13 15:55:19 +00:00
Ozan Cetin
1b81d0ac1d
8379544: C2: URShiftI Ideal optimization opportunity for - 3rd level notification required
...
Reviewed-by: qamai, dfenacci
2026-03-13 15:46:41 +00:00
Anton Artemov
92fafa4ae3
8377603: Review worst-case testing of inverse hyperbolic methods
...
Reviewed-by: darcy
2026-03-13 15:28:20 +00:00
Ben Perez
e9446e1554
8368841: X25519 implementation differs from the specification in RFC 7748
...
Reviewed-by: ascarpino, semery
2026-03-13 15:02:02 +00:00
Guanqiang Han
a211b0442d
8378742: C2: constant folding for ModFloatingNode should be done in Value method
...
Reviewed-by: roland, vlivanov, mchevalier
2026-03-13 14:59:03 +00:00
Erik Gahlin
28830e2155
8379917: JFR: Method timing event can have incorrect minimum value
...
Reviewed-by: mgronlun
2026-03-13 13:29:11 +00:00
Thomas Schatzl
1ea8ef92bc
8379781: G1: Full GC does not print partial array task stats
...
Reviewed-by: iwalulya, kbarrett
2026-03-13 10:57:14 +00:00
Christian Stein
713664fa93
8379804: Refactor jdk/com/sun tests to use JUnit
...
Reviewed-by: dfuchs
2026-03-13 10:28:25 +00:00
Richard Reingruber
fec7229bc2
8379625: PPC: cleanup C2 OptoAssembly
...
Reviewed-by: mdoerr, dbriemann
2026-03-13 09:52:52 +00:00
Casper Norrbin
2dd7a20bb3
8369503: [Linux] Move machine-specific queries to the OSContainer layer
...
Reviewed-by: sgehwolf, phubner
2026-03-13 09:30:49 +00:00
Stefan Johansson
38e8a46542
8378331: G1: WeakProcessor IsAlive and KeepAlive closures not handling humongous candidates correctly
...
8378336: G1: j.l.ref.Reference processor always keeps alive all humongous object referents
Reviewed-by: tschatzl, kbarrett, iwalulya
2026-03-13 08:53:59 +00:00
Anton Artemov and Richard Reingruber
c9b7827464
8294152: AArch64: frame::id() and frame::is_older() broken for interpreted frames with large max_stack
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org >
Reviewed-by: rrich, fbredberg, mdoerr, aboldtch, amitkumar, pchilanomate
2026-03-13 08:45:15 +00:00
Kim Barrett
8c4d27381c
8379273: Convert miscellaneous utilities to use Atomic<T>
...
Reviewed-by: dholmes, fbredberg
2026-03-13 08:05:20 +00:00
Kim Barrett
d93204eaff
8379025: Convert utilities/debug to use Atomic<T>
...
Reviewed-by: dholmes, fbredberg
2026-03-13 08:01:12 +00:00
SendaoYan
bd73864314
8279196: Test: jdk/jfr/event/gc/stacktrace/TestG1OldAllocationPendingStackTrace.java timed out
...
Reviewed-by: tschatzl, ayang
2026-03-13 03:30:16 +00:00
Kim Barrett
b5d1af1f02
8379026: Convert utilities/events to use Atomic<T>
...
Reviewed-by: dholmes, fbredberg
2026-03-13 02:43:09 +00:00
Kim Barrett
baf29eb3e5
8379024: Convert utilities/vmError to use Atomic<T>
...
Reviewed-by: dholmes, fbredberg
2026-03-13 02:39:21 +00:00
Dingli Zhang
c0f4b26407
8379710: Enable vector if-conversion IR matching tests for RISC-V
...
Reviewed-by: fyang
2026-03-13 01:30:49 +00:00
Kim Barrett
6ff9545cbf
8379027: Convert utilities/exceptions to use Atomic<T>
...
Reviewed-by: dholmes, fbredberg
2026-03-13 01:19:08 +00:00
Sergey Bylokhov
30be9c1cb2
8378885: Add missing @Override annotations in "javax.print.attribute.standard" package part 2
...
Reviewed-by: prr
2026-03-12 23:46:46 +00:00
Alexey Semenyuk
579a3dfc76
8379938: [macos] jpackage SigningPackageTest test doesn't create .pkg and .dmg bundles
...
Reviewed-by: almatvee
2026-03-12 22:43:12 +00:00
Naoto Sato
d190c445c5
8379558: Test java/util/ResourceBundle/modules/basic/BasicTest.java times out on windows-x64 in Xcomp mode
...
Reviewed-by: iris
2026-03-12 20:37:41 +00:00
Phil Race
e25969121e
8379937: NullActiveWindowOnFocusLost.java fails intermittently.
...
Reviewed-by: azvegint
2026-03-12 19:54:23 +00:00
Patricio Chilano Mateo
618a3feea9
8379795: Test SuspendResume3.java can timeout due to deadlock
...
Reviewed-by: dholmes, sspitsyn
2026-03-12 18:22:32 +00:00
Chen Liang
a6f7089798
8379799: Upstream redundant diffs fixed in Valhalla - langtool tests 1
...
Reviewed-by: vromero
2026-03-12 17:58:06 +00:00
Mikhail Yankelevich
ebcfd7d623
8378267: Test sun/security/util/HexDumpEncoderTests.java fails when unexpected warning appears
...
Reviewed-by: weijun
2026-03-12 17:33:52 +00:00
Daniel Gredler
8444fdae4a
8379778: SunGraphics2D improvements
...
Reviewed-by: avu, prr
2026-03-12 14:49:35 +00:00
Daniel Fuchs
34a0235ed3
8379548: java/util/logging/ParentLoggersTest.java failed with missing myParentLogger value
...
Reviewed-by: jpai
2026-03-12 14:45:18 +00:00
Amit Kumar
83f323d6fd
8379704: [s390x] Build without C2 broken after 8373595
...
Reviewed-by: mdoerr, aph
2026-03-12 09:59:04 +00:00
Kuai Wei
bd2972d2b0
8379502: Remove unused PhaseOutput::need_register_stack_bang()
...
Reviewed-by: chagedorn
2026-03-12 09:31:08 +00:00
Kerem Kat
c6afd3ced6
8379460: C2: Notify AddI/AddL to URShiftI/URShiftL users
...
Reviewed-by: qamai, dfenacci, mchevalier
2026-03-12 09:24:55 +00:00
Quan Anh Mai
fd80329bfd
8379260: C2: Separate volatile barrier and full barrier
...
Reviewed-by: fyang, mdoerr, amitkumar, aph, dlong
2026-03-12 08:39:41 +00:00
Albert Mingkun Yang
73424d14ba
8379506: Parallel: Move Parallel specific flags to parallel_globals.hpp
...
Reviewed-by: tschatzl, phubner
2026-03-12 08:31:43 +00:00
Jan Lahoda
26bb357fa2
8305250: Unnecessary "unknown enum constant" warning emitted by javac when dependency has optional annotations with enums
...
Reviewed-by: vromero
2026-03-12 07:32:43 +00:00
Jan Lahoda
39a25663e3
8378740: Suppressed warnings reported when implicit compilation is combined with annotation processing
...
Reviewed-by: liach, vromero, dbeaumont
2026-03-12 06:19:05 +00:00
Phil Race
814b7f5d2a
8378920: Remove AppContext from SequencedEvent
...
Reviewed-by: psadhukhan, tr
2026-03-11 17:54:32 +00:00
William Kemper
30e569d206
8379021: Shenandoah: Speedup ShenandoahSimpleBitMapTest
...
Reviewed-by: shade
2026-03-11 16:47:34 +00:00
Alexey Semenyuk
c315d1cd2b
8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified
...
Reviewed-by: almatvee
2026-03-11 16:39:57 +00:00
Daniel D. Daugherty
775f07e671
8379435: More proposed cleanups for JDK-8373595 A new ObjectMonitorTable implementation
...
Reviewed-by: coleenp, fbredberg
2026-03-11 16:37:46 +00:00
Matthias Baesken
ef55947162
8379416: AIX build fails if system (not GNU) date tool is in PATH
...
Reviewed-by: erikj, clanger
2026-03-11 15:18:32 +00:00
Roland Westrelin
d4960980cc
8373143: C2: verify that adr_type and adr's type match in LoadNode::make and StoreNode::make
...
Reviewed-by: qamai, bmaillard
2026-03-11 14:33:19 +00:00
Axel Boldt-Christmas
97f9060abe
8379181: Convert ObjectMonitorTable to use Atomic<T>
...
Reviewed-by: kbarrett, tschatzl
2026-03-11 13:24:20 +00:00
Aleksey Shipilev
c904a0edae
8378338: Shenandoah: Heap-used generic verification error after update-refs
...
Reviewed-by: wkemper
2026-03-11 11:14:59 +00:00
Leo Korinth
acbd1febdd
8377658: Cleanup files for enabling conversion warnings for g1ConcurrentMark.cpp
...
Reviewed-by: stefank, tschatzl, jsjolen
2026-03-11 10:12:37 +00:00
Martin Doerr
256512147d
8379448: [PPC64] Build without C2 broken after 8373595
...
Reviewed-by: rrich, aboldtch, mbaesken, dbriemann
2026-03-11 09:29:29 +00:00
Paul Hübner
e74863249c
8378559: Add setting of captured states like errno
...
Reviewed-by: jvernee, fbredberg
2026-03-11 09:22:20 +00:00
Anton Artemov
619fe63b5f
8362239: Reconcile enter_internal and reenter_internal in the ObjectMonitor code
...
Reviewed-by: dholmes, fbredberg, coleenp, pchilanomate, dcubed
2026-03-11 08:39:41 +00:00
Jan Lahoda
a741e290c9
8379284: Avoid the need to keep obsolete preview feature constants until bootstrap JDK is upgraded
...
Reviewed-by: liach, erikj, jpai, vromero
2026-03-11 07:15:25 +00:00
David Holmes
5e8bba3ae7
8379456: Test jdk/jfr/event/runtime/TestVMInfoEvent.java now fails with java.lang.NoClassDefFoundError: java/lang/management/ManagementFactory
...
Reviewed-by: lmesnik
2026-03-11 05:39:03 +00:00
Jaikiran Pai
20ae5279cb
8379477: Tests in test/jdk/com/sun/net/httpserver/ may need to use othervm
...
Reviewed-by: vyazici
2026-03-11 04:52:26 +00:00
Dingli Zhang
58bf76adfd
8379464: Enable missing stack walking test via jtreg requires for RISC-V
...
Reviewed-by: fyang
2026-03-11 02:41:36 +00:00
Damon Nguyen
8b8bb43396
8379256: Update GIFlib to 6.1.1
...
Reviewed-by: prr, kizune
2026-03-11 00:22:01 +00:00
Alexey Semenyuk
9d04c8a8af
8379432: jpackage: Make default equals() in jdk.jpackage.test.CannedFormattedString class work as expected
...
Reviewed-by: almatvee
2026-03-10 23:46:53 +00:00
Damon Nguyen
a4daabbbfa
8237220: [macOS] AWT text test CorrectTextComponentSelectionTest.html sometimes fails
...
Reviewed-by: aivanov, prr, dmarkov
2026-03-10 22:13:37 +00:00
Matias Saavedra Silva
e760171da8
8376521: Verifier: disallow acmp & ifnull on 'uninitialized' types
...
8375483: Should set flagThisUninit whenever uninitializedThis is on the stack
Reviewed-by: liach, coleenp
2026-03-10 20:57:49 +00:00
Matias Saavedra Silva
bf28e03eeb
8374830: Improve Hotspot crash message in CDSTestUtils
...
Reviewed-by: dholmes, coleenp
2026-03-10 20:52:14 +00:00
Matias Saavedra Silva
08c0a78768
8378371: Default classlist not deterministic due to JIT activity
...
Reviewed-by: rriggs, liach, erikj
2026-03-10 20:48:52 +00:00
Phil Race
e00d6d28e1
8378899: Remove AppContext from java.awt.Toolkit implementation
...
Reviewed-by: dnguyen, serb
2026-03-10 19:15:27 +00:00
Joe Darcy
b9220c930a
8379552: Correct build tags in StrictMath/PowTests.java
...
Reviewed-by: bpb
2026-03-10 19:08:08 +00:00
Brian Burkhalter
73b13f977b
8378808: Refactor java/nio/Buffer TestNG tests to use JUnit
...
Reviewed-by: alanb, liach
2026-03-10 18:44:23 +00:00
Naoto Sato
760f4b6043
8379344: Compact the Unicode/CLDR version tables
...
Reviewed-by: alanb, jlu
2026-03-10 18:40:02 +00:00
Alex Menkov
46b93a0aea
8248165: Missing whitespace in jdb message printed when setting value of invalid type
...
Reviewed-by: cjplummer
2026-03-10 18:07:41 +00:00
Christian Stein
d3158e71c6
8379628: Refactor langtools/shellsupport/doc tests to use JUnit
...
Reviewed-by: hannesw
2026-03-10 16:05:04 +00:00
Volodymyr Paprotski
680503cf82
8378470: Add future Intel family number
...
Reviewed-by: dholmes, sviswanathan
2026-03-10 15:59:34 +00:00
Jaikiran Pai
5aa115b569
8379622: Problemlist java/nio/channels/SocketChannel/OpenLeak.java and CloseDuringConnect.java on macos 26
...
Reviewed-by: alanb
2026-03-10 15:38:37 +00:00
Sergey Bylokhov
e24a8f06e3
8378201: [OGL] glXMakeContextCurrent() drops the buffers of the unbound drawable
...
8369561: sun/java2d/OpenGL/DrawBitmaskImage.java#id0: Incorrect color for first pixel (actual=ff000000)
Reviewed-by: prr, aivanov
2026-03-10 15:05:26 +00:00
Joel Sikström
5930149987
8379487: Dangling static ref to fallback error in libinstrument's JavaExceptions.c
...
Reviewed-by: cjplummer, kbarrett
2026-03-10 15:02:36 +00:00
Sergey Bylokhov
34fa46758d
8379364: Shenandoah: Remove duplicate semicolons in GenShen code
...
Reviewed-by: wkemper
2026-03-10 15:02:17 +00:00
Matthias Baesken
4d42ce23f0
8379499: [AIX] headless-only build of libjawt.so fails
...
Reviewed-by: mdoerr
2026-03-10 13:22:04 +00:00
Roger Riggs
bad59c55d9
8379437: Refactor ProcessBuilder and ProcessHandle tests to JUnit
...
Reviewed-by: jpai
2026-03-10 13:05:11 +00:00
Joel Sikström
f95e8136b1
8379412: JfrJavaSupport::new_string should return early if pending exception
...
Reviewed-by: mgronlun
2026-03-10 12:37:39 +00:00
Fei Yang
6aae92e6f1
8379564: Hotspot fails to build with gcc 14 after JDK-8378804
...
Reviewed-by: ysuenaga, stuefe
2026-03-10 12:23:06 +00:00
Alexey Ivanov
66e192c600
8377602: Create automated test for PageRange
...
Reviewed-by: prr, psadhukhan, dmarkov
2026-03-10 12:20:28 +00:00
Thomas Schatzl
ce7a890fb4
8379200: G1: Remove G1HeapRegion completion facility
...
Reviewed-by: ayang, iwalulya
2026-03-10 10:16:29 +00:00
Roland Westrelin
61a9c71983
8379180: C2: assert((ptr->bottom_type() == Type::TOP) || ((base == Compile::current()->top()) == (ptr->bottom_type()->make_ptr()->isa_oopptr() == nullptr))) failed: base input only needed for heap addresses
...
Reviewed-by: qamai, chagedorn
2026-03-10 09:35:35 +00:00
Dingli Zhang
9a26b4af34
8379372: Enable some vector algorithms IR matching tests for RISC-V
...
Reviewed-by: fyang
2026-03-10 03:56:28 +00:00
wuxinyang
3e9fc5d49e
8376164: Optimize AES/ECB implementation using full-message intrinsic stub and parallel RoundKey addition
...
Reviewed-by: sviswanathan, semery
2026-03-10 02:15:25 +00:00
William Kemper
6808ba2e05
8378293: GenShen: Simplify selection of aged regions
...
Reviewed-by: kdnilsen, ysr
2026-03-10 00:21:47 +00:00
Alexey Semenyuk
6a061f9d25
8379426: [macos] jpackage: runtime bundle version suffix is out of sync with the version property in the Info.plist file
...
Reviewed-by: almatvee
2026-03-09 22:54:52 +00:00
Kelvin Nilsen
6a8e9530fe
8379442: GenShen: Fix two errors introduced by 29039
...
Reviewed-by: xpeng, serb, wkemper
2026-03-09 21:58:50 +00:00
Phil Race
46a5ed9908
8379137: Remove AppContext from javax.swing.JOptionPane
...
Reviewed-by: serb, psadhukhan
2026-03-09 19:33:03 +00:00
Phil Race
a95799d62f
8379229: Remove AppContext from javax.swing.JComponent
...
Reviewed-by: psadhukhan, serb
2026-03-09 19:32:47 +00:00
Brian Burkhalter
93634b5665
8379153: Refactor java/nio/channels/File{Channel,Lock} TestNG tests to use JUnit
...
Reviewed-by: alanb, dfuchs
2026-03-09 18:06:35 +00:00
Brian Burkhalter
6b92183512
8378879: Refactor java/nio/channels/Channels TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-03-09 18:06:14 +00:00
Brian Burkhalter
9454f86cfb
8379154: Refactor Selector TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-03-09 18:05:46 +00:00
Ben Taylor
7b0024adbb
8378804: Shenandoah: Convert remaining components to Atomic<T>
...
Reviewed-by: wkemper, xpeng
2026-03-09 16:03:13 +00:00
Leo Korinth
0d2f7f6216
8377995: ZGC: Fix implicit narrowing conversion in zBitField
...
Reviewed-by: stefank, aboldtch
2026-03-09 15:57:33 +00:00
Joe Darcy
a278ad8fff
8379443: Correct build tags in some math tests
...
Reviewed-by: iris
2026-03-09 15:20:35 +00:00
Daniel Lundén and Roman Marchenko
947d5b6a02
8376104: C2 crashes in PhiNode::Ideal(PhaseGVN*, bool) accessing NULL pointer
...
Co-authored-by: Roman Marchenko <rmarchenko@openjdk.org >
Reviewed-by: mhaessig, dfenacci, rcastanedalo
2026-03-09 15:20:20 +00:00
Coleen Phillimore
a6c5216e5f
8379233: [REDO] Remove some unused code in generateOopMap.cpp
...
Reviewed-by: matsaave, dholmes
2026-03-09 14:45:27 +00:00
Viktor Klang
b9e7ca9cff
8375130: [BACKOUT] Scalability issue when submitting virtual threads with almost empty tasks
...
Reviewed-by: alanb
2026-03-09 14:12:03 +00:00
Weijun Wang
375f821627
8379515: draft-ietf-lamps-kyber-certificates is now RFC 9935
...
Reviewed-by: mullan
2026-03-09 13:54:11 +00:00
David Beaumont
e018cd60a0
8379441: Refactor jaxp/javax catalog tests to use JUnit
...
Reviewed-by: joehw, dfuchs
2026-03-09 13:07:10 +00:00
Maksim Gaidideev
82430a7666
8360121: Add -XX:+StressLoopPeeling to CTW
...
Reviewed-by: mchevalier, chagedorn
2026-03-09 12:46:43 +00:00
Christian Stein
ba0708cadd
8379331: Remove modular transition support settings from TEST.ROOT files
...
Reviewed-by: jvernee, alanb
2026-03-09 12:08:14 +00:00
Stefan Karlsson
de47ffa92f
8379394: Confine array dimension setting to the ArrayKlass constructor
...
Reviewed-by: coleenp, ayang
2026-03-09 11:54:33 +00:00
April
e69fb7765a
8378177: AllowExtshm flag cleanup on AIX
...
Reviewed-by: mdoerr, stuefe
2026-03-09 11:52:42 +00:00
Kerem Kat
2fc7bdcbd4
8379411: Use TestFramework scenarios in 837841
...
Reviewed-by: qamai, dfenacci, chagedorn
2026-03-09 11:43:36 +00:00
Albert Mingkun Yang
5e588085e9
8378744: Obsolete NewSizeThreadIncrease flag
...
Reviewed-by: tschatzl, iwalulya, sjohanss
2026-03-09 10:35:00 +00:00
Daniel Fuchs
23adf6adf0
8378569: Refactor test/jdk/java/net/httpclient/http3/H3ErrorHandlingTest.java to use JUnit
...
Reviewed-by: jpai, djelinski
2026-03-09 10:25:49 +00:00
Raffaello Giulietti
f1be8208c8
8379195: Refactor Arrays TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-03-09 09:53:47 +00:00
Quan Anh Mai
996033a601
8378625: C2: Refactor MemNode::detect_access_independence to a separate method
...
Reviewed-by: mhaessig, chagedorn, aseoane
2026-03-09 09:45:59 +00:00
Saranya Natarajan
695b83346f
8377148: Remove obsolete functions Matcher::is_spillable_arg() and Matcher::interpreter_frame_pointer_reg()
...
Reviewed-by: dfenacci, rcastanedalo, mdoerr, fyang, amitkumar, mbaesken
2026-03-09 09:19:28 +00:00
Thomas Schatzl
7101a0507c
8379404: G1: Hide ConcurrentMarkThread reference from outside ConcurrentMark
...
Reviewed-by: stefank, iwalulya
2026-03-09 09:14:56 +00:00
Albert Mingkun Yang
d6943c532e
8379193: Incorrect build ID path in SATestUtils.java
...
Reviewed-by: kevinw, ysuenaga
2026-03-09 09:10:41 +00:00
Michael Reeves
321bf3f1fa
8372273: C2: Extend the refactoring for IGV printing to include rest of the node properties
...
Reviewed-by: chagedorn, snatarajan
2026-03-09 09:10:19 +00:00
SendaoYan
e22c95cd96
8378746: ZGC: jdk/jfr/event/gc/detailed/TestZRelocationSetGroupEvent.java intermittent OOME
...
Reviewed-by: stefank, ayang
2026-03-09 08:50:25 +00:00
Albert Mingkun Yang
08198e7fd9
8379297: Serial: Replace CSpaceCounters with HSpaceCounters
...
Reviewed-by: stefank, tschatzl
2026-03-09 08:01:23 +00:00
Johny Jose
c3dfceb90a
8379035: (tz) Update Timezone Data to 2026a
...
Reviewed-by: coffeys, naoto
2026-03-09 07:55:28 +00:00
Emanuel Peter
b2728d0a4b
8376891: [VectorAlgorithms] add more if-conversion benchmarks and tests
...
Reviewed-by: qamai, psandoz, xgong, jbhateja
2026-03-09 07:26:02 +00:00
Prasanta Sadhukhan
8c4c8a1617
8378417: Printing All pages results in NPE for 1.1 PrintJob
...
Reviewed-by: prr, aivanov
2026-03-09 01:21:34 +00:00
Kerem Kat
b159addb80
8379231: Assembler::mov64 always emits 10-byte movabs even for small immediates
...
Reviewed-by: qamai, dlong
2026-03-08 03:12:02 +00:00
Jeremy Wood
7e5acdc6fa
8378057: CAccessibility roleKey and AWTAccessor.AccessibleBundleAccessor are Redundant
...
Reviewed-by: kizune, serb
2026-03-08 00:39:15 +00:00
Markus Grönlund
8ef39a22d8
8374490: Test jdk/jfr/event/runtime/TestSafepointEvents.java failed: Expected event 'jdk.SafepointStateSynchronization' to be present
...
Reviewed-by: egahlin
2026-03-07 10:56:00 +00:00
Phil Race
784dd56ce2
8378999: BeanContextSupport.add(Object) synchronizes on its argument
...
Reviewed-by: aivanov, serb
2026-03-06 18:02:16 +00:00
Phil Race
779970fb6f
8373626: [asan] read past end of buffer in sun.awt.image.ImagingLib.convolveBI
...
Reviewed-by: jdv
2026-03-06 17:57:32 +00:00
Joe Darcy
ea4a151245
8379156: Specify behavior of Types.asElement() on array types
...
Reviewed-by: hannesw, liach
2026-03-06 17:20:44 +00:00
Daniel D. Daugherty
0aa52d633a
8379371: Proposed cleanups for JDK-8373595 A new ObjectMonitorTable implementation
...
Reviewed-by: stefank, fbredberg
2026-03-06 15:39:27 +00:00
Artur Barashev
b349f661ea
8379191: SunX509KeyManagerImpl alias chooser methods returns null for EC_EC
...
Reviewed-by: myankelevich, mullan
2026-03-06 14:27:53 +00:00
Vicente Romero
374a94f447
8379201: Wrong type annotation offset on casts on expressions (redo)
...
Reviewed-by: jlahoda
2026-03-06 14:26:09 +00:00
Markus Grönlund
45fc141d29
8379230: JFR: Do not store leak context edge idx in markWord
...
Reviewed-by: egahlin
2026-03-06 10:23:33 +00:00
Daniel Gredler
ca479be747
8379363: FontInfo improvements
...
Reviewed-by: prr, serb
2026-03-06 10:21:14 +00:00
Matthias Baesken
dc6f7014aa
8379202: Support linktime-gc on Linux with clang
...
Reviewed-by: jwaters, clanger, erikj
2026-03-06 09:04:54 +00:00
Christian Stein
a2ad080989
8379326: Use JUnit in lib-test/jdk tests, here MethodTemplateTest
...
Reviewed-by: dfuchs, rriggs
2026-03-06 07:15:13 +00:00
Jatin Bhateja
310d5a1562
8346256: Optimize UMIN/UMAX reduction operations for x86 targets
...
Reviewed-by: qamai, sviswanathan
2026-03-06 04:39:42 +00:00
Jatin Bhateja
e6406641d7
8378758: [VectorAPI] Add Jtreg scalar operation wrappers for math operators and APIs
...
Reviewed-by: sherman
2026-03-06 04:37:05 +00:00
Alexey Semenyuk
a1b4ad097e
8379345: jpackage: Fix issues in tests to improve their flexibility
...
Reviewed-by: almatvee
2026-03-06 03:59:06 +00:00
Alexey Semenyuk
ad0f078669
8379341: jpackage: consolidate modular app tests
...
Reviewed-by: almatvee
2026-03-06 03:51:59 +00:00
Alexey Semenyuk
c532dfff53
8379348: jpackage will use wrong arch suffix for RPM bundle when running on Debian Linux
...
Reviewed-by: almatvee
2026-03-06 03:33:16 +00:00
Jayathirth D V
1a4825b226
8379158: Update FreeType to 2.14.2
...
Reviewed-by: azvegint, prr, serb
2026-03-06 01:12:55 +00:00
Alexey Semenyuk
c2f6bd87c6
8379334: jpackage: fix bug in DottedVersion.greedy() function
...
Reviewed-by: almatvee
2026-03-06 01:08:49 +00:00
Phil Race
f266079d26
8378917: InputEvent checks for SystemClipboard access are unused
...
Reviewed-by: dmarkov, serb
2026-03-05 23:54:52 +00:00
Sruthy Jayan
3363a16c1d
8375045: Incorrect Interpretation of POSIX TZ Environment Variable on AIX
...
Reviewed-by: naoto
2026-03-05 22:20:30 +00:00
Joe Darcy
3d6856c251
8374658: Consider use of "included" rather than "enclosed" in jx.a.p.Processor
...
Reviewed-by: vromero
2026-03-05 17:25:54 +00:00
Chris Plummer
9bd99b9d68
8378854: Disable SA tests when ZGC is being used
...
Reviewed-by: ysuenaga, kevinw, syan, stefank
2026-03-05 16:42:07 +00:00
Boris Ulasevich
2cb177d0ba
8371459: [REDO] AArch64: Use SHA3 GPR intrinsic where it's faster
...
Reviewed-by: phh, bperez
2026-03-05 16:10:44 +00:00
Hannes Wallnöfer
4d9d2c352b
8284315: DocTrees.getElement is inconsistent with Elements.getTypeElement
...
Reviewed-by: jlahoda, vromero
2026-03-05 14:15:08 +00:00
Volkan Yazici
0668dab545
8379114: HttpServer path prefix matching incorrectly matches paths that are not slash-prefixed
...
Reviewed-by: dfuchs
2026-03-05 12:26:37 +00:00
Daniel Fuchs
dfea6eb9f8
8378598: Refactor tests under test/jdk/java/net/httpclient/websocket from TestNG to JUnit
...
Reviewed-by: vyazici
2026-03-05 11:13:15 +00:00
Daniel Fuchs
a0c0a36179
8378600: Refactor tests under test/jdk/java/net/httpclient/http2 from TestNG to JUnit
...
Reviewed-by: vyazici
2026-03-05 11:12:58 +00:00
Daniel Fuchs
fc77e3e9a2
8378599: Refactor tests under test/jdk/java/net/httpclient/whitebox from TestNG to JUnit
...
Reviewed-by: vyazici, syan
2026-03-05 11:12:33 +00:00
Eric Fang
97b78f0423
8374349: [VectorAPI]: AArch64: Prefer merging mode SVE CPY instruction
...
Reviewed-by: aph
2026-03-05 11:12:08 +00:00
Kerem Kat
8a9b63f76f
8378413: C2: Missed Ideal optimization opportunity in PhaseIterGVN for URShiftI still exists
...
Reviewed-by: qamai, dlong
2026-03-05 11:05:01 +00:00
Daniel Fuchs
ec3b58b5e0
8379162: AggregateRequestBodyTest.java intermittent fails "Connection closed by client peer: APPLICATION_ERROR"
...
Reviewed-by: jpai, syan, djelinski
2026-03-05 10:37:23 +00:00
Ivan Walulya
c9a0e36508
8378376: DaCapo-h2-large regression after JDK-8238686
...
Reviewed-by: kbarrett, tschatzl
2026-03-05 10:13:26 +00:00
David Briemann
28e8700f46
8378675: PPC64: increase instruction cache line size
...
Reviewed-by: mdoerr
2026-03-05 10:08:57 +00:00
Fredrik Bredberg
c87ecaddfb
8379192: Use an initializer list in the ObjectWaiter constructor
...
Reviewed-by: coleenp, dholmes, aartemov
2026-03-05 09:23:21 +00:00
Xiaohong Gong
c9da76bf33
8377449: Strengthen vector IR validation in TestVectorAlgorithms.java for AArch64
...
Reviewed-by: mhaessig, epeter
2026-03-05 01:57:03 +00:00
Kim Barrett
1f4a7bbb9d
8379040: Remove inclusion of allocation.hpp from atomicAccess.hpp
...
Reviewed-by: iwalulya, dholmes
2026-03-04 22:42:19 +00:00
Patrick Strawderman
08c8520b39
8378698: Optimize Base64.Encoder#encodeToString
...
Reviewed-by: liach, rriggs
2026-03-04 20:04:30 +00:00
Chen Liang
9d1d0c6f05
8379166: Upstream redundant diffs fixed in Valhalla - Part 1
...
Reviewed-by: rriggs
2026-03-04 19:46:06 +00:00
Brian Burkhalter
c52d7b7cbc
8378878: Refactor java/nio/channels/AsynchronousSocketChannel test to use JUnit
...
Reviewed-by: alanb
2026-03-04 18:50:13 +00:00
Liam Miller-Cushon
0fbf58d8ff
8372353: API to compute the byte length of a String encoded in a given Charset
...
Reviewed-by: rriggs, naoto, vyazici
2026-03-04 17:33:32 +00:00
Manuel Hässig
8b91537f10
8379203: [BACKOUT] Remove some unused code in generateOopMap.cpp
...
Reviewed-by: liach, coleenp
2026-03-04 17:17:31 +00:00
Naoto Sato
4d2c537189
8378992: Case folding cache should not look up code point U+0000
...
Reviewed-by: sherman, rriggs
2026-03-04 17:16:32 +00:00
Vicente Romero
3531c78dea
8379196: delta apply fix for JDK-8214934
...
Reviewed-by: jlahoda
2026-03-04 14:30:31 +00:00
Coleen Phillimore
eb50630d98
8379013: Remove some unused code in generateOopMap.cpp
...
Reviewed-by: matsaave, dholmes
2026-03-04 13:57:22 +00:00
Coleen Phillimore
7c8f66c831
8379041: Crash in ResolvedFieldEntry::assert_is_valid(): invalid put bytecode 0
...
Reviewed-by: matsaave, dholmes
2026-03-04 13:22:24 +00:00
Kerem Kat
12af936ae4
8377986: C2: New method to add specific users to the worklist
...
Reviewed-by: qamai, mchevalier, dfenacci, bmaillard
2026-03-04 13:21:27 +00:00
Albert Mingkun Yang
d8d543a5dc
8379121: G1: Remove redundant const_cast in g1BlockOffsetTable
...
Reviewed-by: tschatzl, aboldtch
2026-03-04 13:15:27 +00:00
Matthias Baesken
cb059a6b1b
8378836: Enable linktime-gc by default on Linux ppc64le
...
Reviewed-by: erikj, jwaters, mdoerr
2026-03-04 12:23:31 +00:00
Vicente Romero
ff8b0ac048
8214934: Wrong type annotation offset on casts on expressions
...
Reviewed-by: jlahoda
2026-03-04 11:45:09 +00:00
Thomas Schatzl
a3b468cec3
8379119: G1: Move NoteStartOfMarkHRClosure out of global namespace
...
Reviewed-by: aboldtch, ayang
2026-03-04 11:12:40 +00:00
Kerem Kat
329e14b074
8375688: C2: Missed Ideal optimization opportunity with VectorMaskToLong and -XX:+StressIncrementalInlining
...
Reviewed-by: qamai, dfenacci
2026-03-04 10:56:49 +00:00
Kerem Kat
d78a13a7cc
8366138: Parse::jump_switch_ranges() could cause stack overflow when compiling huge switch statement
...
Reviewed-by: rasbold, dfenacci, mchevalier
2026-03-04 10:39:42 +00:00
Daniel Jeliński
f26b379b97
8378927: H3MultipleConnectionsToSameHost.java#with-continuations intermittent fails
...
Reviewed-by: syan, dfuchs
2026-03-04 09:49:24 +00:00
Albert Mingkun Yang and Yasumasa Suenaga
5ab9ddf5e2
8378138: G1: Assertion failure from G1CollectedHeap::block_start processing during error reporting
...
Co-authored-by: Yasumasa Suenaga <ysuenaga@openjdk.org >
Reviewed-by: ysuenaga, iwalulya
2026-03-04 09:32:05 +00:00
Manuel Hässig
f7918df733
8378779: NBody demo test times out with C1 stress testing
...
Reviewed-by: epeter, dfenacci
2026-03-04 07:40:44 +00:00
Jan Lahoda
58d2c1d47d
8371155: Type annotations on local variables are classified after the local var initializer has been type checked
...
Reviewed-by: vromero
2026-03-04 07:17:26 +00:00
Axel Boldt-Christmas
39b1e9d839
8372247: OSX: Semaphore.trywait requires os::Bsd::clock_init
...
Reviewed-by: dholmes, kbarrett
2026-03-04 07:07:00 +00:00
Axel Boldt-Christmas
3cd0b99990
8372248: GTest istream.coverage depends on istream.basic
...
Reviewed-by: kbarrett, iwalulya
2026-03-04 06:13:05 +00:00
Axel Boldt-Christmas
d9e256d3b2
8372245: GTest globalDefinitions.format_specifiers cannot run without VM
...
Reviewed-by: kbarrett, iwalulya
2026-03-04 06:11:02 +00:00
Frederic Thevenet
7f518deb2c
8378584: (process) Investigate and fix Alpine errors in Basic.java ProcessBuilder test, and re-enable tests
...
Reviewed-by: stuefe
2026-03-04 05:48:30 +00:00
Alexey Semenyuk
284d1310d0
8378876: jpackage: facilitate testing with mocks
...
Reviewed-by: almatvee
2026-03-04 00:49:05 +00:00
Yasumasa Suenaga
0729d1d822
8379039: Build failure on vector API source generation after JDK-8378312
...
Reviewed-by: jbhateja, psandoz
2026-03-04 00:36:08 +00:00
Alexey Semenyuk
73363a0cb5
8378874: jpackage: remove redundant messages
...
Reviewed-by: almatvee
2026-03-03 21:53:20 +00:00
Alexey Semenyuk
a6db3f8702
8378873: jpackage: remove macOS-specific code from jdk.jpackage.internal.ModuleInfo
...
Reviewed-by: almatvee
2026-03-03 19:11:11 +00:00
Alexey Semenyuk
c13fdc044d
8378877: jpackage: improve rebranding of exe files on Windows
...
Reviewed-by: almatvee
2026-03-03 19:09:03 +00:00
Justin Lu
86800eb2b3
8378723: Locale variant delimiter is unclear
...
Reviewed-by: naoto
2026-03-03 17:11:17 +00:00
Dingli Zhang
df43ef915a
8378883: Enable more vector reductions IR matching tests for RISC-V
...
Reviewed-by: fyang
2026-03-03 17:09:14 +00:00
Raffaello Giulietti
0ea7d890d9
8377903: ArraysSupport::mismatch should document that they return the smallest index
...
Reviewed-by: rriggs, vyazici
2026-03-03 16:57:09 +00:00
Oli Gillespie
364fd0e37e
8378971: Test jdk/jfr/event/runtime/TestVMInfoEvent.java fails after JDK-8378110 (RuntimeMXBean.getInputArguments())
...
Reviewed-by: syan, kevinw
2026-03-03 15:23:08 +00:00
Thomas Schatzl
6cf8b2ea2f
8378845: Add NoSafepointVerifier to CriticalSection classes
...
Reviewed-by: dholmes, iwalulya
2026-03-03 13:26:20 +00:00
Dingli Zhang
7dc97af89f
8378905: RISC-V: fastdebug build fails after JDK-8377554
...
Reviewed-by: fyang, wenanjian
2026-03-03 12:37:05 +00:00
Vic Wang
b28568f5d8
8367478: Improve UseAVX setting and add cpu descriptions for zhaoxin processors
...
Reviewed-by: jiefu, dholmes
2026-03-03 10:41:47 +00:00
Oli Gillespie
667404948c
8378963: Test test/jdk/java/lang/management/RuntimeMXBean/InputArgument.java#id4 failed
...
Reviewed-by: kevinw, dholmes
2026-03-03 10:05:14 +00:00
Jayathirth D V
57db48cc21
8373290: Update FreeType to 2.14.1
...
Reviewed-by: azvegint, serb, prr
2026-03-03 10:01:00 +00:00
Alexey Semenyuk
297812eec1
8378867: jpackage references non-existing "message.app-image-requires-identifier" l10n key
...
Reviewed-by: almatvee
2026-03-03 09:54:54 +00:00
Kelvin Nilsen
0b183bf2d6
8312116: GenShen: make instantaneous allocation rate triggers more timely
...
Reviewed-by: wkemper
2026-03-03 09:39:06 +00:00
Albert Mingkun Yang
c0c8bdd294
8378948: Remove unused local variable in RunnerGSInserterThread
...
Reviewed-by: syan, jiefu
2026-03-03 09:23:22 +00:00
SendaoYan
7e9e64966b
8378083: Mark shenandoah/generational/TestOldGrowthTriggers.java as flagless
...
Reviewed-by: wkemper
2026-03-03 08:39:04 +00:00
SendaoYan
f4da2d56b7
8378684: Fix -Wdeprecated-declarations warnings from gtest by clang23
...
Reviewed-by: erikj, kbarrett
2026-03-03 08:38:42 +00:00
Axel Boldt-Christmas
545cf60763
8372242: Gtest LogTagSet.defaults should run in OTHER VM
...
Reviewed-by: jsjolen, aartemov
2026-03-03 06:49:24 +00:00
Axel Boldt-Christmas
9e24055419
8372246: LogOutputList gtests should not use LogConfiguration LogOutputs
...
Reviewed-by: jsjolen, aartemov
2026-03-03 06:49:10 +00:00
Dingli Zhang
8009a714ba
8378810: Enable missing FFM test via jtreg requires for RISC-V
...
Reviewed-by: fyang
2026-03-03 03:25:23 +00:00
Frederic Thevenet
63c1cb3ad1
8378702: jdk.test.lib.Platform.isMusl() may return false negative on Alpine Linux
...
Reviewed-by: stuefe, rriggs
2026-03-02 18:30:29 +00:00
Justin Lu
0baeccddff
8378111: Migrate java/util/jar tests to JUnit
...
Reviewed-by: lancea
2026-03-02 17:22:48 +00:00
William Kemper
f2a52b7a06
8378880: GenShen: Fix typo in recent conversion to atomic field
...
Reviewed-by: kdnilsen, xpeng, ysr
2026-03-02 17:02:22 +00:00
Ashay Rane
c4e39cea51
8373635: C2: Wrong constant in GraphKit::basic_plus_adr()
...
Reviewed-by: qamai, mhaessig
2026-03-02 16:49:28 +00:00
María Arias de Reyna Domínguez
4fbc29199c
8377777: Improve logging when rejecting assets from the AOT archive
...
Reviewed-by: adinn, iklam, stuefe
2026-03-02 16:16:31 +00:00
Daniel Fuchs
7b5b70c9cb
8378565: Refactor test/jdk/java/net/httpclient/http3/*.java TestNG tests to JUnit
...
Reviewed-by: vyazici
2026-03-02 15:36:54 +00:00
Jatin Bhateja
da99f1a330
8378897: assertion failure due to missing depends_only_on_test_impl definition in SqrtHFNode
...
Reviewed-by: qamai
2026-03-02 14:29:11 +00:00
jonghoonpark
cc4ca9fde8
8378128: Make PLABStats data members private
...
Reviewed-by: tschatzl, ayang, jwaters
2026-03-02 14:25:41 +00:00
Alexey Ivanov
2adffe0c3c
8378872: Mark waitList in FetcherInfo final
...
Reviewed-by: prr, azvegint
2026-03-02 14:19:34 +00:00
Alexey Ivanov
2678fe41ca
8378870: Remove sun.awt.AWTAccessor from imports in ImageIcon
...
Reviewed-by: serb, kizune, azvegint
2026-03-02 14:16:23 +00:00
Daniel Fuchs
2c3e4f08fa
8378595: Refactor miscellaneous tests under test/jdk/java/net/httpclient from TestNG to JUnit
...
Reviewed-by: syan, vyazici
2026-03-02 14:13:19 +00:00
Daniel Fuchs
373ad02d3a
8378786: PeerConnectionId::cloneBuffer should use absolute bulk get
...
Reviewed-by: vyazici, djelinski
2026-03-02 14:12:33 +00:00
Coleen Phillimore
29a40c3c68
8378793: Add ResolvedFieldEntry is_valid assert
...
Reviewed-by: dholmes, dsimms, matsaave
2026-03-02 13:39:44 +00:00
Fei Yang
b7d0cb5fb3
8378888: jdk/incubator/vector/Float16OperationsBenchmark.java uses wrong package name
...
Reviewed-by: jiefu, jbhateja, syan, liach
2026-03-02 12:49:01 +00:00
Oli Gillespie
b12daa41e2
8378110: Add -XX: prefix to settings-file flags in RuntimeMXBean.getInputArguments()
...
Reviewed-by: kevinw, dholmes
2026-03-02 10:16:57 +00:00
Daniel Gredler
8d370ce598
8377937: [macos] GlyphMetrics advance does not consider font rotation
...
Reviewed-by: prr, serb, psadhukhan
2026-03-02 10:04:27 +00:00
Albert Mingkun Yang
ae4df28b38
8378677: Inline clear into ContiguousSpace::initialize
...
Reviewed-by: kbarrett
2026-03-02 08:30:29 +00:00
Paul Hübner
2069edca68
8377454: TestZGCWithCDS.java should also test different combos of UseCompactObjectHeaders
...
Reviewed-by: dholmes, stuefe
2026-03-02 02:23:23 +00:00
Phil Race
d6246b35da
8378386: Remove AppContext from AWT ModalEventFilter.java
...
Reviewed-by: serb, dnguyen
2026-03-01 17:49:33 +00:00
Phil Race
9cf9fbec1f
8378389: Remove AppContext from the Swing RepaintManager
...
Reviewed-by: azvegint, serb
2026-03-01 17:35:56 +00:00
SendaoYan
0540e980ef
8378642: Add src/utils/LogCompilation/logc.jar to .gitignore
...
Reviewed-by: erikj
2026-03-01 12:39:44 +00:00
Raffaello Giulietti
dbbb3b1ac5
8378833: Improve offset arithmetic in ArraysSupport::mismatch
...
Reviewed-by: liach, alanb, rriggs
2026-03-01 12:05:58 +00:00
Phil Race
f3d7ca33d7
8378607: GlyphLayout cache can prevent Fonts from being GC'd
...
Reviewed-by: jdv, tr
2026-02-28 22:58:10 +00:00
Eirik Bjørsnøs
d62b9f78ca
8377992: (zipfs) Align ZipFileSystem END header validation with the ZipFile implementation
...
Reviewed-by: lancea
2026-02-28 05:41:32 +00:00
Ashutosh Mehra
20ac1b182e
8378871: CPU feature flags are not properly set in vm_version_windows_aarch64.cpp
...
Reviewed-by: kvn
2026-02-28 04:33:20 +00:00
Yasumasa Suenaga
357f29dc86
8378312: [VectorAPI] libraryUnaryOp/libraryBinaryOp failed to intrinsify
...
Reviewed-by: psandoz, sherman
2026-02-28 03:28:47 +00:00
Dingli Zhang
e5aac0961d
8378752: Enable some subword vector casts IR matching tests for RISC-V
...
Reviewed-by: fyang, jkarthikeyan
2026-02-28 00:33:11 +00:00
Alexey Semenyuk
58a7ccfca4
8378798: Test tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/util/CommandOutputControlTest.java failed: missing IOException
...
Reviewed-by: almatvee
2026-02-27 23:13:19 +00:00
Phil Race
b0318fee71
8378865: After fix for JDK-8378385 two tests are failing on windows
...
Reviewed-by: kizune
2026-02-27 22:24:02 +00:00
Andrew Dinn
4bee207d0a
8377554: Load card table base and other values via AOTRuntimeConstants in AOT code
...
Reviewed-by: kvn, asmehra
2026-02-27 21:49:55 +00:00
Erik Joelsson
e0b040a6c6
8331994: Adapt MAKEFLAGS check for GNU Make 4.4.1
...
Reviewed-by: jpai, dholmes
2026-02-27 20:34:16 +00:00
Sergey Bylokhov
3144b572d3
8378388: Add missing @Override annotations in "javax.print.attribute.standard" package part 1
...
Reviewed-by: prr, azvegint
2026-02-27 19:52:06 +00:00
Xiaolong Peng
a436287c13
8377048: Shenandoah: shenandoahLock related improvments
...
Reviewed-by: kdnilsen, wkemper
2026-02-27 18:12:05 +00:00
Chen Liang
1fb608e1bc
8378792: ObjectMethods.bootstrap missing getter validation
...
Reviewed-by: rriggs, jvernee
2026-02-27 17:52:24 +00:00
Christoph Langer
5606036793
8378563: ConnectionRefusedMessage::testFinishConnect fails when jdk.includeInExceptions contains hostInfo
...
Reviewed-by: mdoerr, mbaesken, dfuchs
2026-02-27 12:35:28 +00:00
Matthias Baesken
4e15a4adfc
8378823: AIX build fails after zlib updated by JDK-8378631
...
Reviewed-by: mdoerr, jpai, stuefe
2026-02-27 11:36:54 +00:00
Leo Korinth
94a34a32aa
8377895: Create sizeof_auto to reduce narrowing conversions
...
Reviewed-by: kbarrett, jsjolen, dlong, aboldtch, stefank, ayang
2026-02-27 09:51:40 +00:00
Jaikiran Pai
f6c69cadc7
8378379: Remove reference to obsolete jdk.net.usePlainSocketImpl property from SSLSocketReset test
...
Reviewed-by: coffeys
2026-02-27 06:44:51 +00:00
Prasanta Sadhukhan
463b9e00ce
8078744: Right half of system menu icon on title bar does not activate when clicked in Metal L&F
...
Reviewed-by: tr, dnguyen
2026-02-27 06:06:29 +00:00
Serguei Spitsyn
dc06fede2a
8373367: interp-only mechanism fails to work for carrier threads in a corner case
...
Reviewed-by: amenkov, lmesnik
2026-02-27 04:47:48 +00:00
Renjith Kannath Pariyangad
6daca7ef99
8268675: RTE from "Printable.print" propagates through "PrinterJob.print"
...
Reviewed-by: psadhukhan, prr
2026-02-27 03:15:27 +00:00
SendaoYan
d7f4365b29
8378561: Mark gc/shenandoah/compiler/TestLinkToNativeRBP.java as /native
...
Reviewed-by: shade, wkemper
2026-02-27 02:33:54 +00:00
Alex Menkov
1c6e7ffee4
8377845: Restore regtest for JDK-8324881 with DiagnoseSyncOnValueBasedClasses=2
...
Reviewed-by: sspitsyn, lmesnik
2026-02-27 01:56:03 +00:00
Sergey Bylokhov
538bebf76e
8376253: [macOS] FileSystemView may not report system icons when -Xcheck:jni is enabled
...
Reviewed-by: prr, dnguyen
2026-02-27 00:52:18 +00:00
Ben Taylor
d887e2e6fd
8377713: Shenandoah: Convert ShenandoahReferenceProcessor to use Atomic<T>
...
Reviewed-by: shade, wkemper
2026-02-27 00:37:13 +00:00
Alexey Semenyuk
4a6de12b3a
8371438: jpackage should handle the case when "--mac-sign" is specified without signing identity options
...
Reviewed-by: almatvee
2026-02-26 23:59:09 +00:00
Kelvin Nilsen
526228ca3f
8377142: Jtreg test gc/shenandoah/oom/TestThreadFailure.java triggers assert(young_reserve + reserve_for_mixed + reserve_for_promo <= old_available + young_available) failed
...
Reviewed-by: wkemper
2026-02-26 22:23:21 +00:00
Kirill Shirokov
871730aa9b
8377862: Jtreg is unable to detect SkippedException because it is wrapped by CompileFramework
...
Reviewed-by: mhaessig, epeter
2026-02-26 21:43:46 +00:00
Phil Race
cd462a88c6
8378385: Remove AppContext from AWT Windows implementation classes
...
Reviewed-by: dnguyen, serb
2026-02-26 20:29:51 +00:00
Chen Liang
5e85d99c36
8378715: Use early field initialization for java.lang.invoke generated code
...
Reviewed-by: jvernee
2026-02-26 20:17:08 +00:00
Hannes Wallnöfer
aa6c06e166
8309748: Improve host selection in External Specifications page
...
Reviewed-by: nbenalla
2026-02-26 18:50:45 +00:00
Eirik Bjørsnøs
8b805630b4
8376477: Avoid loading empty Lock classes in Shutdown and ReferenceQueue
...
Reviewed-by: rriggs, shade
2026-02-26 16:33:51 +00:00
Phil Race
fcc2a2922f
8378297: Remove AppContext from several Swing component and related classes
...
Reviewed-by: azvegint, psadhukhan, dnguyen
2026-02-26 16:23:49 +00:00
Phil Race
71a1af7d0b
8378377: Remove use of AppContext from JEditorPane
...
Reviewed-by: serb, dnguyen, psadhukhan
2026-02-26 16:23:24 +00:00
Vicente Romero
94de8982f9
8372382: Invalid RuntimeVisibleTypeAnnotations for compact record constructor
...
Reviewed-by: liach
2026-02-26 15:21:31 +00:00
Vicente Romero
4f83d211d1
8368864: Confusing error message (or wrong error) when record component has @deprecated Javadoc tag
...
Reviewed-by: jlahoda
2026-02-26 15:18:54 +00:00
Eirik Bjørsnøs
3b8abd459f
8378398: Modernize test/jdk/java/net/URLClassLoader/HttpTest.java
...
Reviewed-by: dfuchs
2026-02-26 15:12:21 +00:00
Vicente Romero
82ff0255c5
8374910: Use of containsTypeEquivalent in array type equality test seems bogus
...
Reviewed-by: liach
2026-02-26 14:12:50 +00:00
Alan Bateman
b13a291667
8378268: Thread.join can wait on Thread, allows joinNanos to be removed
...
Reviewed-by: jpai, vklang
2026-02-26 13:38:14 +00:00
Eirik Bjørsnøs
173153e1b2
8376403: Avoid loading ArrayDeque in java.util.zip.ZipFile
...
Reviewed-by: lancea, jpai
2026-02-26 12:03:16 +00:00
Jaikiran Pai
1674006047
8378631: Update Zlib Data Compression Library to Version 1.3.2
...
Reviewed-by: alanb, erikj, lancea
2026-02-26 11:47:10 +00:00
Quan Anh Mai
7065a24be6
8378240: C2: MemNode::can_see_stored_value assumes this can never be a StoreVector
...
Reviewed-by: chagedorn, epeter
2026-02-26 11:28:39 +00:00
Quan Anh Mai
00064ee773
8378239: C2: Incorrect check in StoreNode::Identity
...
Reviewed-by: epeter, rcastanedalo
2026-02-26 11:22:43 +00:00
Andrew Haley
4a08996147
8378107: Data cache zeroing is used even when it is prohibited
...
Reviewed-by: shade, adinn
2026-02-26 11:02:59 +00:00
Manuel Hässig
3d8ffabe5d
8364393: Allow templates to have # character without variable replacement
...
Reviewed-by: epeter, chagedorn
2026-02-26 08:21:48 +00:00
Jan Lahoda
a39a1f10f7
8268850: AST model for 'var' variables should more closely adhere to the source code
...
Reviewed-by: vromero
2026-02-26 08:10:37 +00:00
Emanuel Peter and Paul Sandoz
fd48f68a2c
8378166: C2 VectorAPI: NBody / particle life demo
...
Co-authored-by: Paul Sandoz <psandoz@openjdk.org >
Reviewed-by: sviswanathan, psandoz, jbhateja
2026-02-26 07:29:56 +00:00
Jayathirth D V
d7c8000a49
8378623: Use unique font names in FormatCharAdvanceTest
...
Reviewed-by: psadhukhan
2026-02-26 05:49:31 +00:00
Jasmine Karthikeyan
074044c2f3
8342095: Add autovectorizer support for subword vector casts
...
Reviewed-by: epeter, qamai
2026-02-26 05:15:30 +00:00
Jayathirth D V
fd74232d5d
8377526: Update Libpng to 1.6.55
...
Reviewed-by: azvegint, prr, serb
2026-02-26 03:32:19 +00:00
Serguei Spitsyn
d6044d3e28
8378194: Protect process_pending_interp_only() work with JvmtiThreadState_lock
...
Reviewed-by: amenkov, lmesnik
2026-02-26 00:52:37 +00:00
Xiaolong Peng
abec212428
8377011: Shenandoah: assert_bounds should be only called when boundaries have changed
...
Reviewed-by: wkemper, kdnilsen
2026-02-26 00:24:46 +00:00
Yasumasa Suenaga
32cc7f1f57
8377947: Test serviceability/sa/TestJhsdbJstackMixedCore.java failed on linux-x64
...
Reviewed-by: cjplummer, kevinw
2026-02-25 23:02:07 +00:00
David Holmes
8ba3de9834
8377948: The ThreadWXEnable use of PerfTraceTime is not safe during VM shutdown
...
Reviewed-by: aph, aartemov, fbredberg
2026-02-25 20:11:51 +00:00
Sergey Bylokhov
36d67ffd01
6434110: Color constructor parameter name is misleading
...
Reviewed-by: prr, aivanov
2026-02-25 20:09:48 +00:00
Alexey Semenyuk
9d4fbbe36d
8374222: jpackage will exit with error if it fails to clean the temp directory
...
Reviewed-by: almatvee
2026-02-25 17:43:05 +00:00
Phil Race
0ab8a85e87
8376152: Test javax/sound/sampled/Clip/bug5070081.java timed out then completed
...
Reviewed-by: syan, aivanov, azvegint
2026-02-25 17:37:09 +00:00
Leonid Mesnik
fb09749289
8378641: Test serviceability/jvmti/RedefineClasses/RedefineVerifyError.java missing UnlockDiagnosticVMOptions after 8376295
...
Reviewed-by: ayang, dholmes, syan
2026-02-25 16:08:30 +00:00
Jatin Bhateja
8af95879f3
8377438: [VectorAPI] Add new carrier type to LaneType class
...
Reviewed-by: psandoz, liach
2026-02-25 15:58:49 +00:00
Chen Liang
5a59ed68f9
8376234: Migrate java/lang/constant tests away from TestNG
...
Reviewed-by: rriggs, alanb
2026-02-25 15:46:25 +00:00
Johan Sjölen
a3684a7952
8377909: Replace SummaryDiff's array implementation with a hashtable
...
Reviewed-by: azafari, phubner
2026-02-25 15:14:58 +00:00
Guanqiang Han
194be8180f
8374807: Crash in MethodData::extra_data_lock()+0x0 when running -XX:+TraceDeoptimization -XX:-ProfileTraps -XX:-TieredCompilation -Xcomp -version
...
Reviewed-by: vlivanov, epeter
2026-02-25 13:13:51 +00:00
Sean Coffey
93fe49abef
8371333: Optimize static initialization of SSLContextImpl classes and improve logging
...
Reviewed-by: hchao, jnimeh
2026-02-25 12:57:30 +00:00
Albert Mingkun Yang
ce6ccd385f
8378535: Parallel: Replace SpaceCounters with HSpaceCounters
...
Reviewed-by: iwalulya, tschatzl
2026-02-25 12:53:37 +00:00
Guanqiang Han
6aed0522eb
8373731: C2: Missed optimization opportunity for AddI
...
Reviewed-by: bmaillard, epeter, dlong
2026-02-25 12:49:45 +00:00
Casper Norrbin
7b145a51fa
8378100: Unused code in rewriter.hpp
...
Reviewed-by: shade, matsaave
2026-02-25 12:09:25 +00:00
Casper Norrbin
269c9f3ed5
8378442: RBTreeCHeap does not deallocate removed nodes when using remove_at_cursor
...
Reviewed-by: jsikstro, jsjolen
2026-02-25 11:51:51 +00:00
Alexey Ivanov
3e087d8ebd
8378585: Mark fields in MediaTracker final
...
Reviewed-by: serb, prr
2026-02-25 11:22:43 +00:00
Alexey Ivanov
5386a72bc2
8378578: Add final to XbmColormap and XbmHints in XbmImageDecoder
...
Reviewed-by: dmarkov, serb, prr, dnguyen
2026-02-25 11:22:23 +00:00
David Briemann
3a74f16e20
8376113: PPC64: Implement special MachNodes for floating point Min / Max
...
Reviewed-by: mdoerr, rrich
2026-02-25 11:02:50 +00:00
Casper Norrbin
5f098b1284
8376650: os::release_memory_special may not be needed anymore
...
Reviewed-by: coleenp, sjohanss
2026-02-25 10:49:20 +00:00
Anton Seoane Ampudia
d9e46e3b5e
8280283: Dead compiler code found during the JDK-8272058 code review
...
Reviewed-by: bulasevich, dcubed, phh
2026-02-25 09:49:21 +00:00
119108c0d4
8373595: A new ObjectMonitorTable implementation
...
Co-authored-by: Anton Artemov <aartemov@openjdk.org >
Co-authored-by: Erik Österlund <eosterlund@openjdk.org >
Co-authored-by: Roman Kennke <rkennke@openjdk.org >
Reviewed-by: aboldtch, amitkumar, aartemov, rkennke, coleenp, eosterlund
2026-02-25 09:24:44 +00:00
Matthias Baesken
0c09d2e222
8377880: Enable unused function warnings in hotspot with clang too
...
Reviewed-by: azafari, syan, clanger, lucy
2026-02-25 08:16:14 +00:00
Jan Lahoda
6c39d1bb73
8371683: TYPE_USE annotation on var lambda parameter should be rejected
...
Reviewed-by: vromero
2026-02-25 07:06:55 +00:00
Valerie Peng
e92726c352
8373690: Unexpected Keystore message using jdk.crypto.disabledAlgorithms
...
Reviewed-by: mullan, coffeys
2026-02-25 04:45:48 +00:00
Kim Barrett
9a92e144a9
8377726: Remove unused macros in register.hpp
...
Reviewed-by: ayang, mhaessig
2026-02-25 04:20:07 +00:00
Jaikiran Pai
a890dd1fcd
8362268: NPE thrown from SASL GSSAPI impl when TLS is used with QOP auth-int against Active Directory
...
Reviewed-by: dfuchs, aefimov
2026-02-25 01:08:44 +00:00
Chris Plummer
276b23d4e6
8377671: Step Over doesn't stop after receiving MethodExitEvent
...
Reviewed-by: sspitsyn, amenkov
2026-02-24 21:30:35 +00:00
Phil Race
49158d354b
8378387: Remove AppContext from several macOS AWT classes
...
Reviewed-by: serb, dnguyen
2026-02-24 20:50:57 +00:00
Leonid Mesnik
9f89fa5b67
8376295: "assert(BytecodeVerificationRemote) failed: Should not be here" when running class redefinition test with -XX:-BytecodeVerificationRemote
...
Reviewed-by: dholmes, coleenp, sspitsyn
2026-02-24 19:41:31 +00:00
Serguei Spitsyn
4673781523
8378549: Incorrect assert in JvmtiThreadState::update_for_pop_top_frame
...
Reviewed-by: lmesnik
2026-02-24 19:29:47 +00:00
Bradford Wetmore
79456110fb
8377914: Typos in HKDFParameterSpec.Builder::thenExpand
...
Reviewed-by: hchao
2026-02-24 19:27:24 +00:00
Daniel Fuchs
49f14eb9fc
8378344: Refactor test/jdk/java/net/httpclient/*.java TestNG tests to JUnit
...
Reviewed-by: vyazici
2026-02-24 13:57:01 +00:00
Daniel Fuchs
e452d47867
8378164: test/jdk/java/net/httpclient/http3/*.java: convert tests that use ITestContext to JUnit
...
Reviewed-by: vyazici
2026-02-24 12:20:18 +00:00
SendaoYan
0ed34913ba
8377944: LowMemoryTest2.java#id1 intermittent fails OOME: Metaspace
...
Reviewed-by: dholmes, cjplummer
2026-02-24 12:12:14 +00:00
jonghoonpark
f1169f9d61
8377309: Remove PhaseIterGVN::verify_Identity_for exclusion for Min/Max find identity op
...
Reviewed-by: mhaessig, chagedorn
2026-02-24 12:10:00 +00:00
Johan Sjölen
85d5688d37
8378330: Do not malloc the GrowableArrays in async_get_stack_trace
...
Reviewed-by: dholmes, cnorrbin
2026-02-24 11:46:32 +00:00
Saint Wesonga
b4c3629cba
8377702: Disable AArch64 SpinPause tests on Windows
...
Reviewed-by: dholmes, aph
2026-02-24 11:27:16 +00:00
cdw200806
b99d1f0a17
8378354: Faulty assertion in checkInvariants method of ConcurrentHashMap
...
Reviewed-by: alanb, vklang
2026-02-24 10:50:59 +00:00
Paul Hübner
32a619715e
8370044: TraceBytecodes shouldn't break up lines
...
Reviewed-by: dholmes, coleenp, jsjolen
2026-02-24 10:07:45 +00:00
Leo Korinth
c16ac37d50
8376892: Allow conversion warnings in subsets of the code base
...
Reviewed-by: kbarrett, erikj, azafari
2026-02-24 09:21:34 +00:00
Afshin Zafari
92fa4f13c6
8372231: Test gtest/NMTGtests.java#nmt-summary crashed
...
Reviewed-by: phubner, jsjolen
2026-02-24 09:19:11 +00:00
Joel Sikström
bd99c627b1
8378319: Obsolete the MaxRAM flag
...
Reviewed-by: ayang, tschatzl
2026-02-24 09:18:19 +00:00
Afshin Zafari
bc9c6c6af9
8377996: [REDO] NMT: Consolidate [Virtual/Committed/Reserved]Regions into one structure
...
Reviewed-by: phubner, jsjolen
2026-02-24 09:15:23 +00:00
Matthias Baesken
35ed56afc7
8378347: AIX version checks for 7.1 and 5.X are obsolete
...
Reviewed-by: mdoerr, asteiner
2026-02-24 08:52:09 +00:00
Albert Mingkun Yang
5ed7b3ed75
8378439: Remove unused methods in HSpaceCounters
...
Reviewed-by: tschatzl
2026-02-24 08:32:39 +00:00
Thomas Schatzl
827239f5f8
8378266: Update atomicAccess include after Atomic<T> changes
...
Reviewed-by: ayang, kbarrett
2026-02-24 08:14:38 +00:00
Benoît Maillard
d9f19b3d9e
8373251: C2: Ideal() returns nullptr for shift nodes after having modified the shift amount input
...
Reviewed-by: chagedorn, mchevalier
2026-02-24 07:56:59 +00:00
Christian Hagedorn
14cb5ddfc5
8376291: [IR Framework] Create classes for separate Test VM messages
...
Reviewed-by: mchevalier, dfenacci, epeter
2026-02-24 07:23:41 +00:00
Serguei Spitsyn
f0da04a40a
8375457: Test serviceability/jvmti/vthread/SelfSuspendDisablerTest/SelfSuspendDisablerTest.java#default timed out
...
Reviewed-by: pchilanomate, amenkov
2026-02-24 06:54:10 +00:00
David Beaumont
75f8f08f3b
8378118: Test tools/jimage/JImageBadFileTest.java failed on Windows
...
Reviewed-by: rriggs, alanb
2026-02-24 05:19:17 +00:00
Amit Kumar
cb3a57cced
8377863: [s390x] Increase inlining thresholds to the same as other platforms
...
Reviewed-by: aph, lucy
2026-02-24 04:27:44 +00:00
Yasumasa Suenaga
f25d429c8d
8306591: SA and hotspot generate different hprof records for GC roots
...
Reviewed-by: cjplummer, dholmes
2026-02-24 03:01:19 +00:00
Jaikiran Pai
171d788bce
8378378: Remove references to obsolete jdk.net.usePlainDatagramSocketImpl property from tests
...
Reviewed-by: alanb, vyazici, dfuchs
2026-02-24 02:21:33 +00:00
Mikael Vidstedt
c0c1775a2b
8377905: gcc.md included with every build
...
Reviewed-by: erikj, jsjolen, prr, dholmes
2026-02-24 00:33:52 +00:00
Alexey Ivanov
6b576235b8
8377924: Inconsistent parsing of XBM files after JDK-8361748
...
8377826: Eliminate code duplication in XbmImageDecoder
Reviewed-by: dnguyen, prr, dmarkov
2026-02-23 19:09:20 +00:00
Phil Race
74a07b7487
8378197: Remove AppContext from sun/swing/plaf/DesktopProperty.java
...
Reviewed-by: serb, kizune
2026-02-23 18:39:46 +00:00
Phil Race
569d18fbe5
8337853: Remove SunLayoutEngineKey and SunLayoutEngineFactory and its cache.
...
Reviewed-by: azvegint, dnguyen
2026-02-23 18:36:00 +00:00
Phil Race
1cb8b6d1b5
8378202: Remove AppContext from XAWT classes
...
Reviewed-by: serb, azvegint
2026-02-23 18:21:58 +00:00
Brian Burkhalter
3b0160f50f
8378115: (fs) sun.nio.fs.NativeBuffer no longer needs a cleaner
...
Reviewed-by: alanb
2026-02-23 18:09:31 +00:00
Alexey Semenyuk
acde30e0ab
8377897: jpackage: make jdk.jpackage.internal.MockUtils available from other packages
...
Reviewed-by: almatvee
2026-02-23 17:34:55 +00:00
Xue-Lei Andrew Fan and Ioi Lam
1ae2fee007
8376125: Out of memory in the CDS archive error with lot of classes
...
Co-authored-by: Ioi Lam <iklam@openjdk.org >
Reviewed-by: iklam, jiangli
2026-02-23 17:02:14 +00:00
Jeremy Wood
66ba63a4e9
8377745: VoiceOver Identifies Hyperlink as Text
...
Reviewed-by: kizune, dnguyen
2026-02-23 16:18:55 +00:00
Patricio Chilano Mateo
4b99aef1ca
8373944: ObjectMonitor::ExitOnSuspend can call java_lang_VirtualThread::set_onWaitingList() while in safepoint
...
Reviewed-by: dholmes, fbredberg
2026-02-23 16:01:16 +00:00
Martin Doerr
aee4b02ecd
8378353: [PPC64] StringCoding.countPositives causes errors when the length is not a proper 32 bit int
...
Reviewed-by: mbaesken, dbriemann
2026-02-23 13:00:00 +00:00
Albert Mingkun Yang
9ea62c258c
8378348: Obsolete ParallelRefProcEnabled
...
Reviewed-by: jsikstro, tschatzl
2026-02-23 10:31:44 +00:00
Jaikiran Pai
c701647b32
8378397: Disable usage of system level jshell history in test/hotspot/jtreg/runtime/os/TestWXHealing.java
...
Reviewed-by: dholmes, jlahoda
2026-02-23 10:21:57 +00:00
Jan Lahoda
c065f4119a
8308637: AssertionError when using Trees.getScope in plug-in
...
Reviewed-by: vromero
2026-02-23 09:43:07 +00:00
Quan Anh Mai
2a9d144f26
8377652: C2: Simplify Compile::flatten_alias_type for array
...
Reviewed-by: roland, mhaessig
2026-02-23 09:36:31 +00:00
Kevin Walls
0f70a9a924
8377433: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java failed
...
Reviewed-by: sspitsyn
2026-02-23 09:28:10 +00:00
Aleksey Shipilev
a9542746e7
8375359: Improve GC serviceability init staging
...
Reviewed-by: ayang, tschatzl, stefank
2026-02-23 09:27:53 +00:00
Thomas Schatzl
30f9b1b90c
8377224: Initialization cleanups after Atomic<T> conversion
...
Reviewed-by: ayang, jsjolen
2026-02-23 08:41:00 +00:00
Matthias Baesken
c3f713a9c9
8377798: Hotspot build on macOS aarch64 with unused-functions warning reports some unused functions
...
Reviewed-by: jbechberger, dholmes
2026-02-23 08:10:41 +00:00
Sergey Bylokhov
497dca2549
8378153: Robot.getPixelColor() may return stale pixels due to missing Toolkit.sync()
...
Reviewed-by: prr, azvegint
2026-02-22 00:12:19 +00:00
Quan Anh Mai
a35945ae06
8376220: C2: Refactor the logic to in MemNode::find_previous_store
...
Reviewed-by: rcastanedalo, bmaillard
2026-02-21 11:52:50 +00:00
Yasumasa Suenaga
d4dc5e49c1
8378369: TestJhsdbJstackMixedWithVDSOCallCore.java fails if missing vdso64.so
...
Reviewed-by: cjplummer, ayang
2026-02-21 11:39:52 +00:00
Jaikiran Pai
fac338b03e
8377425: Test runtime/os/TestWXHealing.java fails on macosx-aarch64 product build
...
Reviewed-by: aph, dholmes
2026-02-21 04:34:19 +00:00
Phil Race
3bd4a11180
8378296: Remove AppContext from java.awt.event.FocusEvent
...
Reviewed-by: kizune, serb
2026-02-21 04:13:24 +00:00
Phil Race
facbcaf06a
8378205: Remove AppContext from Swing MenuComponent
...
Reviewed-by: kizune, serb
2026-02-21 04:13:08 +00:00
Ioi Lam
103a08378d
8378298: Remove obsolete CDS string tests
...
Reviewed-by: matsaave, kvn
2026-02-21 02:52:17 +00:00
Markus KARG
bc971b51b9
8377388: Replacing "new StringReader(String)" by "Reader.of(CharSequence);" in Scanner
...
Reviewed-by: jpai, rriggs, bpb
2026-02-21 02:16:01 +00:00
Daniel Fuchs
2ebd612634
8378276: Refactor test/jdk/java/net/httpclient/quic/ TestNG tests to JUnit
...
Reviewed-by: vyazici
2026-02-20 20:21:00 +00:00
Daishi Tabata
feecb042fe
8378218: MSYS2 reports cygwin triplet causing bash configure failure
...
Reviewed-by: erikj
2026-02-20 17:59:54 +00:00
Daniel Fuchs
c1f8209cb2
8378163: test/jdk/java/net/httpclient/*.java: convert tests that use ITestContext to JUnit
...
Reviewed-by: vyazici
2026-02-20 17:22:21 +00:00
Oli Gillespie
932f28c69b
8376698: Add Spliterator tests for TreeMap sub-maps
...
Reviewed-by: liach, rriggs
2026-02-20 16:50:00 +00:00
Volkan Yazici
72b28672ad
8367129: Move input validation checks to Java for java.lang.StringLatin1 intrinsics
...
Reviewed-by: rriggs, rgiulietti
2026-02-20 16:26:18 +00:00
Jaikiran Pai
e8dadf4baa
8378003: JarURLConnection.getCertificates() and getCodeSigners() incorrectly return null for signed JAR files after JDK-8377338
...
Reviewed-by: mullan, dfuchs
2026-02-20 15:13:07 +00:00
Albert Mingkun Yang
aeafc5b165
8378245: Obsolete ParallelRefProcBalancingEnabled
...
Reviewed-by: jsikstro, dholmes, tschatzl
2026-02-20 12:41:34 +00:00
Coleen Phillimore
c1142bda49
8339886: runtime/os/TestHugePageDecisionsAtVMStartup.java ignores vm flags
...
Reviewed-by: dholmes, aartemov
2026-02-20 12:33:02 +00:00
Matthias Baesken
df8c770944
8377300: Use64KPages flag cleanup on AIX
...
Reviewed-by: mdoerr, asteiner
2026-02-20 11:58:35 +00:00
Kerem Kat
a296129347
8375633: C2: Missed Ideal optimization opportunity with ConvD2F/ConvF2HF and -XX:+StressIncrementalInlining
...
Reviewed-by: bmaillard, mchevalier, qamai
2026-02-20 11:33:39 +00:00
Martin Doerr
2052b443ed
8378233: depends_only_on_test_impl() assertion hit after JDK-8347365
...
Reviewed-by: qamai, mbaesken
2026-02-20 11:25:25 +00:00
Casper Norrbin
16f2b80327
8373638: RBTree public interface does not check all input parameters for validity
...
Reviewed-by: ayang, dholmes
2026-02-20 10:56:15 +00:00
Markus Grönlund
c3a698f7be
8377665: JFR: Symbol table not setup for early class unloading
...
Reviewed-by: jsikstro
2026-02-20 10:55:45 +00:00
Albert Mingkun Yang
7ec561f8b7
8378178: Change Thread::_allocated_bytes from jlong to uint64_t
...
Reviewed-by: coleenp, stefank
2026-02-20 09:01:08 +00:00
Anton Artemov
fa2f4d82f5
8377223: Port fdlibm atanh to Java
...
Reviewed-by: darcy, rgiulietti
2026-02-20 08:31:18 +00:00
SendaoYan
cb70654943
8377949: TestZRelocationSetEvent.java intermittent fails OOME
...
Reviewed-by: stefank, mgronlun
2026-02-20 08:25:42 +00:00
Aleksey Shipilev
f49c6d8777
8377990: Zero: Replace Java math ops with UB-safe implementations
...
Reviewed-by: aph, serb, phh
2026-02-20 06:49:15 +00:00
Aleksey Shipilev
f0529a8542
8378080: Zero: JNIEnv argument is corrupted in native calls
...
Reviewed-by: mdoerr, serb, phh
2026-02-20 06:48:58 +00:00
Roger Calnan
1df0594388
8377502: Add anchors to the options in the Serviceability tool man pages
...
Reviewed-by: dholmes, cjplummer
2026-02-20 03:52:56 +00:00
Sergey Bylokhov
866cbcbecb
8378050: Add missing @Override annotations in "java.awt.color" package
...
Reviewed-by: kizune, prr
2026-02-20 00:58:51 +00:00
Phil Race
1a967a0bca
8378193: Remove AppContext from JinternalFrame
...
Reviewed-by: kizune, serb
2026-02-19 23:46:05 +00:00
Phil Race
e42508fc1c
8378203: Remove AppContext from jdk.unsupported.desktop
...
Reviewed-by: kizune, serb
2026-02-19 23:44:14 +00:00
Coleen Phillimore
ff1c42f111
8378112: Test runtime/ErrorHandling/MachCodeFramesInErrorFile.java fails with RuntimeException: 1 < 2
...
Reviewed-by: phubner, matsaave
2026-02-19 22:17:41 +00:00
Phil Race
2a71f89bc8
8378192: Remove AppContext from SwingUtilities2
...
Reviewed-by: psadhukhan, kizune
2026-02-19 18:04:06 +00:00
Phil Race
9b44ea39bf
8378204: Remove AppContext from two Swing UI classes
...
Reviewed-by: serb, kizune
2026-02-19 17:58:36 +00:00
Coleen Phillimore
82fe8b9cd0
8377797: Remove SA support for MethodData and the printmdo command
...
Reviewed-by: kevinw, ysuenaga, cjplummer, kvn
2026-02-19 17:39:38 +00:00
Ben Taylor
4a6d359a45
8377701: Shenandoah: Convert ShenandoahEvacOOMHandler to use Atomic<T>
...
Reviewed-by: shade, xpeng, wkemper, phh
2026-02-19 17:27:01 +00:00
Kirill Shirokov
f02d190095
8377729: Running jtreg tests with -agent... option causes some tests to fail due to duplicate -agent options provided to a subprocess
...
Reviewed-by: lmesnik, sspitsyn
2026-02-19 16:35:53 +00:00
Erik Gahlin
79dbc50b4f
8378171: JFR: Copy of a closed recording should not be available
...
Reviewed-by: mgronlun
2026-02-19 15:26:56 +00:00
Volkan Yazici
bea48b54e2
8272758: Improve HttpServer to avoid partial file name matches while mapping request path to context path
...
Reviewed-by: dfuchs
2026-02-19 09:44:00 +00:00
Jatin Bhateja
759fe58877
8376186: [VectorAPI] Nomenclature change for concrete vector classes
...
Reviewed-by: liach, psandoz
2026-02-19 06:23:46 +00:00
Ioi Lam
33c9f20bef
8377712: ConstantPool of WeakReferenceKey is not deterministic in CDS archive
...
Reviewed-by: liach, kvn
2026-02-19 05:24:08 +00:00
Amit Kumar
7d2b6ed892
8378149: [s390] Non-C2 / minimal JVM crashes in the build
...
Reviewed-by: mdoerr, mbaesken
2026-02-19 03:37:43 +00:00
Jaikiran Pai
c594da7304
8326487: ZipFileSystem.getPath("").getFileName() returns null instead of an empty Path
...
Reviewed-by: alanb, lancea
2026-02-19 01:41:28 +00:00
Jonathan László Lampérth
c8338be9ad
8376534: Source launcher instantiates wrong class on inherited instance main
...
Reviewed-by: liach, cstein
2026-02-18 21:54:07 +00:00
William Kemper
a20a1aca8c
8378119: GenShen: Restore log message about characteristics of promotion efforts
...
Reviewed-by: shade, ysr, kdnilsen
2026-02-18 19:59:38 +00:00
Ivan Walulya
677798529c
8378191: [BACKOUT] JDK-8378076 Improve inlining around oop_oop_iterate
...
Reviewed-by: jsikstro
2026-02-18 19:27:53 +00:00
Eirik Bjørsnøs
d02ac57e84
8377983: (zipfs) ZipFileSystem.initCEN needlessly reads END header
...
Reviewed-by: lancea
2026-02-18 15:19:33 +00:00
Ivan Walulya and Stefan Karlsson
a86a847f57
8378076: Improve inlining around oop_oop_iterate
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org >
Reviewed-by: stefank, tschatzl
2026-02-18 12:57:16 +00:00
Matthias Baesken
27ed9a8ac2
8378098: Problem list compiler/vectorization/TestVectorAlgorithms.java with#<subtest> on AIX and Linux s390x
...
Reviewed-by: mdoerr, lucy
2026-02-18 12:13:59 +00:00
Albert Mingkun Yang
21a07f78fe
8377950: Refactor ClassUnloader to provide explicit waiting API
...
Reviewed-by: lmesnik, cjplummer, dholmes, syan
2026-02-18 10:29:05 +00:00
Quan Anh Mai
8b13fe31d0
8347365: C2: Fix the handling of depends_only_on_test
...
Reviewed-by: mhaessig, roland
2026-02-18 09:29:02 +00:00
Phil Race
bfac97c5c1
8376992: Remove AppContext from SystemTray implementation
...
Reviewed-by: serb, azvegint
2026-02-18 05:44:26 +00:00
Jaikiran Pai
1d713b2bbe
8377486: com.sun.jndi.ldap.sasl.SaslOutputStream.write() throws NullPointerException if it is already closed
...
Reviewed-by: dfuchs
2026-02-18 05:11:47 +00:00
Roland Mesde
2bc436816f
8378113: Add sun/java2d/OpenGL/ScaleParamsOOB.java to the ProblemList.txt file
...
Reviewed-by: prr, serb
2026-02-17 23:34:38 +00:00
Mikhail Yankelevich and Daniel Jeliński
4ab05d25c1
8377318: Force bad padding exception in TestPKCS5PaddingError.java at all times
...
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org >
Reviewed-by: valeriep
2026-02-17 19:22:04 +00:00
David Beaumont
92d0ea9ba8
8372301: Improve error message for jimage command line tool regarding version mismatch
...
Reviewed-by: alanb, rriggs
2026-02-17 19:14:17 +00:00
Phil Race
1b19261378
8376994: Remove AppContext from sun/awt/datatransfer/DataTransferer.java
...
Reviewed-by: serb, dnguyen
2026-02-17 18:34:45 +00:00
Phil Race
caaebf358c
8377192: Remove AppContext from MenuSelectionManager
...
Reviewed-by: dnguyen, psadhukhan, serb
2026-02-17 18:34:22 +00:00
Brian Burkhalter
7489f75dbd
8377910: Minor cleanup of java/io/FileDescriptor/Sharing.java
...
Reviewed-by: alanb
2026-02-17 18:07:04 +00:00
Ashutosh Mehra
63f00fff92
8377507: Store cpu features in AOTCodeCache
...
Reviewed-by: kvn, adinn
2026-02-17 16:23:21 +00:00
Paul Hübner
49425184a1
8371590: runtime/ErrorHandling/TestDwarf.java fails with clang toolchain
...
Reviewed-by: jsjolen, aartemov, jsikstro
2026-02-17 13:53:09 +00:00
Thomas Schatzl
7efcea9c84
8377008: [REDO] G1: Convert remaining volatiles in G1ConcurrentMark to Atomic<T>
...
Reviewed-by: iwalulya, sjohanss, kbarrett
2026-02-17 13:10:06 +00:00
Matthias Baesken and Dean Long
0705fe94a7
8377413: [MacOS aarch64] guarantee(StressWXHealing) failed: We should not reach here unless StressWXHealing
...
Co-authored-by: Dean Long <dlong@openjdk.org >
Reviewed-by: mdoerr, aph
2026-02-17 13:05:39 +00:00
Casper Norrbin
c1e92e0092
8375621: Move RBTree implementation to inline file to minimize included headers
...
Reviewed-by: jsjolen, stefank
2026-02-17 12:30:21 +00:00
Thomas Schatzl
877a7fd617
8377164: G1: Clean up g1BlockOffsetTable.hpp
...
Reviewed-by: ayang, iwalulya
2026-02-17 12:22:10 +00:00
Jaikiran Pai
7019591013
8377796: java.net.http.HttpClient.send() and sendAsync() never complete when BodyHandler.apply() returns null
...
Reviewed-by: dfuchs, vyazici
2026-02-17 11:13:40 +00:00
Johan Sjölen
6220c281ef
8366457: Add ResourceArea and Arena allocators for the RBTree
...
Reviewed-by: azafari, cnorrbin
2026-02-17 09:03:37 +00:00
Harshit
03703f347d
8359115: [s390x] Test CreateSymbolsReproducibleTest.java failure
...
Reviewed-by: jpai, amitkumar
2026-02-17 05:17:54 +00:00
Ben Taylor
fbc705d2cc
8377704: Shenandoah: Convert ShenandoahNMethod to use Atomic<T>
...
Reviewed-by: shade, xpeng, wkemper
2026-02-16 20:56:24 +00:00
Ben Taylor
2925eb8cfb
8377044: Shenandoah: Convert ShenandoahHeap related code to use Atomic<T>
...
Reviewed-by: kdnilsen, xpeng, wkemper
2026-02-16 20:54:20 +00:00
Ioi Lam
b41ba3a496
8377932: AOT cache is not rejected when JAR file has changed
...
Reviewed-by: kvn, asmehra
2026-02-16 20:24:47 +00:00
Ioi Lam
c3b67387c4
8366736: Closed System.out causes child process to hang on Windows
...
Reviewed-by: rriggs
2026-02-16 20:24:12 +00:00
Daniel Fuchs
a08c730d5f
8377302: HttpServer::stop uses full timeout duration if handler throws
...
Reviewed-by: vyazici, michaelm
2026-02-16 17:01:07 +00:00
Albert Mingkun Yang
f5e1e313da
8377561: Parallel: Large allocations cause Full GC storm without heap expansion
...
Reviewed-by: tschatzl, jsikstro
2026-02-16 14:37:28 +00:00
Afshin Zafari
81cca851aa
8377997: [BACKOUT] 8366241: NMT: Consolidate [Virtual/Committed/Reserved]Regions into one structure
...
Reviewed-by: mhaessig, chagedorn
2026-02-16 14:07:40 +00:00
Afshin Zafari
a7255f93ed
8366241: NMT: Consolidate [Virtual/Committed/Reserved]Regions into one structure
...
Reviewed-by: phubner, jsjolen
2026-02-16 13:19:24 +00:00
Kerem Kat
5a08374494
8374798: C2: Missing Identity optimization opportunity with RShiftI and LShiftI
...
8377389: C2: Missed Ideal optimization opportunity in PhaseIterGVN for URShiftI and LShiftI
Reviewed-by: qamai, chagedorn
2026-02-16 11:40:51 +00:00
Daniel Fuchs
1a16c0dbaa
8371950: The jdk.httpclient.keepalive.timeout system networking property does not specify the behaviour for values <= 0
...
Reviewed-by: jpai, michaelm, vyazici
2026-02-16 10:56:29 +00:00
Manuel Hässig
cf0275d665
8376707: Template-Framework Library: Primitive Types Abbreviation Methods
...
Reviewed-by: epeter, galder, chagedorn
2026-02-16 09:59:19 +00:00
Matthias Baesken
c95ee4b8ed
8377707: [Linux Alpine] Build failure after JDK-8377368
...
Reviewed-by: mdoerr, kevinw, clanger, kbarrett
2026-02-16 09:12:06 +00:00
Anton Artemov
b9406a5dba
8376665: Port fdlibm acosh to Java
...
Reviewed-by: rgiulietti, darcy
2026-02-16 08:27:26 +00:00
Matthias Baesken
1b39d2c28c
8377898: Hotspot build on AIX with unused-functions warning reports some unused functions
...
Reviewed-by: mdoerr, ayang, lucy
2026-02-16 08:16:17 +00:00
Christian Hagedorn
0043a049d2
8376174: [IR Framework] Refactor Test VM socket communication
...
Reviewed-by: dfenacci, mchevalier, thartmann
2026-02-16 08:09:49 +00:00
Matthias Baesken
0196d4ecf6
8377878: Problem list compiler/vectorization/TestVectorAlgorithms.java on AIX and Linux s390x
...
Reviewed-by: ayang, lucy
2026-02-16 07:47:52 +00:00
Jeremy Wood
ef0851d8ad
8377428: VoiceOver Cursor Navigates Invisible Components
...
Reviewed-by: serb, kizune
2026-02-15 06:04:33 +00:00
Ramkumar Sunderbabu
01c9d7e9b4
8377517: AArch64: TestUseSHA3IntrinsicsWithUseSHADisabledOnUnsupportedCPU.java fails after JDK-8375443
...
Reviewed-by: chagedorn
2026-02-15 02:57:25 +00:00
Jaikiran Pai
49e2a6b696
8377857: Add since checker test for java.naming module
...
Reviewed-by: alanb
2026-02-14 09:12:51 +00:00
Jatin Bhateja
bf8f716895
8377447: [VectorAPI] Assert wrappers to convert float16 (short) value to float before invoking testng Asserts
...
Reviewed-by: psandoz
2026-02-14 02:38:18 +00:00
Phil Race
1920983edb
8377191: Remove AppContext from KeyboardFocusManager
...
Reviewed-by: dnguyen, tr, serb
2026-02-13 22:40:26 +00:00
Jeremy Wood
a98d3a76a5
4197755: Arc2D.getBounds() returns an unnecessarily large bounding box
...
Reviewed-by: prr, psadhukhan
2026-02-13 19:33:54 +00:00
Daniel Fuchs
c78a2a8c34
8377675: java.net.http tests should not depend on ../../../com/sun/net/httpserver test classes
...
Reviewed-by: djelinski, jpai
2026-02-13 15:38:31 +00:00
Johan Sjölen
486ff5d3fc
8377455: Replace LinkedList with GrowableArray in VM.ThreadDump's OMTable
...
Reviewed-by: dholmes, coleenp
2026-02-13 10:56:13 +00:00
Harshit
4e7106d891
8377035: [s390x] Disable JSR166 test cases which uses virtual threads
...
Reviewed-by: jpai, alanb, amitkumar
2026-02-13 10:43:26 +00:00
Thomas Schatzl
e3661b3cc5
8376664: Find a better place for the Atomic<HeapWord*> vmstructs toplevel declaration
...
Reviewed-by: dholmes
2026-02-13 08:26:32 +00:00
SendaoYan
ce57cef3ed
8371979: Convert java/nio/file/FileStore/Basic.java to JUnit
...
Reviewed-by: alanb, bpb
2026-02-13 08:09:40 +00:00
Sergey Bylokhov
93c87ffe40
8377128: Add missing @Override annotations in "java.beans.*" packages
...
Reviewed-by: tr, prr
2026-02-13 07:41:33 +00:00
Yasumasa Suenaga
3e9911c19f
8377710: Test serviceability/sa/TestJhsdbJstackMixed.java encountered Driver timeout
...
Reviewed-by: dholmes, cjplummer
2026-02-13 06:35:17 +00:00
Robert Toyonaga
9c75afb6d0
8353564: Fail fatally if os::release_memory or os::uncommit_memory fails
...
Reviewed-by: stefank, stuefe, dholmes
2026-02-13 04:47:36 +00:00
SendaoYan
0842782b7a
8377347: jdk/jfr/event/gc/detailed/TestZAllocationStallEvent.java intermittent OOME
...
Reviewed-by: ayang, stefank
2026-02-13 03:33:02 +00:00
Phil Race
eecc0d6904
8376996: Remove AppContext usage from SunClipboard.java
...
Reviewed-by: serb, dnguyen
2026-02-13 01:04:48 +00:00
Alexey Semenyuk
c7ef631b0c
8377629: jpackage: Tighten up output validation in tests
...
Reviewed-by: almatvee
2026-02-12 21:13:34 +00:00
Alexander Zuev
c73f05bec9
8376233: Clean up code in Desktop native peer
...
Reviewed-by: aivanov, prr
2026-02-12 16:32:14 +00:00
David Briemann
37dc1be67d
8188131: [PPC] Increase inlining thresholds to the same as other platforms
...
Reviewed-by: mdoerr, mbaesken
2026-02-12 13:29:33 +00:00
Matthias Baesken
09db4bce5c
8377666: Fedora 41 based devkit build should load more packages from archive location
...
Reviewed-by: clanger, erikj
2026-02-12 12:58:47 +00:00
Galder Zamarreño
c032082645
8374896: Min/Max identity optimization opportunities missing for int and long
...
Reviewed-by: chagedorn, bmaillard
2026-02-12 11:22:48 +00:00
Sean Coffey
c988a4e534
8044609: javax.net.debug options not working and documented as expected
...
Reviewed-by: wetmore
2026-02-12 09:45:59 +00:00
Ramkumar Sunderbabu
6c8d5daad1
8373041: Mark gc/g1/TestCodeCacheUnloadDuringConcCycle.java as flagless
...
Reviewed-by: tschatzl, ayang, syan
2026-02-12 09:07:18 +00:00
Jatin Bhateja
6abb29cc07
8376794: Enable copy and mismatch Partial Inlining for AMD AVX512 targets
...
Reviewed-by: sviswanathan, thartmann
2026-02-12 06:52:08 +00:00
Amit Kumar
5868d351e2
8377651: [s390x] build failure without c1 & c2 compiler
...
Reviewed-by: aph, mdoerr
2026-02-12 03:43:12 +00:00