class com.oracle.mxtool.junit.GCAfterTestDecorator extends com.oracle.mxtool.junit.MxRunListenerDecorator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.mxtool.junit.GCAfterTestDecorator
  super_class: com.oracle.mxtool.junit.MxRunListenerDecorator
{
  void <init>(com.oracle.mxtool.junit.MxRunListener);
    descriptor: (Lcom/oracle/mxtool/junit/MxRunListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.GCAfterTestDecorator this
        start local 1 // com.oracle.mxtool.junit.MxRunListener l
         0: .line 32
            aload 0 /* this */
            aload 1 /* l */
            invokespecial com.oracle.mxtool.junit.MxRunListenerDecorator.<init>:(Lcom/oracle/mxtool/junit/MxRunListener;)V
         1: .line 33
            return
        end local 1 // com.oracle.mxtool.junit.MxRunListener l
        end local 0 // com.oracle.mxtool.junit.GCAfterTestDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/mxtool/junit/GCAfterTestDecorator;
            0    2     1     l  Lcom/oracle/mxtool/junit/MxRunListener;
    MethodParameters:
      Name  Flags
      l     

  public void testFinished(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.junit.GCAfterTestDecorator this
        start local 1 // org.junit.runner.Description description
         0: .line 37
            invokestatic java.lang.System.gc:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* description */
            invokespecial com.oracle.mxtool.junit.MxRunListenerDecorator.testFinished:(Lorg/junit/runner/Description;)V
         2: .line 39
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // com.oracle.mxtool.junit.GCAfterTestDecorator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/oracle/mxtool/junit/GCAfterTestDecorator;
            0    3     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  
}
SourceFile: "GCAfterTestDecorator.java"