File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/global Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ public interface CommonConstants {
247
247
// we switch to JVMTI in JDK 5.0
248
248
public static final byte THREAD_STATUS_UNKNOWN = -1 ; // Thread status is unknown.
249
249
public static final byte THREAD_STATUS_ZOMBIE = 0 ; // Thread is waiting to die. Also used for "doesn't exist yet" and "dead"
250
- public static final byte THREAD_STATUS_RUNNING = 1 ; // Thread is runnable. Note that we unfortunately don't know whether it'
251
- // s actually running or pre-empted by another thread...
250
+ public static final byte THREAD_STATUS_RUNNING = 1 ; // Thread is runnable. Note that we unfortunately don't know whether it is
251
+ // actually running or pre-empted by another thread...
252
252
public static final byte THREAD_STATUS_SLEEPING = 2 ; // Thread is sleeping - Thread.sleep() or JVM_Sleep() was called
253
253
public static final byte THREAD_STATUS_MONITOR = 3 ; // Thread is waiting on a java monitor
254
254
public static final byte THREAD_STATUS_WAIT = 4 ; // Thread is waiting - Object.wait() or JVM_MonitorWait() was called
You can’t perform that action at this time.
0 commit comments