Serguei Spitsyn
|
b92440f9b1
|
8247972: incorrect implementation of JVM TI GetObjectMonitorUsage
Reviewed-by: dcubed, lmesnik
|
2024-03-12 08:55:28 +00:00 |
|
Kim Barrett
|
998d0baab0
|
8324799: Use correct extension for C++ test headers
Reviewed-by: jwaters, gli, coleenp, lmesnik
|
2024-02-29 06:24:42 +00:00 |
|
Alex Menkov
|
f31957e6a1
|
8317636: Improve heap walking API tests to verify correctness of field indexes
Reviewed-by: cjplummer, sspitsyn
|
2024-02-05 21:57:15 +00:00 |
|
Leonid Mesnik
|
8892d45b9f
|
8324582: Replace -Djava.util.concurrent.ForkJoinPool.common.parallelism to -Djdk.virtualThreadScheduler.maxPoolSize in jvmti vthread tests
Reviewed-by: cjplummer, sspitsyn
|
2024-01-30 21:05:12 +00:00 |
|
Kim Barrett
|
f57c7223cf
|
8324880: Rename get_stack_trace.h
Reviewed-by: dholmes, jwaters, sspitsyn
|
2024-01-30 18:10:25 +00:00 |
|
Coleen Phillimore
|
a6bdee48f3
|
8324681: Replace NULL with nullptr in HotSpot jtreg test native code files
Reviewed-by: kevinw, kbarrett, dholmes
|
2024-01-29 17:07:32 +00:00 |
|
Alex Menkov
|
dd8ae61643
|
8322237: Heap dump contains duplicate thread records for mounted virtual threads
Reviewed-by: dholmes, sspitsyn
|
2024-01-09 19:31:03 +00:00 |
|
Alan Bateman
|
b67b71cd87
|
8320707: Virtual thread test updates
Reviewed-by: jpai
|
2024-01-03 14:59:03 +00:00 |
|
Stefan Karlsson
|
cbe329b90a
|
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
Reviewed-by: lkorinth, lmesnik
|
2024-01-03 08:53:01 +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 |
|
Alex Menkov
|
cf948548c3
|
8321565: [REDO] Heap dump does not contain virtual Thread stack references
Reviewed-by: sspitsyn, yyang, dholmes
|
2023-12-13 18:47:04 +00:00 |
|
Alex Menkov
|
cb7e3d263a
|
8321560: [BACKOUT] 8299426: Heap dump does not contain virtual Thread stack references
Reviewed-by: cjplummer, dholmes
|
2023-12-08 01:24:25 +00:00 |
|
Alex Menkov
|
354ea4c28f
|
8299426: Heap dump does not contain virtual Thread stack references
Reviewed-by: cjplummer, sspitsyn, lmesnik
|
2023-12-07 23:18:23 +00:00 |
|
Stefan Karlsson
|
0d146361f2
|
8320515: assert(monitor->object_peek() != nullptr) failed: Owned monitors should not have a dead object
Reviewed-by: dholmes, ihse, sspitsyn, dcubed
|
2023-11-30 09:46:26 +00:00 |
|
Alex Menkov
|
d1e73b1299
|
8318626: GetClassFields does not filter out ConstantPool.constantPoolOop field
Reviewed-by: sspitsyn, lmesnik
|
2023-11-29 20:10:27 +00:00 |
|
Jaroslav Bachorik
|
cdd1a6e851
|
8313816: Accessing jmethodID might lead to spurious crashes
Reviewed-by: coleenp
|
2023-11-29 17:29:52 +00:00 |
|
Matthias Baesken
|
e035637a4c
|
8319375: test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java runs into OutOfMemoryError: Metaspace on AIX
Reviewed-by: kevinw, lucy, dholmes
|
2023-11-13 07:53:03 +00:00 |
|
Leo Korinth
|
d52a995f35
|
8315097: Rename createJavaProcessBuilder
Reviewed-by: lmesnik, dholmes, rriggs, stefank
|
2023-10-27 08:47:26 +00:00 |
|
Alex Menkov
|
aed1e810e6
|
8317285: Misspellings in hprof test lib
Reviewed-by: sspitsyn, cjplummer
|
2023-10-16 20:03:45 +00:00 |
|
Alex Menkov
|
2b8276aa52
|
8316691: Heap dump: separate stack traces for mounted virtual threads
Reviewed-by: lmesnik, sspitsyn
|
2023-10-10 20:13:09 +00:00 |
|
Jean-Philippe Bempel
|
84390dd063
|
8316658: serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java fails intermittently
Reviewed-by: coleenp, dholmes
|
2023-09-28 02:43:41 +00:00 |
|
Jean-Philippe Bempel
|
df4a25b41c
|
8308762: Metaspace leak with Instrumentation.retransform
Reviewed-by: dholmes, coleenp
|
2023-09-21 05:16:07 +00:00 |
|
Alan Bateman
|
4461eeb31d
|
8312498: Thread::getState and JVM TI GetThreadState should return TIMED_WAITING virtual thread is timed parked
Reviewed-by: sspitsyn, rpressler
|
2023-09-19 10:58:12 +00:00 |
|
Erik Joelsson
|
020255a72d
|
8267174: Many test files have the wrong Copyright header
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
|
2023-09-12 20:16:05 +00:00 |
|
Serguei Spitsyn
|
fda142ff6c
|
8312174: missing JVMTI events from vthreads parked during JVMTI attach
Reviewed-by: lmesnik, amenkov
|
2023-09-12 02:46:47 +00:00 |
|
Leonid Mesnik
|
93e82c0146
|
8314824: Fix serviceability/jvmti/8036666/GetObjectLockCount.java to use vm flags
Reviewed-by: sspitsyn, kevinw
|
2023-08-30 16:11:56 +00:00 |
|
Leonid Mesnik
|
9b53251131
|
8313654: Test WaitNotifySuspendedVThreadTest.java timed out
Reviewed-by: sspitsyn
|
2023-08-10 15:18:57 +00:00 |
|
Alex Menkov
|
af5bf81754
|
8310584: GetThreadState reports blocked and runnable for pinned suspended virtual threads
Reviewed-by: sspitsyn, dholmes
|
2023-07-18 20:16:41 +00:00 |
|
Serguei Spitsyn
|
11a5115caf
|
8311556: GetThreadLocalStorage not working for vthreads mounted during JVMTI attach
Reviewed-by: lmesnik, cjplummer
|
2023-07-13 01:55:37 +00:00 |
|
Alex Menkov
|
15195e6018
|
8310066: Improve test coverage for JVMTI GetThreadState on carrier and mounted vthread
Reviewed-by: sspitsyn, cjplummer
|
2023-07-11 17:31:21 +00:00 |
|
Daniel Jeliński
|
3d813ae39f
|
8311301: MethodExitTest may fail with stack buffer overrun
Reviewed-by: kevinw, dholmes, cjplummer, sspitsyn
|
2023-07-06 08:52:28 +00:00 |
|
Daniel D. Daugherty
|
16134f4422
|
8310211: serviceability/jvmti/thread/GetStackTrace/getstacktr03/getstacktr03.java failing
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: mikael
|
2023-06-16 17:38:01 +00:00 |
|
Yudi Zheng
|
4f23fc1f27
|
8309671: Avoid using jvmci.Compiler property to determine if Graal is enabled
Reviewed-by: dnsimon, sspitsyn
|
2023-06-13 09:02:37 +00:00 |
|
Serguei Spitsyn
|
f91e9ba757
|
8309612: [REDO] JDK-8307153 JVMTI GetThreadState on carrier should return STATE_WAITING
Reviewed-by: cjplummer, amenkov
|
2023-06-09 06:12:48 +00:00 |
|
Daniel D. Daugherty
|
33bb64f24f
|
8309614: [BACKOUT] JDK-8307153 JVMTI GetThreadState on carrier should return STATE_WAITING
Reviewed-by: azvegint
|
2023-06-07 15:17:43 +00:00 |
|
Serguei Spitsyn
|
177e8327d6
|
8307153: JVMTI GetThreadState on carrier should return STATE_WAITING
Reviewed-by: amenkov, cjplummer
|
2023-06-07 13:16:40 +00:00 |
|
Serguei Spitsyn
|
a25b7b8b55
|
8295976: GetThreadListStackTraces returns wrong state for blocked VirtualThread
Reviewed-by: cjplummer, amenkov
|
2023-06-07 07:51:37 +00:00 |
|
Serguei Spitsyn
|
89b99143ac
|
8308400: add ForceEarlyReturn support for virtual threads
Reviewed-by: alanb, lmesnik
|
2023-05-25 02:29:22 +00:00 |
|
Alex Menkov
|
207fbcb083
|
8299414: JVMTI FollowReferences should support references from VirtualThread stack
Reviewed-by: sspitsyn, kevinw
|
2023-05-24 20:26:10 +00:00 |
|
Serguei Spitsyn
|
928fcf9751
|
8308000: add PopFrame support for virtual threads
Reviewed-by: lmesnik, alanb
|
2023-05-22 07:34:35 +00:00 |
|
Leonid Mesnik
|
42948c04b9
|
8307865: Invalid is_in_any_VTMS_transition() check in post_dynamic_code_generated_while_holding_locks
Reviewed-by: sspitsyn, cjplummer
|
2023-05-18 23:57:10 +00:00 |
|
Patricio Chilano Mateo
|
24094482f0
|
8307365: JvmtiStressModule hit SIGSEGV in JvmtiEventControllerPrivate::recompute_thread_enabled
Reviewed-by: sspitsyn, dcubed, lmesnik
|
2023-05-17 20:16:21 +00:00 |
|
Serguei Spitsyn
|
c2ef302468
|
8307968: serviceability/jvmti/vthread/StopThreadTest/StopThreadTest.java timed out
Reviewed-by: cjplummer, lmesnik
|
2023-05-16 07:20:01 +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 |
|
Coleen Phillimore
|
4251b56214
|
8306843: JVMTI tag map extremely slow after JDK-8292741
Reviewed-by: sspitsyn, iklam
|
2023-05-10 12:32:06 +00:00 |
|
Serguei Spitsyn
|
2be1f10fec
|
8307399: get rid of compatibility ThreadStart/ThreadEnd events for virtual threads
Reviewed-by: alanb, pchilanomate, cjplummer
|
2023-05-10 01:48:03 +00:00 |
|
Stefan Johansson
|
29233e0a00
|
8307448: Test RedefineSharedClassJFR fail due to wrong assumption
Reviewed-by: eosterlund, coleenp
|
2023-05-04 12:48:56 +00:00 |
|
Stefan Johansson
|
408cec516b
|
8306929: Avoid CleanClassLoaderDataMetaspaces safepoints when previous versions are shared
Reviewed-by: coleenp, sspitsyn
|
2023-05-04 11:00:44 +00:00 |
|
Afshin Zafari
|
2cc4bf1a9d
|
8305085: Suppress removal warning for finalize() from test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineFinalizer.java
Reviewed-by: cjplummer, dholmes
|
2023-04-14 17:52:17 +00:00 |
|
Alan Bateman
|
2586f36120
|
8304919: Implementation of Virtual Threads
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
|
2023-04-11 05:49:54 +00:00 |
|