public class net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix extends net.bytebuddy.agent.VirtualMachine$ForHotSpot
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix
  super_class: net.bytebuddy.agent.VirtualMachine$ForHotSpot
{
  private static final int DEFAULT_ATTEMPTS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  private static final long DEFAULT_PAUSE;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 200

  private static final long DEFAULT_TIMEOUT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5000

  private static final java.lang.String TEMPORARY_DIRECTORY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "/tmp"

  private static final java.lang.String SOCKET_FILE_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ".java_pid"

  private static final java.lang.String ATTACH_FILE_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ".attach_pid"

  private final java.lang.Object socket;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int attempts;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long pause;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long timeout;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.TimeUnit timeUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.lang.Object, int, long, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;IJJLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=7
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
        start local 1 // java.lang.String processId
        start local 2 // java.lang.Object socket
        start local 3 // int attempts
        start local 4 // long pause
        start local 6 // long timeout
        start local 8 // java.util.concurrent.TimeUnit timeUnit
         0: .line 247
            aload 0 /* this */
            aload 1 /* processId */
            invokespecial net.bytebuddy.agent.VirtualMachine$ForHotSpot.<init>:(Ljava/lang/String;)V
         1: .line 248
            aload 0 /* this */
            aload 2 /* socket */
            putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.socket:Ljava/lang/Object;
         2: .line 249
            aload 0 /* this */
            iload 3 /* attempts */
            putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.attempts:I
         3: .line 250
            aload 0 /* this */
            lload 4 /* pause */
            putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.pause:J
         4: .line 251
            aload 0 /* this */
            lload 6 /* timeout */
            putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.timeout:J
         5: .line 252
            aload 0 /* this */
            aload 8 /* timeUnit */
            putfield net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix.timeUnit:Ljava/util/concurrent/TimeUnit;
         6: .line 253
            return
        end local 8 // java.util.concurrent.TimeUnit timeUnit
        end local 6 // long timeout
        end local 4 // long pause
        end local 3 // int attempts
        end local 2 // java.lang.Object socket
        end local 1 // java.lang.String processId
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
            0    7     1  processId  Ljava/lang/String;
            0    7     2     socket  Ljava/lang/Object;
            0    7     3   attempts  I
            0    7     4      pause  J
            0    7     6    timeout  J
            0    7     8   timeUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
           Name  Flags
      processId  
      socket     
      attempts   
      pause      
      timeout    
      timeUnit   

  public static java.lang.Class<?> assertAvailability();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 266
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAFUNIXSocket cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Throwable
    Signature: ()Ljava/lang/Class<*>;

  private static java.lang.Class<?> doAssertAvailability();
    descriptor: ()Ljava/lang/Class;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 282
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAFUNIXSocket cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/lang/Class<*>;

  public static net.bytebuddy.agent.VirtualMachine attach(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/agent/VirtualMachine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 299
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAFUNIXSocket cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      processId  

  protected void connect();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
         0: .line 305
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSuppressFBWarnings cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocketAddress cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
    Exceptions:
      throws java.io.IOException
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
         0: .line 366
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
         0: .line 373
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public void detach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
         0: .line 380
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAFUNIXSocket cannot be resolved to a type\n\tAFUNIXSocket cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$OnUnix;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "VirtualMachine.java"
NestHost: net.bytebuddy.agent.VirtualMachine
InnerClasses:
  public abstract ForHotSpot = net.bytebuddy.agent.VirtualMachine$ForHotSpot of net.bytebuddy.agent.VirtualMachine
  public OnUnix = net.bytebuddy.agent.VirtualMachine$ForHotSpot$OnUnix of net.bytebuddy.agent.VirtualMachine$ForHotSpot