29208 Commits

Author SHA1 Message Date
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
Yasumasa Suenaga
24f67917c2 8374577: Heap dump from core does not contain HPROF_GC_ROOT_JAVA_FRAME
Reviewed-by: cjplummer, amenkov, kevinw, aturbanov
2026-02-12 01:58:22 +00:00
Jesper Wilhelmsson
961d32842d 8377509: Add licenses for gcc 14.2.0
Reviewed-by: dholmes
2026-02-11 23:31:23 +00:00
Ioi Lam
0867f9b1b4 8377307: Refactor code for AOT cache pointer compression
Reviewed-by: jsjolen, xuelei, asmehra
2026-02-11 23:00:50 +00:00
William Kemper
e515c10f3a 8377396: GenShen: Consolidate and simplify in place region promotions
Reviewed-by: shade, kdnilsen
2026-02-11 20:10:59 +00:00
Phil Race
39a1d1c801 8376998: [macOS] Remove AppContext from AppEventHandler
Reviewed-by: serb, dnguyen
2026-02-11 19:23:03 +00:00
Ben Taylor
708970a1a6 8377045: Shenandoah: Convert ShenandoahLock related code to use Atomic<T>
Reviewed-by: wkemper, xpeng
2026-02-11 16:58:21 +00:00
Yasumasa Suenaga
a8a88d7992 8374469: Mixed jstack does not work on Windows
Reviewed-by: cjplummer, kevinw
2026-02-11 14:11:51 +00:00
Yasumasa Suenaga
a532e509ed 8377395: serviceability/sa/TestJhsdbJstackMixedCore.java fails due to NPE because "because "this.cfa" is null"
Reviewed-by: cjplummer, kevinw
2026-02-11 12:04:19 +00:00
Johan Sjölen
0097db5643 8364655: Loading class with nested annotations causes stack overflow in VM
Reviewed-by: dholmes, fbredberg
2026-02-11 11:25:24 +00:00
Afshin Zafari
1bce8e4738 8366957: Amalloc may return null despite contrary AllocFailType
Reviewed-by: jsjolen, dholmes, kbarrett
2026-02-11 09:30:55 +00:00
Thomas Schatzl
e34291d8e1 8377442: More fixes to ThreadLocalAllocBuffer after JDK-8377179
Reviewed-by: ayang, kbarrett, iwalulya
2026-02-11 09:24:18 +00:00
Thomas Schatzl
9026f49dd2 8377446: Improve parameter naming in pointer_delta()
Reviewed-by: ayang, chagedorn
2026-02-11 09:23:52 +00:00
Leo Korinth
57931dc6b2 8377172: Change datatype of CodeEntryAlignment to uint
Reviewed-by: ayang, mhaessig
2026-02-11 09:14:58 +00:00
Benoît Maillard
56afb460a0 8375038: C2: Enforce that Ideal() returns the root of the subgraph if any change was made by checking the node hash
Reviewed-by: qamai, mchevalier
2026-02-11 08:27:48 +00:00
Alexey Semenyuk
a87da5173f 8377514: jpackage: support passing multiple exceptions to the top-level error handler
Reviewed-by: almatvee
2026-02-11 02:29:39 +00:00
Jaikiran Pai
3a588e5bed 8377338: URLJarFile$URLJarFileEntry need not clone the arrays returned by getCertificates() and getCodeSigners()
Reviewed-by: mullan
2026-02-11 02:11:56 +00:00
Jaikiran Pai
e516800b3e 8219203: Use StringBuilder instead of StringBuffer in com.sun.jndi.dns.ResourceRecord
Reviewed-by: alanb, aefimov, rriggs, bpb, lancea
2026-02-11 02:02:10 +00:00
Kim Barrett
f835073f75 8377626: The macOS build is broken after JDK-8332189
Reviewed-by: dholmes
2026-02-11 01:52:55 +00:00
Ben Taylor
8455b66810 8377200: Shenandoah: Convert shenandoahSharedVariables and related code to use Atomic<T>
Reviewed-by: wkemper, xpeng
2026-02-11 01:39:13 +00:00
Yasumasa Suenaga
5b7a364e45 8377368: [REDO] Mixed jstack cannot find function in vDSO
Reviewed-by: cjplummer, kevinw
2026-02-11 01:12:06 +00:00
Damon Nguyen
3de6dbab14 8377183: Impossible or redundant condition in AwtFrame::_NotifyModalBlocked of awt_Frame.cpp:1635
Reviewed-by: serb, prr
2026-02-11 00:55:17 +00:00
Ioi Lam
7bc2475962 8377096: Refactor AOTMapLogger::OopDataIterator implementations
Reviewed-by: eosterlund, kvn
2026-02-10 17:07:56 +00:00
Anton Artemov
43b2d2bddf 8375285: Port fdlibm asinh to Java
Reviewed-by: darcy, rgiulietti
2026-02-10 16:41:42 +00:00
Daniel Jeliński
d97ea5a8cd 8377549: [BACKOUT] Need to keep leading zeros in TlsPremasterSecret of TLS1.3 DHKeyAgreement
Reviewed-by: mullan
2026-02-10 14:48:52 +00:00
Daniel Fuchs
ef345e7879 8377457: java/util/logging/ParentLoggersTest.java failed intermittently
Reviewed-by: alanb, jpai
2026-02-10 14:23:23 +00:00
Joel Sikström
28f845a670 8376777: Consistent use of nonstatic instead of non_static in ci files
Reviewed-by: chagedorn, aseoane
2026-02-10 13:19:40 +00:00
Mikhail Yankelevich
264fdc5b4e 8374808: Add new methods to KeyStore and KeyStoreSpi that return the creation date as an Instant instead of Date
Reviewed-by: weijun
2026-02-10 12:18:03 +00:00
Liam Miller-Cushon
665dc490c2 8208752: Calling a deserialized Lambda might fail with ClassCastException
8374654: Inconsistent handling of lambda deserialization for Object method references on interfaces

