Hamlin Li
|
e6ddb39635
|
8368525: nmethod ic cleanup
Reviewed-by: chagedorn, mhaessig
|
2025-09-25 08:11:15 +00:00 |
|
Ashutosh Mehra
|
156eb767f1
|
8366905: Store AdapterBlob pointer in AdapterHandlerEntry
Reviewed-by: kvn, adinn
|
2025-09-24 13:37:58 +00:00 |
|
Thomas Schatzl
|
8d5c005642
|
8342382: Implement JEP 522: G1 GC: Improve Throughput by Reducing Synchronization
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Carlo Refice <carlo.refice@oracle.com>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: iwalulya, rcastanedalo, aph, ayang
|
2025-09-22 13:47:45 +00:00 |
|
Kim Barrett
|
9e843f56ec
|
8367014: Rename class Atomic to AtomicAccess
Reviewed-by: dholmes, aph, stefank
|
2025-09-12 06:35:55 +00:00 |
|
Daniel Jeliński
|
b7b01d6f56
|
8366984: Remove delay slot support
Reviewed-by: dlong, epeter
|
2025-09-10 06:16:39 +00:00 |
|
Ioi Lam
|
f90d520308
|
8366475: Rename MetaspaceShared class to AOTMetaspace
Reviewed-by: kvn, asmehra
|
2025-09-04 16:23:46 +00:00 |
|
David Holmes
|
80ab094a75
|
8347707: Standardise the use of os::snprintf and os::snprintf_checked
Reviewed-by: kbarrett, fbredberg
|
2025-08-31 21:34:16 +00:00 |
|
Johan Sjölen
|
5c78c7cd83
|
8366341: [BACKOUT] JDK-8365256: RelocIterator should use indexes instead of pointers
Reviewed-by: ayang
|
2025-08-28 12:15:03 +00:00 |
|
Johan Sjölen
|
88c3979367
|
8365256: RelocIterator should use indexes instead of pointers
Reviewed-by: kvn, dlong
|
2025-08-27 07:55:57 +00:00 |
|
Cesar Soares Lucas
|
f28f618972
|
8356289: Shenandoah: Clean up SATB barrier runtime entry points
Reviewed-by: kdnilsen, ysr, wkemper
|
2025-08-22 21:51:21 +00:00 |
|
Aleksey Shipilev
|
9c266ae83c
|
8365229: ARM32: c2i_no_clinit_check_entry assert failed after JDK-8364269
Reviewed-by: kvn, adinn, bulasevich, phh
|
2025-08-13 20:49:16 +00:00 |
|
Johan Sjölen
|
4680dc9831
|
8365264: Rename ResourceHashtable to HashTable
Reviewed-by: iklam, ayang
|
2025-08-13 18:41:57 +00:00 |
|
Andrew Dinn
|
241808e13f
|
8364269: Simplify code cache API by storing adapter entry offsets in blob
Reviewed-by: kvn, shade, asmehra
|
2025-08-08 09:12:08 +00:00 |
|
Francesco Andreuzzi
|
df736eb582
|
8364618: Sort share/code includes
Reviewed-by: shade, mhaessig
|
2025-08-05 10:23:54 +00:00 |
|
Ao Qi
|
2da0cdadb8
|
8363895: Minimal build fails with slowdebug builds after JDK-8354887
Reviewed-by: kvn, shade
|
2025-07-24 01:33:38 +00:00 |
|
Albert Mingkun Yang
|
6949e34575
|
8362592: Remove unused argument in nmethod::oops_do
Reviewed-by: zgu
|
2025-07-18 13:48:44 +00:00 |
|
Yudi Zheng
|
6681fc72d3
|
8361569: [JVMCI] Further refine JVMCI-compiled nmethod that should not collect deoptimization profile
Reviewed-by: dnsimon, gdub
|
2025-07-09 19:12:37 +00:00 |
|
Andrew Dinn
|
b1fa1ecc98
|
8360707: Globally enumerate all blobs, stubs and entries
Reviewed-by: kvn, fyang, asmehra
|
2025-07-09 08:48:07 +00:00 |
|
Vladimir Kozlov
|
dedcce0450
|
8360942: [ubsan] aotCache tests trigger runtime error: applying non-zero offset 16 to null pointer in CodeBlob::relocation_end()
Reviewed-by: adinn, mbaesken
|
2025-07-08 19:34:39 +00:00 |
|
Boris Ulasevich
|
74822ce12a
|
8358183: [JVMCI] crash accessing nmethod::jvmci_name in CodeCache::aggregate
Reviewed-by: eastigeevich, phh
|
2025-07-02 21:15:46 +00:00 |
|
Yudi Zheng
|
ea86a20e6d
|
8357424: [JVMCI] Avoid incrementing decompilation count for hosted compiled nmethod
Reviewed-by: dnsimon, never, cslucas
|
2025-07-02 18:38:31 +00:00 |
|
Ashutosh Mehra
|
3066a67e62
|
8361101: AOTCodeAddressTable::_stubs_addr not initialized/freed properly
Reviewed-by: kvn, shade
|
2025-07-02 13:25:00 +00:00 |
|
Taizo Kurashige
|
ce9986991d
|
8359120: Improve warning message when fail to load hsdis library
Reviewed-by: mhaessig, thartmann
|
2025-07-02 09:21:57 +00:00 |
|
Aleksey Shipilev
|
1ac7489874
|
8361180: Disable CompiledDirectCall verification with -VerifyInlineCaches
Reviewed-by: kvn, thartmann
|
2025-07-02 05:38:28 +00:00 |
|
Aleksey Shipilev
|
aa1911191c
|
8360867: CTW: Disable inline cache verification
Reviewed-by: kvn, thartmann
|
2025-06-30 12:55:36 +00:00 |
|
Dean Long
|
cf75f1f9c6
|
8358821: patch_verified_entry causes problems, use nmethod entry barriers instead
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: mdoerr, eosterlund
|
2025-06-25 19:25:34 +00:00 |
|
Cesar Soares Lucas
|
2fe1298447
|
8359064: Expose reason for marking nmethod non-entrant to JVMCI client
Reviewed-by: dnsimon, never
|
2025-06-19 18:02:41 +00:00 |
|
Kim Barrett
|
7bc0d82450
|
8359227: Code cache/heap size options should be size_t
Reviewed-by: mhaessig, tschatzl
|
2025-06-18 18:05:18 +00:00 |
|
Vladimir Kozlov
|
96070212ad
|
8359646: C1 crash in AOTCodeAddressTable::add_C_string
Reviewed-by: adinn, iklam
|
2025-06-17 15:55:14 +00:00 |
|
Vladimir Kozlov
|
6e390ef17c
|
8358690: Some initialization code asks for AOT cache status way too early
Reviewed-by: asmehra, adinn
|
2025-06-16 15:55:51 +00:00 |
|
Cesar Soares Lucas
|
62fde68708
|
8357396: Refactor nmethod::make_not_entrant to use Enum instead of "const char*"
Reviewed-by: mhaessig, shade
|
2025-06-05 16:43:29 +00:00 |
|
Vladimir Kozlov
|
849655a145
|
8358632: [asan] reports heap-buffer-overflow in AOTCodeCache::copy_bytes
Reviewed-by: vlivanov, iveresov
|
2025-06-05 03:25:46 +00:00 |
|
Aleksey Shipilev
|
3cf3e4bbec
|
8358339: Handle MethodCounters::_method backlinks after JDK-8355003
Reviewed-by: coleenp, kvn, iveresov
|
2025-06-04 21:32:29 +00:00 |
|
Ashutosh Mehra
|
fd0ab04367
|
8358330: AsmRemarks and DbgStrings clear() method may not get called before their destructor
Reviewed-by: kvn
|
2025-06-04 16:52:38 +00:00 |
|
Cesar Soares Lucas
|
2345065166
|
8357600: Patch nmethod flushing message to include more details
Reviewed-by: shade, kvn
|
2025-06-03 23:39:32 +00:00 |
|
Vladimir Kozlov
|
e3eb089d47
|
8357175: Failure to generate or load AOT code should be handled gracefully
Reviewed-by: iveresov, asmehra
|
2025-06-01 03:57:28 +00:00 |
|
Ashutosh Mehra
|
59dc849909
|
8358230: Incorrect location for the assert for blob != nullptr in CodeBlob::create
Reviewed-by: kvn
|
2025-06-01 01:04:54 +00:00 |
|
Dean Long
|
66747710a4
|
8357468: [asan] heap buffer overflow reported in PcDesc::pc_offset() pcDesc.hpp:57
Reviewed-by: kvn, thartmann
|
2025-05-23 19:29:09 +00:00 |
|
Vladimir Kozlov
|
b1b786a3be
|
8357402: Crash in AdapterHandlerLibrary::lookup
Reviewed-by: shade, iveresov
|
2025-05-22 18:59:37 +00:00 |
|
Vladimir Kozlov
|
8184ce39a8
|
8357514: Disable AOT caching for runtime stubs
Reviewed-by: iveresov, iklam
|
2025-05-22 06:09:34 +00:00 |
|
Vladimir Kozlov
|
cedd1a5343
|
8357250: assert(shift >= 0 && shift < 4) failed: unexpected compressd klass shift!
Reviewed-by: asmehra, mdoerr
|
2025-05-20 20:11:56 +00:00 |
|
Vladimir Kozlov
|
84a98ab43f
|
8357166: Many AOT tests failed with VM crash
Reviewed-by: thartmann, shade
|
2025-05-19 14:53:52 +00:00 |
|
Ashutosh Mehra
|
63ef90be97
|
8357084: Zero build fails after JDK-8354887
Reviewed-by: ccheung, kvn
|
2025-05-16 17:21:16 +00:00 |
|
Ashutosh Mehra
|
c59debb384
|
8354887: Preserve runtime blobs in AOT code cache
Co-authored-by: Andrew Dinn <adinn@openjdk.org>
Reviewed-by: kvn, adinn
|
2025-05-15 17:18:56 +00:00 |
|
Vladimir Kozlov
|
2595fcc7cc
|
8356192: Enable AOT code caching only on supported platforms
Reviewed-by: shade, mdoerr, fyang
|
2025-05-12 20:29:42 +00:00 |
|
Gergö Barany
|
90f0f1b88b
|
8354443: [Graal] crash after deopt in TestG1BarrierGeneration.java
Reviewed-by: dnsimon, yzheng
|
2025-05-07 14:49:37 +00:00 |
|
Manuel Hässig
|
1eee15eea6
|
8258229: Crash in nmethod::reloc_string_for
Reviewed-by: galder, thartmann
|
2025-05-06 09:05:37 +00:00 |
|
Boris Ulasevich
|
aea2837143
|
8355896: Lossy narrowing cast of JVMCINMethodData::size
Reviewed-by: kvn, dnsimon
|
2025-05-06 01:26:15 +00:00 |
|
Aleksey Shipilev
|
f68764490c
|
8356153: Shenandoah stubs are missing in AOT Code Cache addresses table
Reviewed-by: kvn
|
2025-05-05 16:30:25 +00:00 |
|
Aleksey Shipilev
|
1501a5e41e
|
8356122: Client build fails after JDK-8350209
Reviewed-by: chagedorn
|
2025-05-05 12:51:02 +00:00 |
|