Johan Sjölen
069c569a71
8368097: [asan] heap-buffer-overflow reported in ClassFileParser::skip_over_field_signature
...
Reviewed-by: dholmes, mbaesken
2025-10-06 07:48:45 +00:00
Damon Fenacci
85877e2022
8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee
...
Reviewed-by: vlivanov, dlong
2025-10-06 06:17:48 +00:00
Vladimir Ivanov
ba7bf43c76
8365290: [perf] x86 ArrayFill intrinsic generates SPLIT_STORE for unaligned arrays
...
Reviewed-by: sviswanathan, vpaprotski, kvn
2025-10-05 23:55:53 +00:00
Chad Rakoczy
f740cd2aad
8316694: Implement relocation of nmethod within CodeCache
...
Reviewed-by: kvn, eosterlund, never, eastigeevich, bulasevich
2025-10-04 21:17:26 +00:00
Sergey Bylokhov
c3fbbfabcc
8369027: Apply java.io.Serial annotations in java.scripting
...
Reviewed-by: rriggs
2025-10-03 23:16:41 +00:00
Roger Riggs
012e079d11
8356202: Cleanup Source code in String Implementation Classes
...
Reviewed-by: jpai, rgiulietti, liach
2025-10-03 18:45:34 +00:00
Sergey Bylokhov
0e98ec3662
8367384: The ICC_Profile class may throw exceptions during serialization
...
Reviewed-by: honkar, prr
2025-10-03 17:49:59 +00:00
Justin Lu
23a65644ae
8368981: Case Fold Locale Legacy Tags On Demand
...
Reviewed-by: rriggs, naoto
2025-10-03 16:25:55 +00:00
Hannes Wallnöfer
f81c7c592b
8276966: Improve diagnostic output for the mismatching parts of a hybrid snippet
...
Reviewed-by: prappo
2025-10-03 15:53:37 +00:00
Benoît Maillard
7231916754
8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop
...
Reviewed-by: mhaessig, roland
2025-10-03 10:40:50 +00:00
Yuri Gaevsky
134b63f0e8
8322174: RISC-V: C2 VectorizedHashCode RVV Version
...
Reviewed-by: fyang, rehn
2025-10-03 09:44:56 +00:00
María Arias de Reyna Domínguez
2e783963d2
8369037: Identify owning method for MethodData and MethodCounters in AOT map output
...
Reviewed-by: iklam, asmehra, adinn, macarte
2025-10-03 07:57:24 +00:00
Joe Wang
3790965df3
8336695: Update Commons BCEL to Version 6.10.0
...
Reviewed-by: lancea, naoto, iris
2025-10-03 03:50:01 +00:00
Ashutosh Mehra
f62b9eca08
8364929: Assign unique id to each AdapterBlob stored in AOTCodeCache
...
Reviewed-by: kvn, iklam
2025-10-03 02:43:14 +00:00
Dean Long
da7121aff9
8366461: Remove obsolete method handle invoke logic
...
Reviewed-by: vlivanov, mhaessig
2025-10-02 22:21:13 +00:00
Ioi Lam
3f27a03bba
8368727: CDS custom loader support causes asserts during class unloading
...
Reviewed-by: coleenp, dholmes
2025-10-02 20:00:58 +00:00
Francesco Andreuzzi
1d55adee11
8368989: Use NMethodMarkingScope and ThreadsClaimTokenScope in shenandoahSTWMark
...
Reviewed-by: shade, ayang
2025-10-02 18:49:00 +00:00
Joe Darcy
3d113af9e3
8369051: More small Float16 refactorings
...
Reviewed-by: rgiulietti
2025-10-02 16:43:01 +00:00
Erik Gahlin
5fccabff15
8368670: Deadlock in JFR on event register + class load
...
Reviewed-by: mgronlun
2025-10-02 15:51:46 +00:00
Igor Veresov
1a03a1fbb1
8369033: Remove dead code in training data
...
Reviewed-by: rcastanedalo, kvn
2025-10-02 15:38:51 +00:00
Casper Norrbin
5252262349
8292984: Refactor internal container-related interfaces for clarity
...
Reviewed-by: sgehwolf, eosterlund
2025-10-02 13:38:41 +00:00
Shaojin Wen
2c7f7380ea
8368825: Use switch expression for DateTimeFormatterBuilder pattern character lookup
...
Reviewed-by: rriggs, naoto, scolebourne
2025-10-02 13:32:09 +00:00
Daniel Jeliński
56baf64ada
8368520: TLS 1.3 KeyUpdate fails with SunPKCS11 provider
...
Reviewed-by: valeriep
2025-10-02 13:29:45 +00:00
Francesco Andreuzzi
8be16160d2
8367609: serviceability/sa/ClhsdbPmap.java fails when built with Clang
...
Reviewed-by: kevinw, cjplummer
2025-10-02 11:41:30 +00:00
Francesco Andreuzzi
dfd383224d
8368966: Remove spurious VMStructs friends
...
Reviewed-by: stefank, ayang
2025-10-02 08:58:54 +00:00
Jan Lahoda
5251405ce9
8368848: JShell's code completion not always working for multi-snippet inputs
...
Reviewed-by: asotona
2025-10-02 06:52:59 +00:00
Boris Ulasevich
fa3af820ad
8338197: [ubsan] ad_x86.hpp:6417:11: runtime error: shift exponent 100 is too large for 32-bit type 'unsigned int'
...
Reviewed-by: kvn, dlong
2025-10-01 23:49:03 +00:00
Igor Veresov
4df41d2a75
8368698: runtime/cds/appcds/aotCache/OldClassSupport.java assert(can_add()) failed: Cannot add TrainingData objects
...
Reviewed-by: heidinga, iklam
2025-10-01 23:15:13 +00:00
Johannes Graham
db6320df98
8368968: FloatingDecimal: Clean up unused code
...
Reviewed-by: rgiulietti
2025-10-01 20:00:43 +00:00
Joe Darcy
ef724f40c1
8368985: Small Float16 refactorings
...
Reviewed-by: rgiulietti, jbhateja
2025-10-01 19:56:05 +00:00
Justin Lu
6b72b77803
6177299: [Fmt-Nu] NumberFormat.getPercentInstance() does not work correctly
...
Reviewed-by: naoto
2025-10-01 17:57:43 +00:00
Pavel Rappo
e44ef0c32b
8367704: Fix minor documentation issues in java.time.**
...
Reviewed-by: naoto, rriggs
2025-10-01 16:05:31 +00:00
Francesco Andreuzzi
c54dcefbfd
8368938: Remove ObjectWaiter::badObjectWaiterPtr
...
Reviewed-by: shade, ayang
2025-10-01 14:59:14 +00:00
Roberto Castañeda Lozano
182fbc2b83
8368675: IGV: nodes are wrongly marked as changed in the difference view
...
Reviewed-by: mchevalier, mhaessig, dfenacci, tholenstein
2025-10-01 13:55:18 +00:00
Justin King
c69456e87a
8368962: hotspot/cpu/aarch64/bytecodes_aarch64.{hpp,cpp} is unused
...
Reviewed-by: aph, mhaessig
2025-10-01 13:23:13 +00:00
Hamlin Li
f49849a5ed
8368893: RISC-V: crash after JDK-8352673 on fastdebug version
...
Reviewed-by: fyang, dzhang
2025-10-01 08:22:02 +00:00
Thomas Schatzl
6c2d383492
8368953: Document the reason why Serial/Parallel/G1 use zero as dirty card value
...
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Reviewed-by: ayang, iwalulya
2025-10-01 08:08:19 +00:00
Thomas Schatzl
1188ca55f5
8368954: G1: Document why G1 uses TLS storage for the current card table reference
...
Reviewed-by: ayang, rcastanedalo, iwalulya
2025-10-01 08:07:59 +00:00
Kim Barrett
394eb80a48
8368957: Remove metaprogramming/logical.hpp in favor of C++17 facilities
...
Reviewed-by: mchevalier, iwalulya
2025-10-01 06:12:05 +00:00
Kim Barrett
8c3ca024c7
8368817: Convert JDK_Version::to_string to use stringStream instead of jio_snprintf-chain
...
Reviewed-by: fandreuzzi, jsjolen
2025-10-01 03:58:49 +00:00
Mohamed Issa
9b02896b47
8360558: Use hex literals instead of decimal literals in math intrinsic constants
...
Reviewed-by: mhaessig, sparasa, jbhateja
2025-09-30 21:08:06 +00:00
Francesco Andreuzzi
fe9dbcc496
8368599: ShenandoahConcurrentMark could use ThreadsClaimTokenScope
...
Reviewed-by: ayang, shade, wkemper
2025-09-30 16:15:21 +00:00
Robbin Ehn
07ecc93dbd
8367692: RISC-V: Align post call nop
...
Reviewed-by: fyang, fjiang, mli
2025-09-30 15:10:30 +00:00
Erik Gahlin
8cc54ec6b8
8368563: JFR: Improve jfr query help text
...
Reviewed-by: mgronlun
2025-09-30 14:14:53 +00:00
Anass Baya
07ea907e4f
8361606: ConsumeNextMnemonicKeyTypedTest.java fails on Windows: character typed with VK_A: a
...
8321303: Intermittent open/test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/ConsumeNextMnemonicKeyTypedTest.java failure on Linux
Reviewed-by: dnguyen, honkar, aivanov
2025-09-30 13:57:07 +00:00
Albert Mingkun Yang
444007fc23
8368842: Parallel: Refactor PCAddThreadRootsMarkingTaskClosure
...
Reviewed-by: fandreuzzi, tschatzl
2025-09-30 12:27:22 +00:00
Jan Lahoda
8606d3f840
8365060: Historical data for JDK 8 should include the jdk.net package
...
Reviewed-by: shade, liach
2025-09-30 11:54:37 +00:00
Yasumasa Suenaga
64c46d8efc
8367953: JFR sampler threads does not appear in thread dump
...
Reviewed-by: mgronlun
2025-09-30 11:32:44 +00:00
Francesco Andreuzzi
ba0a6eed1a
8368357: Some source files have initial blank lines
...
Reviewed-by: stefank, ayang, serb, jwaters, jpai
2025-09-30 10:41:13 +00:00
Markus Grönlund
b19e872192
8362573: Incorrect weight of the first ObjectAllocationSample JFR event (regression)
...
Reviewed-by: egahlin
2025-09-30 10:35:23 +00:00