Reviewed-by: vromero, jlahoda
2026-02-10 09:08:54 +00:00
Thomas Schatzl
fef06c04e7 8376328: Convert PLABStats to use Atomic<T>
Reviewed-by: iwalulya, ayang
2026-02-10 08:31:13 +00:00
Thomas Schatzl
f124f86f43 8376666: Convert G1BlockOffsetTable to use Atomic<T>
Reviewed-by: iwalulya, ayang
2026-02-10 08:30:40 +00:00
Thomas Schatzl
2c9c2f514b 8376353: Parallel: Convert PSParallelCompact classes to use Atomic<T>
Reviewed-by: iwalulya, ayang
2026-02-10 08:27:39 +00:00
Varada M
b8088941c8 8377355: VectorAPI source generation broken after JDK-8371187
Reviewed-by: liach, jbhateja
2026-02-10 07:28:04 +00:00
Sergey Bylokhov
f9ded7f88c 6441373: Editing JTable is not Serializable
Reviewed-by: psadhukhan
2026-02-09 21:07:51 +00:00
Ben Taylor
57eb9c79b0 8377043: Shenandoah: Convert ShenandoahHeapRegion related code to use Atomic<T>
Reviewed-by: xpeng, cslucas, kdnilsen, wkemper
2026-02-09 20:00:51 +00:00
Mohamed Issa
161aa5d528 8371955: Support AVX10 floating point comparison instructions
Reviewed-by: epeter, sviswanathan, sparasa
2026-02-09 19:14:46 +00:00
Damon Nguyen
3871b8899d 8375065: Update LCMS to 2.18
Reviewed-by: prr, serb, jdv
2026-02-09 17:43:07 +00:00
Phil Race
3065aa48c9 8376627: Remove AppContext from javax/swing/plaf/metal classes
Reviewed-by: serb, psadhukhan
2026-02-09 17:26:32 +00:00
Thomas Schatzl
2a8badf5a6 8376356: Parallel: Convert PSCardTable to use Atomic<T>
Reviewed-by: iwalulya, ayang
2026-02-09 14:50:26 +00:00
Thomas Schatzl
f81bea29a3 8376351: Parallel: Convert ParallelScavengeHeap to use Atomic<T>
Reviewed-by: iwalulya, ayang
2026-02-09 14:47:55 +00:00
Thomas Schatzl
47b2e994b0 8376199: Convert CodeCacheUnloadingTask to use Atomic<T>
Reviewed-by: iwalulya, ayang
2026-02-09 14:47:34 +00:00
Anjian Wen
a5765a916a 8377225: RISC-V: Improve receiver type profiling reliability
Reviewed-by: shade, fjiang, fyang
2026-02-09 11:50:40 +00:00
Albert Mingkun Yang
d10ddb8203 8377352: Parallel: Incorrect capacity in GC overhead log
Reviewed-by: tschatzl, kbarrett
2026-02-09 10:52:09 +00:00
Guanqiang Han
07f78779e0 8376491: ZGC: crash in __memset_evex_unaligned_erms when initializing heap using high values for -XX:ConcGCThreads
Reviewed-by: aboldtch, stefank
2026-02-09 09:47:45 +00:00
Thomas Schatzl
a7bf468a8f 8377165: G1: Introduce common G1 GC Mark to collect scoped objects
Reviewed-by: iwalulya, ayang
2026-02-09 09:44:28 +00:00
Ramkumar Sunderbabu
ee5b10c7f0 8375443: AVX-512: Disabling through UseSHA doesn't affect UseSHA3Intrinsics
Reviewed-by: mhaessig, kvn
2026-02-09 09:03:47 +00:00
Thomas Schatzl
1314857b33 8377443: G1: Remove unnecessary cast in ResizeTLABAndSwapCardTableTask
Reviewed-by: ayang
2026-02-09 08:49:30 +00:00
ikarostsin
dc80ce7aec 8374056: RISC-V: Fix argument passing for the RiscvFlushIcache::flush
Reviewed-by: fyang, rehn
2026-02-09 07:41:20 +00:00
Alexey Semenyuk
5152fdcd49 8377331: jpackage: improve sign errors reporting
Reviewed-by: almatvee
2026-02-07 03:27:23 +00:00