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 |
|
Matias Saavedra Silva
|
74eff77554
|
8347462: Improve TraceClassLoading to add link information
Reviewed-by: dholmes, coleenp
|
2026-03-31 15:51:40 +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 |
|
Ruben Ayrapetyan
|
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 |
|
Renjith Kannath Pariyangad
|
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 |
|
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 |
|
Prasanta Sadhukhan
|
2eec71a500
|
8380422: Fix Formatting issues missed in JDK-8380125
Reviewed-by: dnguyen, serb
|
2026-03-31 01:19: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 |
|
Matias Saavedra Silva
|
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 |
|
Liam Miller-Cushon
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|