Manuel Hässig
|
2acf0dc98a
|
8382582: Remove the experimental JVMCI feature
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Co-authored-by: Mikael Vidstedt <mikael@openjdk.org>
Reviewed-by: kvn, thartmann, liach, stefank, coleenp, erikj, vlivanov, cjplummer, alanb
|
2026-05-26 16:34:02 +00:00 |
|
Casper Norrbin
|
95791f3b5f
|
8380129: Remove AccessFlags::print_on in favor of context-specific printing
Reviewed-by: liach, dholmes, coleenp
|
2026-04-27 10:35:39 +00:00 |
|
Vladimir Kozlov
|
ae5b765e38
|
8382430: Extend output format of -XX:+PrintCompilation2 diagnostic flag
Reviewed-by: vlivanov, aseoane
|
2026-04-20 15:51:49 +00:00 |
|
Paul Hübner
|
32a619715e
|
8370044: TraceBytecodes shouldn't break up lines
Reviewed-by: dholmes, coleenp, jsjolen
|
2026-02-24 10:07:45 +00:00 |
|
Guanqiang Han
|
6f6966b28b
|
8374862: assert(false) failed: Attempting to acquire lock MDOExtraData_lock/nosafepoint-1 out of order with lock tty_lock/tty -- possible deadlock (running with -XX:+Verbose -XX:+WizardMode -XX:+PrintDeoptimizationDetails)
Reviewed-by: dholmes, dlong
|
2026-01-23 11:37:30 +00:00 |
|
Francesco Andreuzzi
|
37b70707bd
|
8362587: Sort share/oops includes
Reviewed-by: shade, dholmes
|
2025-07-21 08:43:30 +00:00 |
|
Coleen Phillimore
|
d8f9b188fa
|
8268406: Deallocate jmethodID native memory
Reviewed-by: dholmes, sspitsyn, dcubed, eosterlund, aboldtch
|
2025-06-27 11:20:49 +00:00 |
|
Igor Veresov
|
e3f85c961b
|
8355003: Implement JEP 515: Ahead-of-Time Method Profiling
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Ioi Lam <iklam@openjdk.org>
Co-authored-by: Vladimir Kozlov <kvn@openjdk.org>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: kvn, ihse, cjplummer, iklam
|
2025-05-28 15:15:03 +00:00 |
|
Aleksey Shipilev
|
b1b48286a6
|
8350086: Inline hot Method accessors for faster task selection
Reviewed-by: kvn, coleenp, aph, vlivanov
|
2025-02-17 09:21:49 +00:00 |
|
Coleen Phillimore
|
6ee2bd2f33
|
8347147: [REDO] AccessFlags can be u2 in metadata
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: vlivanov, yzheng
|
2025-01-08 19:48:25 +00:00 |
|
David Holmes
|
021c476409
|
8347148: [BACKOUT] AccessFlags can be u2 in metadata
Reviewed-by: coleenp
|
2025-01-08 00:37:27 +00:00 |
|
Coleen Phillimore
|
098afc8b7d
|
8339113: AccessFlags can be u2 in metadata
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: sspitsyn, vlivanov, yzheng, dlong, dholmes
|
2025-01-07 22:03:38 +00:00 |
|
Coleen Phillimore
|
7bb4474d81
|
8344579: Clean up forward declarations and includes
Reviewed-by: stefank
|
2024-11-20 12:22:43 +00:00 |
|
Ioi Lam
|
41a2d49f0a
|
8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking
Reviewed-by: jrose, kvn, heidinga, asmehra, vlivanov
|
2024-11-15 22:28:54 +00:00 |
|
Patricio Chilano Mateo
|
78b80150e0
|
8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: aboldtch, dholmes, coleenp, fbredberg, dlong, sspitsyn
|
2024-11-12 15:23:48 +00:00 |
|
Serguei Spitsyn
|
60364ef001
|
8341273: JVMTI is not properly hiding some continuation related methods
Reviewed-by: alanb, amenkov
|
2024-10-29 19:59:43 +00:00 |
|
Aleksey Shipilev
|
54c9348c8c
|
8336103: Clean up confusing Method::is_initializer
Reviewed-by: dholmes, coleenp
|
2024-10-15 12:16:15 +00:00 |
|
Aleksey Shipilev
|
d999b81e71
|
8331572: Allow using OopMapCache outside of STW GC phases
Co-authored-by: Zhengyu Gu <zgu@openjdk.org>
Reviewed-by: coleenp, zgu
|
2024-05-21 14:56:53 +00:00 |
|
Evgeny Astigeevich
|
1a944478a2
|
8332111: [BACKOUT] A way to align already compiled methods with compiler directives
Reviewed-by: shade, kvn
|
2024-05-15 09:56:05 +00:00 |
|
Patricio Chilano Mateo
|
fd331ff173
|
8325469: Freeze/Thaw code can crash in the presence of OSR frames
Reviewed-by: rpressler, dlong
|
2024-04-17 16:18:55 +00:00 |
|
Vladimir Kozlov
|
6736792b9a
|
8329628: Additional changes after JDK-8329332
Reviewed-by: stefank, eosterlund
|
2024-04-09 15:32:15 +00:00 |
|
Vladimir Kozlov
|
83eba863fe
|
8329332: Remove CompiledMethod and CodeBlobLayout classes
Reviewed-by: vlivanov, stefank
|
2024-04-04 19:48:48 +00:00 |
|
Coleen Phillimore
|
21867c929a
|
8313332: Simplify lazy jmethodID cache in InstanceKlass
Reviewed-by: amenkov, sspitsyn, dcubed
|
2024-04-04 13:15:12 +00:00 |
|
Dmitry Chuyko
|
c879627dbd
|
8309271: A way to align already compiled methods with compiler directives
Reviewed-by: apangin, sspitsyn, tholenstein
|
2024-03-14 12:38:48 +00:00 |
|
Emanuel Peter
|
c84af49386
|
8324129: C2: Remove some ttyLocker usages in preparation for JDK-8306767
Reviewed-by: kvn, vlivanov, dholmes
|
2024-01-22 10:41:36 +00:00 |
|
Patricio Chilano Mateo
|
e9e694f4ef
|
8320275: assert(_chunk->bitmap().at(index)) failed: Bit not set at index
Reviewed-by: dlong, fparain
|
2024-01-02 22:22:03 +00:00 |
|
Markus Grönlund
|
49fff0132b
|
8211238: @Deprecated JFR event
Reviewed-by: egahlin, jbachorik
|
2023-12-07 10:45:55 +00:00 |
|
Jaroslav Bachorik
|
cdd1a6e851
|
8313816: Accessing jmethodID might lead to spurious crashes
Reviewed-by: coleenp
|
2023-11-29 17:29:52 +00:00 |
|
Jorn Vernee
|
a5ccd3beaf
|
8267532: C2: Profile and prune untaken exception handlers
8310011: Arena with try-with-resources is slower than it should be
Reviewed-by: thartmann, vlivanov
|
2023-11-28 10:17:58 +00:00 |
|
Doug Simon
|
a07a4a3a59
|
8317422: [JVMCI] concurrency issue in MethodData creation
Reviewed-by: never, thartmann
|
2023-10-09 12:52:28 +00:00 |
|
Matias Saavedra Silva
|
683672c0bb
|
8292692: Move MethodCounters inline functions out of method.hpp
Reviewed-by: iklam, ccheung, kvn
|
2023-09-07 17:15:18 +00:00 |
|
Coleen Phillimore
|
cf82e3152b
|
8311077: Fix -Wconversion warnings in jvmti code
Reviewed-by: fparain, matsaave, dholmes
|
2023-07-05 12:30:07 +00:00 |
|
Daniel Jeliński
|
055b4b426c
|
8310948: Fix ignored-qualifiers warning in Hotspot
Reviewed-by: kbarrett, dholmes
|
2023-07-03 07:51:38 +00:00 |
|
Coleen Phillimore
|
2599ada152
|
8308655: Narrow types of ConstantPool and ConstMethod returns
Reviewed-by: fparain, matsaave
|
2023-05-25 11:52:40 +00:00 |
|
Matias Saavedra Silva
|
3f4cfbdd36
|
8307190: Refactor ref_at methods in Constant Pool
Reviewed-by: coleenp, iklam
|
2023-05-22 16:27:17 +00:00 |
|
Coleen Phillimore
|
265f40b4f7
|
8308396: Fix offset_of conversion warnings in runtime code
Reviewed-by: amitkumar, jsjolen, fparain
|
2023-05-19 17:16:04 +00:00 |
|
Ashutosh Mehra
|
d3e5065284
|
8306460: Clear JVM_ACC_QUEUED flag on methods when dumping dynamic CDS archive
Reviewed-by: coleenp, iklam
|
2023-05-16 22:36:44 +00:00 |
|
Coleen Phillimore
|
316d303c1d
|
8306851: Move Method access flags
Reviewed-by: cjplummer, dholmes, dnsimon, matsaave, fparain
|
2023-05-01 11:33:22 +00:00 |
|
Robbin Ehn
|
c183fce954
|
8300926: Several startup regressions ~6-70% in 21-b6 all platforms
Reviewed-by: eosterlund, dcubed, coleenp
|
2023-03-13 09:34:00 +00:00 |
|
Johan Sjölen
|
c8ace482ed
|
8301072: Replace NULL with nullptr in share/oops/
Reviewed-by: stefank, coleenp, dholmes
|
2023-02-10 09:57:59 +00:00 |
|
Coleen Phillimore
|
d453190300
|
8296955: Kitchensink.java failed with "double free or corruption (!prev): <addr>"
Reviewed-by: kbarrett, eosterlund, sspitsyn, dcubed
|
2022-12-13 00:49:16 +00:00 |
|
Martin Doerr
|
cd2182a996
|
8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic
Reviewed-by: kvn, dlong
|
2022-12-06 20:56:48 +00:00 |
|
Ioi Lam
|
89dafc002f
|
8292699: Improve printing of classes in native debugger
Reviewed-by: coleenp
|
2022-10-24 22:17:51 +00:00 |
|
Dean Long
|
b5efa2afe2
|
8294538: missing is_unloading() check in SharedRuntime::fixup_callers_callsite()
Reviewed-by: kvn, thartmann, eosterlund
|
2022-10-22 02:11:55 +00:00 |
|
Vladimir Ivanov
|
c7ab1caafb
|
8294609: C2: Improve inlining of methods with unloaded signature classes
Reviewed-by: kvn, dlong
|
2022-09-30 23:30:45 +00:00 |
|
Dean Long
|
fa68371bb8
|
8292584: assert(cb != __null) failed: must be with -XX:-Inline
Reviewed-by: kvn, rpressler
|
2022-09-01 20:19:37 +00:00 |
|
Ioi Lam
|
40b0ed5657
|
8292891: ifdef-out some CDS-only functions
Reviewed-by: coleenp, ccheung, dholmes
|
2022-08-29 23:20:21 +00:00 |
|
Erik Österlund
|
054c23f484
|
8290025: Remove the Sweeper
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
|
2022-08-25 09:48:55 +00:00 |
|
Ioi Lam
|
49133809c2
|
8292007: Do not include vmSymbol.hpp in method.hpp
Reviewed-by: coleenp
|
2022-08-10 02:59:53 +00:00 |
|
Julian Waters
|
8ec3197683
|
8291002: Rename Method::build_interpreter_method_data to Method::build_profiling_method_data
Reviewed-by: kvn, thartmann
|
2022-07-27 11:52:10 +00:00 |
|