88680 Commits

Author SHA1 Message Date
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
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