Leonid Mesnik
|
d03ec7aad4
|
8339030: frame::print_value_on(outputStream* st, JavaThread *thread) doesn't need thread argument
Reviewed-by: dholmes, coleenp
|
2024-08-28 20:17:25 +00:00 |
|
Axel Boldt-Christmas
|
bd4160cea8
|
8315884: New Object to ObjectMonitor mapping
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Reviewed-by: rkennke, coleenp, dcubed
|
2024-08-16 06:20:17 +00:00 |
|
Kim Barrett
|
bc7c255b15
|
8337416: Fix -Wzero-as-null-pointer-constant warnings in misc. runtime code
Reviewed-by: dholmes, jwaters
|
2024-07-30 07:24:22 +00:00 |
|
Thomas Stuefe
|
974dca80df
|
8334223: Make Arena MEMFLAGs immutable
Reviewed-by: jsjolen, azafari, gziemski
|
2024-06-25 05:06:33 +00:00 |
|
Serguei Spitsyn
|
60ea17e848
|
8311177: Switching to interpreter only mode in carrier thread can lead to crashes
Reviewed-by: pchilanomate, amenkov
|
2024-06-05 21:46:41 +00:00 |
|
Thomas Stuefe
|
303ac9f270
|
8332671: Logging for pretouching thread stacks shows wrong memory range
Reviewed-by: shade
|
2024-05-23 15:54:11 +00:00 |
|
Kevin Walls
|
ad0b54d429
|
8314225: SIGSEGV in JavaThread::is_lock_owned
Reviewed-by: dlong, dholmes
|
2024-05-09 11:47:45 +00:00 |
|
Doug Simon
|
aafa15fc17
|
8331208: Memory stress test that checks OutOfMemoryError stack trace fails
Reviewed-by: dholmes, never
|
2024-05-08 10:18:33 +00:00 |
|
Serguei Spitsyn
|
663acd2e17
|
8330969: scalability issue with loaded JVMTI agent
Reviewed-by: amenkov, cjplummer
|
2024-05-01 08:40:48 +00:00 |
|
Tom Rodriguez
|
f6f038a678
|
8317368: [JVMCI] SIGSEGV in JVMCIEnv::initialize_installed_code on libgraal
Reviewed-by: dnsimon, kvn, eosterlund
|
2024-04-17 00:18:15 +00:00 |
|
David Holmes
|
274c805c51
|
8327743: JVM crash in hotspot/share/runtime/javaThread.cpp - failed: held monitor count should be equal to jni: 0 != 1
Co-authored-by: Fredrik Bredberg <fbredberg@openjdk.org>
Reviewed-by: rehn, fbredberg, pchilanomate, rrich
|
2024-04-16 00:48:15 +00:00 |
|
David Holmes
|
d22d560871
|
8329864: TestLibGraal.java still crashes with assert(_stack_base != nullptr)
Reviewed-by: dnsimon, jsjolen, dcubed
|
2024-04-15 07:33:10 +00:00 |
|
Vladimir Kozlov
|
6736792b9a
|
8329628: Additional changes after JDK-8329332
Reviewed-by: stefank, eosterlund
|
2024-04-09 15:32:15 +00:00 |
|
Stefan Karlsson
|
87131fb2f7
|
8329629: GC interfaces should work directly against nmethod instead of CodeBlob
Reviewed-by: ayang, eosterlund
|
2024-04-09 12:27:55 +00:00 |
|
Fredrik Bredberg
|
991e04e7d7
|
8327383: Clean up _Stalled and _Spinner fields
Reviewed-by: dholmes, coleenp
|
2024-03-28 20:15:36 +00:00 |
|
Serguei Spitsyn
|
6eea5d6755
|
8325187: JVMTI GetThreadState says virtual thread is JVMTI_THREAD_STATE_INTERRUPTED when it no longer is
Reviewed-by: dholmes, alanb
|
2024-03-19 08:27:55 +00:00 |
|
Magnus Ihse Bursie
|
09d4936657
|
8252136: Several methods in hotspot are missing "static"
Reviewed-by: coleenp, stefank, kvn, kbarrett
|
2024-02-14 16:29:58 +00:00 |
|
Tom Rodriguez
|
1993652653
|
8324983: race in CompileBroker::possibly_add_compiler_threads
Reviewed-by: kvn, dholmes, dnsimon
|
2024-02-05 17:43:34 +00:00 |
|
Kim Barrett
|
3059c3b69e
|
8324242: Avoid null check for OopHandle::ptr_raw()
Reviewed-by: shade, jsjolen, coleenp
|
2024-01-25 05:44:18 +00:00 |
|
Serguei Spitsyn
|
0f8e4e0a81
|
8311218: fatal error: stuck in JvmtiVTMSTransitionDisabler::VTMS_transition_disable
Reviewed-by: lmesnik, alanb
|
2023-12-19 17:26:55 +00:00 |
|
David Holmes
|
84124794c2
|
8316229: Enhance class initialization logging
Reviewed-by: shade, coleenp
|
2023-09-21 00:50:33 +00:00 |
|
Coleen Phillimore
|
f47767ffef
|
8313882: Fix -Wconversion warnings in runtime code
Reviewed-by: pchilanomate, dlong, dholmes
|
2023-08-10 11:57:25 +00:00 |
|
Jie Fu
|
82612e2725
|
8312329: Minimal build failure after JDK-8311541
Reviewed-by: dholmes, amitkumar
|
2023-07-19 04:58:22 +00:00 |
|
David Holmes
|
c2f421b8bf
|
8311541: JavaThread::print_jni_stack doesn't support native stacks on all platforms
Reviewed-by: pchilanomate, shade, stuefe
|
2023-07-18 22:04:37 +00:00 |
|
Daniel D. Daugherty
|
ceca198ef2
|
8307068: store a JavaThread* in the java.lang.Thread object after the JavaThread* is added to the main ThreadsList
Reviewed-by: dholmes, rehn, apangin
|
2023-05-13 14:41:19 +00:00 |
|
Serguei Spitsyn
|
51b8f3cfb9
|
8306034: add support of virtual threads to JVMTI StopThread
Reviewed-by: cjplummer
|
2023-05-11 17:48:39 +00:00 |
|
Roman Kennke
|
7f6358a8b5
|
8291555: Implement alternative fast-locking scheme
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Reviewed-by: dcubed, stuefe, shade, dholmes, dlong
|
2023-05-08 17:51:39 +00:00 |
|
Aleksey Shipilev
|
fcb280a48b
|
8305092: Improve Thread.sleep(millis, nanos) for sub-millisecond granularity
Reviewed-by: dholmes, alanb
|
2023-05-03 09:39:57 +00:00 |
|
Thomas Stuefe
|
ea9201f420
|
8306510: Print number of threads and stack sizes in error reports
Reviewed-by: gziemski, dholmes
|
2023-05-02 12:18:23 +00:00 |
|
David Holmes
|
8a1639d49b
|
8305936: JavaThread::create_system_thread_object has unused is_visible argument
Reviewed-by: alanb, kbarrett
|
2023-04-13 23:10:18 +00:00 |
|
David Holmes
|
35cb303a2c
|
8305425: Thread.isAlive0 doesn't need to call into the VM
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: shade, coleenp, alanb
|
2023-04-05 21:54:38 +00:00 |
|
Thomas Stuefe
|
b8c748dbe4
|
8294266: Add a way to pre-touch java thread stacks
Reviewed-by: rehn, gziemski
|
2023-04-02 06:21:30 +00:00 |
|
Kim Barrett
|
b3ff8d1c89
|
8303805: [REDO] JDK-8302189 and JDK-8302799
Reviewed-by: dholmes, coleenp
|
2023-03-29 23:45:03 +00:00 |
|
David Holmes
|
63ce88b5fb
|
8304147: JVM crash during shutdown when dumping dynamic archive
Reviewed-by: ccheung, matsaave, coleenp
|
2023-03-27 22:05:23 +00:00 |
|
David Holmes
|
e26cc52600
|
8303624: The java.lang.Thread.FieldHolder can be null for JNI attaching threads
Reviewed-by: alanb, dcubed
|
2023-03-10 03:08:26 +00:00 |
|
Daniel D. Daugherty
|
25de2228ac
|
8303839: [BACKOUT] JDK-8302799 and JDK-8302189
Reviewed-by: dholmes
|
2023-03-08 21:23:28 +00:00 |
|
Kim Barrett
|
5fa9bd4582
|
8302189: Mark assertion failures noreturn
8302799: Refactor Debugging variable usage for noreturn crash reporting
Reviewed-by: dholmes, coleenp
|
2023-03-08 02:37:06 +00:00 |
|
Patricio Chilano Mateo
|
83bea26df4
|
8300575: JVMTI support when using alternative virtual thread implementation
Reviewed-by: lmesnik, sspitsyn, alanb
|
2023-02-22 15:42:53 +00:00 |
|
Johan Sjölen
|
71107f4648
|
8300651: Replace NULL with nullptr in share/runtime/
Reviewed-by: rehn, dholmes
|
2023-01-25 10:30:02 +00:00 |
|
David Holmes
|
375743336d
|
8295974: jni_FatalError and Xcheck:jni warnings should print the native stack when there are no Java frames
Reviewed-by: coleenp, rehn, sspitsyn
|
2023-01-03 04:22:51 +00:00 |
|
David Holmes
|
a3364612f7
|
8298081: DiagnoseSyncOnValueBasedClasses doesn't report useful information for virtual threads
Reviewed-by: gziemski, pchilanomate
|
2022-12-16 01:08:30 +00:00 |
|
David Holmes
|
829cbc2cb1
|
8292674: ReportJNIFatalError should print all java frames
Reviewed-by: pchilanomate
|
2022-12-13 00:04:38 +00:00 |
|
Andrew Haley
|
221e1a4260
|
8286666: JEP 429: Implementation of Scoped Values (Incubator)
Reviewed-by: psandoz, dlong, alanb, mcimadamore
|
2022-12-07 10:14:06 +00:00 |
|
Robbin Ehn
|
d523d9d081
|
8297864: Dead code elimination
Reviewed-by: coleenp, pchilanomate
|
2022-12-05 10:31:35 +00:00 |
|
Erik Österlund
|
be99e84c98
|
8296875: Generational ZGC: Refactor loom code
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: stefank, rrich, pchilanomate
|
2022-11-30 14:08:57 +00:00 |
|
David Holmes
|
a6c418eaf8
|
8297168: Provide a bulk OopHandle release mechanism with the ServiceThread
Reviewed-by: rehn, coleenp
|
2022-11-22 21:57:33 +00:00 |
|
David Holmes
|
7b3984cb5a
|
8296463: Memory leak in JVM_StartThread with the integration of Virtual threads
Reviewed-by: alanb, coleenp, dcubed
|
2022-11-18 00:46:09 +00:00 |
|
Stefan Karlsson
|
813b223a6b
|
8296926: Sort include lines of files in the include/ directory
Reviewed-by: kbarrett, erikj, lkorinth
|
2022-11-16 12:51:26 +00:00 |
|
Serguei Spitsyn
|
79ccc791f2
|
8293613: need to properly handle and hide tmp VTMS transitions
Reviewed-by: cjplummer, lmesnik
|
2022-09-28 04:44:43 +00:00 |
|
David Holmes
|
763d4bf074
|
8293592: Remove JVM_StopThread, stillborn, and related cleanup
Reviewed-by: alanb, sspitsyn, rehn, coleenp
|
2022-09-27 21:03:50 +00:00 |
|