Constructor and Description |
---|
DeadlockDetector() |
Modifier and Type | Method and Description |
---|---|
static void |
printDeadlocks(OutputStream writer)
Print deadlocks without deadlock stack traces.
|
static void |
printDeadlocks(OutputStream writer,
int stackDepth)
Print deadlocks with deadlock stack traces.
|
public static void printDeadlocks(OutputStream writer)
writer
- an OutputStream
writerpublic static void printDeadlocks(OutputStream writer, int stackDepth)
writer
- an OutputStream
writerstackDepth
- the stack depth to log (0 for no stack)Copyright © 2009–2016 tempus-fugit committers. All rights reserved.