Integrated: 8262881: port JVM/DI tests from JDK-4413752 to JVM/TI
Daniel D.Daugherty
dcubed at openjdk.java.net
Fri Apr 9 15:05:20 UTC 2021
On Tue, 9 Mar 2021 21:08:54 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> Add three tests from JDK-4413752 ported to JVM/TI:
>
> - RawMonitorEnter() with SuspendThread()
> - test/hotspot/jtreg/serviceability/jvmti/SuspendWithRawMonitorEnter/SuspendWithRawMonitorEnter.java
> - test/hotspot/jtreg/serviceability/jvmti/SuspendWithRawMonitorEnter/libSuspendWithRawMonitorEnter.cpp
>
> - ObjectMonitor enter() with SuspendThread()
> - test/hotspot/jtreg/serviceability/jvmti/SuspendWithObjectMonitorEnter/SuspendWithObjectMonitorEnter.java
> - test/hotspot/jtreg/serviceability/jvmti/SuspendWithObjectMonitorEnter/libSuspendWithObjectMonitorEnter.cpp
>
> - ObjectMonitor wait() with SuspendThread
> - test/hotspot/jtreg/serviceability/jvmti/SuspendWithObjectMonitorWait/SuspendWithObjectMonitorWait.java
> - test/hotspot/jtreg/serviceability/jvmti/SuspendWithObjectMonitorWait/libSuspendWithObjectMonitorWait.cpp
>
> The Java files have a transaction diagram to show what each of the
> threads in the test is doing.
This pull request has now been integrated.
Changeset: 1ca4abe9
Author: Daniel D. Daugherty <dcubed at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/1ca4abe9
Stats: 1501 lines in 6 files changed: 1501 ins; 0 del; 0 mod
8262881: port JVM/DI tests from JDK-4413752 to JVM/TI
Reviewed-by: sspitsyn, rehn
-------------
PR: https://git.openjdk.java.net/jdk/pull/2899
More information about the serviceability-dev
mailing list