Alex Light | 54d39dc | 2017-09-25 17:00:16 -0700 | [diff] [blame] | 1 | Interrupt before start |
| 2 | interrupting other thread before starting |
| 3 | Caught exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE |
| 4 | Stop before start |
| 5 | stopping other thread before starting |
| 6 | Caught exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE |
| 7 | Interrupt recur |
| 8 | Interrupting other thread recurring |
| 9 | Other thread Interrupted. err: java.lang.Error: Interrupted! |
| 10 | Stop Recur |
| 11 | stopping other thread recurring |
| 12 | Other thread Stopped by: java.lang.Error: AWESOME! |
| 13 | Interrupt spinning |
| 14 | Interrupting other thread spinning |
| 15 | Other thread Interrupted. |
| 16 | Stop spinning |
| 17 | stopping other thread spinning |
| 18 | Other thread Stopped by: java.lang.Error: AWESOME! |
| 19 | Interrupt wait |
| 20 | interrupting other thread waiting |
| 21 | Other thread interrupted. err: java.lang.Error: Interrupted! |
| 22 | Stop wait |
| 23 | stopping other thread waiting |
| 24 | Other thread Stopped by: java.lang.Error: AWESOME |
| 25 | Stop in native |
| 26 | stopping other thread |
| 27 | Other thread Stopped by: java.lang.Error: AWESOME |