xref: /aosp_15_r20/art/test/1934-jvmti-signal-thread/expected-stdout.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1Interrupt before start
2interrupting other thread before starting
3Caught exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE
4Stop before start
5stopping other thread before starting
6Caught exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE
7Interrupt recur
8Interrupting other thread recurring
9Other thread Interrupted. err: java.lang.Error: Interrupted!
10Stop Recur
11stopping other thread recurring
12Other thread Stopped by: java.lang.Error: AWESOME!
13Interrupt spinning
14Interrupting other thread spinning
15Other thread Interrupted.
16Stop spinning
17stopping other thread spinning
18Other thread Stopped by: java.lang.Error: AWESOME!
19Interrupt wait
20interrupting other thread waiting
21Other thread interrupted. err: java.lang.Error: Interrupted!
22Stop wait
23stopping other thread waiting
24Other thread Stopped by: java.lang.Error: AWESOME
25Stop in native
26stopping other thread
27Other thread Stopped by: java.lang.Error: AWESOME
28