Instructions

1 Select one of the predefined examples or write your own Java program to analyze.

2 Click Analyze.


Input program

/*
 * JaDA deadlock analysis tool.
 * Test Program
 * 2016
 */
class MyDeadlock{
    public static void main (String[] args){
        //TODO: write your own code here 
        //alternatively, you can select one of the available examples
    }
}

Analysis result