88676 Commits

Author SHA1 Message Date
Xiaolong Peng
f9fa2bc601 style: simplify the branches in humongous alloc code path 2026-06-12 16:27:33 -07:00
Xiaolong Peng
139cf8d151 Simplify alloc region caching: keep first instead of largest 2026-06-12 09:25:17 -07:00
Xiaolong Peng
fe0c1985ce fix: wrong comments on update watermark 2026-06-11 14:31:52 -07:00
Xiaolong Peng
e6d1496c2e
Merge branch 'openjdk:master' into shenandoah-allocator-interface 2026-06-11 08:52:56 -07:00
Xiaolong Peng
fac6f8964d perf: add padding between allocators 2026-06-11 08:20:00 -07: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
jdk-28+2
2026-06-11 04:29:46 +00:00
Jatin Bhateja
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
Xiaolong Peng
e80625cea7 fix: include gc/shenandoah/shenandoahHeap.inline.hpp to fix build error 2026-06-10 18:35:12 -07:00
Xiaolong Peng
048131bfc8 fix: Add #include "gc/shenandoah/shenandoahHeap.hpp" to build error 2026-06-10 17:40:19 -07:00
Xiaolong Peng
371d676da2 Merge branch 'shenandoah-allocator-interface' of https://github.com/pengxiaolong/jdk into shenandoah-allocator-interface 2026-06-10 15:56:04 -07:00
Xiaolong Peng
cb80bf4a8d
Merge branch 'openjdk:master' into shenandoah-allocator-interface 2026-06-10 15:55:54 -07:00
Xiaolong Peng
8337552855 Merge branch 'shenandoah-allocator-interface' of https://github.com/pengxiaolong/jdk into shenandoah-allocator-interface 2026-06-10 15:55:24 -07:00
Xiaolong Peng
33549e22f1 Remove ShenandoahPartitionAllocatorBase to eliminate virtual dispatch 2026-06-10 15:54:37 -07: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
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
Xiaolong Peng
469976a7db
Merge branch 'openjdk:master' into shenandoah-allocator-interface 2026-06-08 14:35:33 -07: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
Xiaolong Peng
d3d97886c0
Merge branch 'master' into shenandoah-allocator-interface 2026-06-08 09:48:49 -07: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
48ec5a6b7c Relaxed memory order for allocated bytes sampling 2026-06-08 08:51:12 -07: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
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