20567 Commits

Author SHA1 Message Date
Thomas Schatzl
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
Quan Anh Mai
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
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
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
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
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
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
Manuel Hässig
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Chad Rakoczy
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
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
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
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
Chen Liang
3bd0923ca8 8386601: Rename LANGUAGE_MODEL preview feature to PREVIEW_SUPPORT
Reviewed-by: hannesw, vromero
2026-06-12 18:25:24 +00:00