public class sun.jvm.hotspot.ui.DeadlockDetectionPanel extends javax.swing.JPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.DeadlockDetectionPanel
  super_class: javax.swing.JPanel
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.ui.DeadlockDetectionPanel this
         0: .line 36
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         1: .line 38
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.DeadlockDetectionPanel.setLayout:(Ljava/awt/LayoutManager;)V
         2: .line 41
            new javax.swing.JScrollPane
            dup
            invokespecial javax.swing.JScrollPane.<init>:()V
            astore 1 /* scroller */
        start local 1 // javax.swing.JScrollPane scroller
         3: .line 42
            new javax.swing.JTextArea
            dup
            invokespecial javax.swing.JTextArea.<init>:()V
            astore 2 /* textArea */
        start local 2 // javax.swing.JTextArea textArea
         4: .line 43
            new javax.swing.JTextArea
            dup
            invokespecial javax.swing.JTextArea.<init>:()V
            astore 2 /* textArea */
         5: .line 44
            aload 2 /* textArea */
            iconst_0
            invokevirtual javax.swing.JTextArea.setEditable:(Z)V
         6: .line 45
            aload 2 /* textArea */
            iconst_1
            invokevirtual javax.swing.JTextArea.setLineWrap:(Z)V
         7: .line 46
            aload 2 /* textArea */
            iconst_1
            invokevirtual javax.swing.JTextArea.setWrapStyleWord:(Z)V
         8: .line 47
            aload 1 /* scroller */
            invokevirtual javax.swing.JScrollPane.getViewport:()Ljavax/swing/JViewport;
            aload 2 /* textArea */
            invokevirtual javax.swing.JViewport.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         9: .line 48
            aload 0 /* this */
            aload 1 /* scroller */
            ldc "Center"
            invokevirtual sun.jvm.hotspot.ui.DeadlockDetectionPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        10: .line 50
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 3 /* bos */
        start local 3 // java.io.ByteArrayOutputStream bos
        11: .line 51
            new java.io.PrintStream
            dup
            aload 3 /* bos */
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            astore 4 /* tty */
        start local 4 // java.io.PrintStream tty
        12: .line 52
            aload 0 /* this */
            aload 4 /* tty */
            invokevirtual sun.jvm.hotspot.ui.DeadlockDetectionPanel.printDeadlocks:(Ljava/io/PrintStream;)V
        13: .line 53
            aload 2 /* textArea */
            aload 3 /* bos */
            invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
            invokevirtual javax.swing.JTextArea.setText:(Ljava/lang/String;)V
        14: .line 54
            return
        end local 4 // java.io.PrintStream tty
        end local 3 // java.io.ByteArrayOutputStream bos
        end local 2 // javax.swing.JTextArea textArea
        end local 1 // javax.swing.JScrollPane scroller
        end local 0 // sun.jvm.hotspot.ui.DeadlockDetectionPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lsun/jvm/hotspot/ui/DeadlockDetectionPanel;
            3   15     1  scroller  Ljavax/swing/JScrollPane;
            4   15     2  textArea  Ljavax/swing/JTextArea;
           11   15     3       bos  Ljava/io/ByteArrayOutputStream;
           12   15     4       tty  Ljava/io/PrintStream;

  private void printDeadlocks(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.DeadlockDetectionPanel this
        start local 1 // java.io.PrintStream tty
         0: .line 57
            aload 1 /* tty */
            invokestatic sun.jvm.hotspot.runtime.DeadlockDetector.print:(Ljava/io/PrintStream;)V
         1: .line 58
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.ui.DeadlockDetectionPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/DeadlockDetectionPanel;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   
}
SourceFile: "DeadlockDetectionPanel.java"