Patricio Chilano Mateo
|
e534ee9932
|
8364343: Virtual Thread transition management needs to be independent of JVM TI
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: coleenp, dholmes, sspitsyn
|
2025-12-03 20:01:45 +00:00 |
|
Ruben Ayrapetyan
|
2177260094
|
8371458: [REDO] Remove exception handler stub code in C2
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: mdoerr, dlong
|
2025-11-24 16:59:25 +00:00 |
|
Kim Barrett
|
f5bc6ee90d
|
8369187: Add wrapper for <new> that forbids use of global allocation and deallocation functions
Reviewed-by: stefank, erikj, jrose
|
2025-11-19 20:56:21 +00:00 |
|
Ashutosh Mehra
|
bbeb6bf0ac
|
8371493: Simplify search for AdapterHandlerEntry
Reviewed-by: kvn, adinn
|
2025-11-11 15:07:10 +00:00 |
|
Tobias Hartmann
|
48bbc950f1
|
8371388: [BACKOUT] JDK-8365047: Remove exception handler stub code in C2
Reviewed-by: chagedorn, epeter
|
2025-11-07 09:17:21 +00:00 |
|
Ruben Ayrapetyan
|
3e3822ad7e
|
8365047: Remove exception handler stub code in C2
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: mdoerr, dlong, dfenacci, adinn, fyang, aph
|
2025-11-05 11:55:02 +00:00 |
|
Kim Barrett
|
e8a1a8707e
|
8369186: HotSpot Style Guide should permit some uses of the C++ Standard Library
Reviewed-by: jrose, lkorinth, iwalulya, kvn, stefank
|
2025-11-02 07:02:06 +00:00 |
|
Chad Rakoczy
|
8236800deb
|
8370527: Memory leak after 8316694: Implement relocation of nmethod within CodeCache
Reviewed-by: shade, eastigeevich, kvn
|
2025-10-31 14:11:13 +00:00 |
|
Francesco Andreuzzi
|
05ee55efcf
|
8369219: JNI::RegisterNatives causes a memory leak in CodeCache
Reviewed-by: shade, apangin, dlong
|
2025-10-28 06:33:41 +00:00 |
|
Martin Doerr
|
b31bbfcf2f
|
8368787: Error reporting: hs_err files should show instructions when referencing code in nmethods
Reviewed-by: stuefe, aph, mbaesken, shade
|
2025-10-24 08:26:24 +00:00 |
|
Ioi Lam
|
6cd7f30d8d
|
8369742: Link AOT-linked classes at JVM bootstrap
Reviewed-by: kvn, asmehra
|
2025-10-17 19:50:04 +00:00 |
|
Chad Rakoczy
|
0cb8ccd89a
|
8369642: [ubsan] nmethod::nmethod null pointer passed as argument 2 to memcpy
Reviewed-by: kvn, mbaesken
|
2025-10-17 18:03:01 +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 |
|
Dean Long
|
da7121aff9
|
8366461: Remove obsolete method handle invoke logic
Reviewed-by: vlivanov, mhaessig
|
2025-10-02 22:21:13 +00:00 |
|
Francesco Andreuzzi
|
dfd383224d
|
8368966: Remove spurious VMStructs friends
Reviewed-by: stefank, ayang
|
2025-10-02 08:58:54 +00:00 |
|
Albert Mingkun Yang
|
741221988e
|
8368261: Serial: Use more precise nmethod scope during Full GC marking
Reviewed-by: stefank, fandreuzzi
|
2025-09-25 16:47:22 +00:00 |
|
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 |
|