final class com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler implements com.oracle.mxtool.compilerserver.CompilerDaemon$Compiler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler
  super_class: java.lang.Object
{
  final com.oracle.mxtool.compilerserver.JavacDaemon this$0;
    descriptor: Lcom/oracle/mxtool/compilerserver/JavacDaemon;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.oracle.mxtool.compilerserver.JavacDaemon);
    descriptor: (Lcom/oracle/mxtool/compilerserver/JavacDaemon;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler this
         0: .line 31
            aload 0 /* this */
            aload 1
            putfield com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler.this$0:Lcom/oracle/mxtool/compilerserver/JavacDaemon;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/compilerserver/JavacDaemon$JavacCompiler;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compile(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler this
        start local 1 // java.lang.String[] args
         0: .line 33
            aload 0 /* this */
            getfield com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler.this$0:Lcom/oracle/mxtool/compilerserver/JavacDaemon;
            getfield com.oracle.mxtool.compilerserver.JavacDaemon.javacMainClass:Ljava/lang/Class;
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* receiver */
        start local 2 // java.lang.Object receiver
         1: .line 34
            aload 0 /* this */
            getfield com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler.this$0:Lcom/oracle/mxtool/compilerserver/JavacDaemon;
            getfield com.oracle.mxtool.compilerserver.JavacDaemon.compileMethod:Ljava/lang/reflect/Method;
            aload 2 /* receiver */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* args */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 2 // java.lang.Object receiver
        end local 1 // java.lang.String[] args
        end local 0 // com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/mxtool/compilerserver/JavacDaemon$JavacCompiler;
            0    2     1      args  [Ljava/lang/String;
            1    2     2  receiver  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "JavacDaemon.java"
NestHost: com.oracle.mxtool.compilerserver.JavacDaemon
InnerClasses:
  abstract Compiler = com.oracle.mxtool.compilerserver.CompilerDaemon$Compiler of com.oracle.mxtool.compilerserver.CompilerDaemon
  private final JavacCompiler = com.oracle.mxtool.compilerserver.JavacDaemon$JavacCompiler of com.oracle.mxtool.compilerserver.JavacDaemon