Lines Matching refs:running
14 while running Java code or touching heap-related data structures. The collector
32 running Java code. When it runs native code, or is blocked in a kernel call, it
39 executing native code. This makes the transitions to and from running native JNI
47 Although we say that a thread is "suspended" when it is not running Java code,
48 it may in fact still be running native code and touching data structures that
60 When a thread changes between running Java and native code, it has to
75 Occasionally a thread running native code needs to temporarily again access Java
114 addition waits for the thread to complete running the closure, and handles
115 suspended threads by running the closure on their behalf. In addition to these
118 `RequestCheckpoint()` to run it inside a running thread, or by ensuring that a
119 suspended thread stays suspended, and then running the function on its behalf.
135 thread(s) are suspended (again, only in the sense of not running Java code)