You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/hotspot/jtreg/serviceability/jvmti/vthread/WaitNotifySuspendedVThreadTest/WaitNotifySuspendedVThreadTest.java
+2-16
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,8 @@
24
24
/*
25
25
* @test
26
26
*
27
-
* @summary Test verifies set/get TLS data and verifies it's consistency.
28
-
* Test set TLS with thread name which it belongs to and verify this information when getting test.
29
-
* -- cbThreadStart
30
-
* -- by AgentThread
31
-
*
32
-
* Test doesn't verify that TLS is not NULL because for some threads TLS is not initialized initially.
33
-
* TODO:
34
-
* -- verify that TLS is not NULL (not possible to do with jvmti, ThreadStart might be called too late)
35
-
* -- add more events where TLS is set *first time*, it is needed to test lazily jvmtThreadState init
36
-
* -- set/get TLS from other JavaThreads (not from agent and current thread)
37
-
* -- set/get for suspened (blocked?) threads
38
-
* -- split test to "sanity" and "stress" version
39
-
* -- update properties to run jvmti stress tests non-concurrently?
40
-
*
27
+
* @summary Test verifies that JVMTI raw monitor wait/notify works for
Copy file name to clipboardExpand all lines: test/hotspot/jtreg/serviceability/jvmti/vthread/WaitNotifySuspendedVThreadTest/libWaitNotifySuspendedVThread.cpp
0 commit comments